class Google::Apis::ApigeeV1::GoogleCloudApigeeV1AsyncQueryResult
Attributes
expires[RW]
Query result will be unaccessable after this time. Corresponds to the JSON property `expires` @return [String]
self[RW]
Self link of the query results. Example: `/organizations/myorg/environments/ myenv/queries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd/result` or following format if query is running at host level: `/organizations/myorg/hostQueries/9cfc0d85- 0f30-46d6-ae6f-318d0cb961bd/result` Corresponds to the JSON property `self` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 1132 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 1137 def update!(**args) @expires = args[:expires] if args.key?(:expires) @self = args[:self] if args.key?(:self) end