Class: Google::Apis::ConnectorsV1::StandardEntity

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

Overview

Standard entity

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StandardEntity

Returns a new instance of StandardEntity.



6066
6067
6068
# File 'lib/google/apis/connectors_v1/classes.rb', line 6066

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

Instance Attribute Details

#nameString

Name of the standard entity. Corresponds to the JSON property name

Returns:

  • (String)


6064
6065
6066
# File 'lib/google/apis/connectors_v1/classes.rb', line 6064

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6071
6072
6073
# File 'lib/google/apis/connectors_v1/classes.rb', line 6071

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