Class: Google::Apis::ComputeAlpha::ShareSettingsFolderConfig
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::ShareSettingsFolderConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Overview
Config for each folder in the share settings.
Instance Attribute Summary collapse
-
#folder_id ⇒ String
The folder ID, should be same as the key of this folder config in the parent map.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ShareSettingsFolderConfig
constructor
A new instance of ShareSettingsFolderConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ShareSettingsFolderConfig
Returns a new instance of ShareSettingsFolderConfig.
42760 42761 42762 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 42760 def initialize(**args) update!(**args) end |
Instance Attribute Details
#folder_id ⇒ String
The folder ID, should be same as the key of this folder config in the parent
map. Folder id should be a string of number, and without "folders/" prefix.
Corresponds to the JSON property folderId
42758 42759 42760 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 42758 def folder_id @folder_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
42765 42766 42767 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 42765 def update!(**args) @folder_id = args[:folder_id] if args.key?(:folder_id) end |