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.
1894 1895 1896 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1894 def initialize(**args) update!(**args) end |
Instance Attribute Details
#email ⇒ String
The group email id
Corresponds to the JSON property email
1887 1888 1889 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1887 def email @email end |
#id ⇒ String
Google group id
Corresponds to the JSON property id
1892 1893 1894 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1892 def id @id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1899 1900 1901 1902 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1899 def update!(**args) @email = args[:email] if args.key?(:email) @id = args[:id] if args.key?(:id) end |