Skip to content

RosAccountProps

Properties for defining a RosAccount.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-resourcemanager-account

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkresourcemanager"
&alicloudroscdkresourcemanager.RosAccountProps {
    DisplayName: interface{},
    DeleteAccount: interface{},
    FolderId: interface{},
    PayerAccountId: interface{},
}

Properties

Name Type Description
DisplayName interface{} No description.
DeleteAccount interface{} No description.
FolderId interface{} No description.
PayerAccountId interface{} No description.

DisplayNameRequired

DisplayName interface{}
  • Type: interface{}

DeleteAccountOptional

DeleteAccount interface{}
  • Type: interface{}

FolderIdOptional

FolderId interface{}
  • Type: interface{}

PayerAccountIdOptional

PayerAccountId interface{}
  • Type: interface{}