Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGetClientMetadataResponse

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

Overview

Response for the GetClientMetadata rpc

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaGetClientMetadataResponse

Returns a new instance of GoogleCloudIntegrationsV1alphaGetClientMetadataResponse.



6914
6915
6916
# File 'lib/google/apis/integrations_v1/classes.rb', line 6914

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

Instance Attribute Details

#propertiesGoogle::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaProjectProperties

Metadata information for the given project Corresponds to the JSON property properties



6912
6913
6914
# File 'lib/google/apis/integrations_v1/classes.rb', line 6912

def properties
  @properties
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6919
6920
6921
# File 'lib/google/apis/integrations_v1/classes.rb', line 6919

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