Class: Google::Apis::ConnectorsV1::StandardEntity
- Inherits:
-
Object
- Object
- Google::Apis::ConnectorsV1::StandardEntity
- 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
-
#name ⇒ String
Name of the standard entity.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StandardEntity
constructor
A new instance of StandardEntity.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StandardEntity
Returns a new instance of StandardEntity.
6961 6962 6963 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 6961 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Name of the standard entity.
Corresponds to the JSON property name
6959 6960 6961 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 6959 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6966 6967 6968 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 6966 def update!(**args) @name = args[:name] if args.key?(:name) end |