class Google::Apis::ServicenetworkingV1beta::AddRolesResponse
Represents IAM roles added to the shared VPC host project.
Attributes
policy_binding[RW]
Required. List of policy bindings that were added to the shared VPC host project. Corresponds to the JSON property `policyBinding` @return [Array<Google::Apis::ServicenetworkingV1beta::PolicyBinding>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/servicenetworking_v1beta/classes.rb, line 103 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/servicenetworking_v1beta/classes.rb, line 108 def update!(**args) @policy_binding = args[:policy_binding] if args.key?(:policy_binding) end