Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaGroup
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaGroup
- 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
-
#email ⇒ String
The group email id Corresponds to the JSON property
email
. -
#id ⇒ String
Google group id Corresponds to the JSON property
id
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpPartnerservicesV1alphaGroup
constructor
A new instance of GoogleCloudBeyondcorpPartnerservicesV1alphaGroup.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpPartnerservicesV1alphaGroup
Returns a new instance of GoogleCloudBeyondcorpPartnerservicesV1alphaGroup.
1922 1923 1924 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1922 def initialize(**args) update!(**args) end |
Instance Attribute Details
#email ⇒ String
The group email id
Corresponds to the JSON property email
1915 1916 1917 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1915 def email @email end |
#id ⇒ String
Google group id
Corresponds to the JSON property id
1920 1921 1922 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1920 def id @id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1927 1928 1929 1930 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1927 def update!(**args) @email = args[:email] if args.key?(:email) @id = args[:id] if args.key?(:id) end |