Reference documentation and code samples for the Resource Manager V3 API class Google::Cloud::ResourceManager::V3::CreateFolderRequest.
The CreateFolder request message.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#folder
def folder() -> ::Google::Cloud::ResourceManager::V3::Folder
    Returns
    
  - (::Google::Cloud::ResourceManager::V3::Folder) — Required. The folder being created, only the display name and parent will be consulted. All other fields will be ignored.
 
#folder=
def folder=(value) -> ::Google::Cloud::ResourceManager::V3::Folder
    Parameter
    
  - value (::Google::Cloud::ResourceManager::V3::Folder) — Required. The folder being created, only the display name and parent will be consulted. All other fields will be ignored.
 
    Returns
    
- (::Google::Cloud::ResourceManager::V3::Folder) — Required. The folder being created, only the display name and parent will be consulted. All other fields will be ignored.