class Google::Apis::ApigeeV1::GoogleCloudApigeeV1GenerateUploadUrlResponse
Response for GenerateUploadUrl method.
Attributes
upload_uri[RW]
The Google
Cloud Storage signed URL that can be used to upload a new Archive zip file. Corresponds to the JSON property `uploadUri` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 3487 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/apigee_v1/classes.rb, line 3492 def update!(**args) @upload_uri = args[:upload_uri] if args.key?(:upload_uri) end