Class: Google::Apis::ComputeAlpha::ShareSettingsFolderConfig

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ShareSettingsFolderConfig

Returns a new instance of ShareSettingsFolderConfig.



37680
37681
37682
# File 'lib/google/apis/compute_alpha/classes.rb', line 37680

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

Instance Attribute Details

#folder_idString

The folder ID, should be same as the key of this folder config in the parent map. Corresponds to the JSON property folderId

Returns:

  • (String)


37678
37679
37680
# File 'lib/google/apis/compute_alpha/classes.rb', line 37678

def folder_id
  @folder_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



37685
37686
37687
# File 'lib/google/apis/compute_alpha/classes.rb', line 37685

def update!(**args)
  @folder_id = args[:folder_id] if args.key?(:folder_id)
end