Class: Google::Apis::DnsV1::PoliciesPatchResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PoliciesPatchResponse

Returns a new instance of PoliciesPatchResponse.



1498
1499
1500
# File 'lib/google/apis/dns_v1/classes.rb', line 1498

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

Instance Attribute Details

#headerGoogle::Apis::DnsV1::ResponseHeader

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



1490
1491
1492
# File 'lib/google/apis/dns_v1/classes.rb', line 1490

def header
  @header
end

#policyGoogle::Apis::DnsV1::Policy

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



1496
1497
1498
# File 'lib/google/apis/dns_v1/classes.rb', line 1496

def policy
  @policy
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1503
1504
1505
1506
# File 'lib/google/apis/dns_v1/classes.rb', line 1503

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