Class: Google::Apis::DnsV1beta2::ManagedZonesDeleteResponse
- Inherits:
-
Object
- Object
- Google::Apis::DnsV1beta2::ManagedZonesDeleteResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dns_v1beta2/classes.rb,
generated/google/apis/dns_v1beta2/representations.rb,
generated/google/apis/dns_v1beta2/representations.rb
Instance Attribute Summary collapse
-
#header ⇒ Google::Apis::DnsV1beta2::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
513 514 515 |
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 513 def initialize(**args) update!(**args) end |
Instance Attribute Details
#header ⇒ Google::Apis::DnsV1beta2::ResponseHeader
Elements common to every response.
Corresponds to the JSON property header
511 512 513 |
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 511 def header @header end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
518 519 520 |
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 518 def update!(**args) @header = args[:header] if args.key?(:header) end |