Class: Google::Apis::DnsV2beta1::ManagedZonesDeleteResponse
- Inherits:
-
Object
- Object
- Google::Apis::DnsV2beta1::ManagedZonesDeleteResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dns_v2beta1/classes.rb,
generated/google/apis/dns_v2beta1/representations.rb,
generated/google/apis/dns_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#header ⇒ Google::Apis::DnsV2beta1::ResponseHeader
Elements common to every response.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ManagedZonesDeleteResponse
constructor
A new instance of ManagedZonesDeleteResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ManagedZonesDeleteResponse
Returns a new instance of ManagedZonesDeleteResponse
507 508 509 |
# File 'generated/google/apis/dns_v2beta1/classes.rb', line 507 def initialize(**args) update!(**args) end |
Instance Attribute Details
#header ⇒ Google::Apis::DnsV2beta1::ResponseHeader
Elements common to every response.
Corresponds to the JSON property header
505 506 507 |
# File 'generated/google/apis/dns_v2beta1/classes.rb', line 505 def header @header end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
512 513 514 |
# File 'generated/google/apis/dns_v2beta1/classes.rb', line 512 def update!(**args) @header = args[:header] if args.key?(:header) end |