Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaGroup

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

Overview

Message to capture group information

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBeyondcorpPartnerservicesV1alphaGroup

Returns a new instance of GoogleCloudBeyondcorpPartnerservicesV1alphaGroup.



2195
2196
2197
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2195

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

Instance Attribute Details

#emailString

The group email id Corresponds to the JSON property email

Returns:

  • (String)


2188
2189
2190
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2188

def email
  @email
end

#idString

Google group id Corresponds to the JSON property id

Returns:

  • (String)


2193
2194
2195
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2193

def id
  @id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2200
2201
2202
2203
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2200

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