Class: Google::Apis::DnsV1beta2::PoliciesPatchResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dns_v1beta2/classes.rb,
lib/google/apis/dns_v1beta2/representations.rb,
lib/google/apis/dns_v1beta2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PoliciesPatchResponse

Returns a new instance of PoliciesPatchResponse.



1569
1570
1571
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1569

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#headerGoogle::Apis::DnsV1beta2::ResponseHeader

Elements common to every response. Corresponds to the JSON property header



1561
1562
1563
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1561

def header
  @header
end

#policyGoogle::Apis::DnsV1beta2::Policy

A policy is a collection of DNS rules applied to one or more Virtual Private Cloud resources. Corresponds to the JSON property policy



1567
1568
1569
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1567

def policy
  @policy
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1574
1575
1576
1577
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1574

def update!(**args)
  @header = args[:header] if args.key?(:header)
  @policy = args[:policy] if args.key?(:policy)
end