Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentSessionStatus

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1EnvironmentSessionStatus

Returns a new instance of GoogleCloudDataplexV1EnvironmentSessionStatus.



1510
1511
1512
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1510

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

Instance Attribute Details

#activeBoolean Also known as: active?

Output only. Queries over sessions to mark whether the environment is currently active or not Corresponds to the JSON property active

Returns:

  • (Boolean)


1507
1508
1509
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1507

def active
  @active
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1515
1516
1517
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1515

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