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.



1922
1923
1924
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1922

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

Instance Attribute Details

#emailString

The group email id Corresponds to the JSON property email

Returns:

  • (String)


1915
1916
1917
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 1915

def email
  @email
end

#idString

Google group id Corresponds to the JSON property id

Returns:

  • (String)


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