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.



1894
1895
1896
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1894

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

Instance Attribute Details

#emailString

The group email id Corresponds to the JSON property email

Returns:

  • (String)


1887
1888
1889
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1887

def email
  @email
end

#idString

Google group id Corresponds to the JSON property id

Returns:

  • (String)


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