class Google::Apis::ConnectorsV1::ConnectionSchemaMetadata

Metadata of connection schema.

Attributes

actions[RW]

Output only. List of actions. Corresponds to the JSON property ‘actions` @return [Array<String>]

entities[RW]

Output only. List of entity names. Corresponds to the JSON property ‘entities` @return [Array<String>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/connectors_v1/classes.rb, line 498
def update!(**args)
  @actions = args[:actions] if args.key?(:actions)
  @entities = args[:entities] if args.key?(:entities)
end