Class: Google::Apis::DnsV1::ManagedZoneOperationsListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DnsV1::ManagedZoneOperationsListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dns_v1/classes.rb,
generated/google/apis/dns_v1/representations.rb,
generated/google/apis/dns_v1/representations.rb
Instance Attribute Summary collapse
-
#header ⇒ Google::Apis::DnsV1::ResponseHeader
Corresponds to the JSON property
header
. -
#kind ⇒ String
Type of resource.
-
#next_page_token ⇒ String
Corresponds to the JSON property
nextPageToken
. -
#operations ⇒ Array<Google::Apis::DnsV1::Operation>
Corresponds to the JSON property
operations
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ManagedZoneOperationsListResponse
constructor
A new instance of ManagedZoneOperationsListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ManagedZoneOperationsListResponse
Returns a new instance of ManagedZoneOperationsListResponse
446 447 448 |
# File 'generated/google/apis/dns_v1/classes.rb', line 446 def initialize(**args) update!(**args) end |
Instance Attribute Details
#header ⇒ Google::Apis::DnsV1::ResponseHeader
Corresponds to the JSON property header
429 430 431 |
# File 'generated/google/apis/dns_v1/classes.rb', line 429 def header @header end |
#kind ⇒ String
Type of resource.
Corresponds to the JSON property kind
434 435 436 |
# File 'generated/google/apis/dns_v1/classes.rb', line 434 def kind @kind end |
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
439 440 441 |
# File 'generated/google/apis/dns_v1/classes.rb', line 439 def next_page_token @next_page_token end |
#operations ⇒ Array<Google::Apis::DnsV1::Operation>
Corresponds to the JSON property operations
444 445 446 |
# File 'generated/google/apis/dns_v1/classes.rb', line 444 def operations @operations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
451 452 453 454 455 456 |
# File 'generated/google/apis/dns_v1/classes.rb', line 451 def update!(**args) @header = args[:header] if args.key?(:header) @kind = args[:kind] if args.key?(:kind) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @operations = args[:operations] if args.key?(:operations) end |