class Google::Apis::ComputeBeta::OrganizationSecurityPoliciesListAssociationsResponse

Attributes

associations[RW]

A list of associations. Corresponds to the JSON property `associations` @return [Array<Google::Apis::ComputeBeta::SecurityPolicyAssociation>]

kind[RW]
Output Only

Type of securityPolicy associations. Always compute#

organizationSecurityPoliciesListAssociations for lists of securityPolicy associations. Corresponds to the JSON property `kind` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 23635
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_beta/classes.rb, line 23640
def update!(**args)
  @associations = args[:associations] if args.key?(:associations)
  @kind = args[:kind] if args.key?(:kind)
end