// ListResourceDetails lists the resource tag(s) (but different from listTags...)
typeListResourceDetailsstruct{
ResourceTypestring`json:"resourcetype" doc:"list by resource type"`
Accountstring`json:"account,omitempty" doc:"list resources by account. Must be used with the domainId parameter."`
DomainID*UUID`json:"domainid,omitempty" doc:"list only resources belonging to the domain specified"`
ForDisplaybool`json:"fordisplay,omitempty" doc:"if set to true, only details marked with display=true, are returned. False by default"`
Keystring`json:"key,omitempty" doc:"list by key"`
Keywordstring`json:"keyword,omitempty" doc:"List by keyword"`
ListAllbool`json:"listall,omitempty" doc:"If set to false, list only resources belonging to the command's caller; if set to true - list resources that the caller is authorized to see. Default value is false"`
Pageint`json:"page,omitempty"`
PageSizeint`json:"pagesize,omitempty"`
ResourceID*UUID`json:"resourceid,omitempty" doc:"list by resource id"`
Valuestring`json:"value,omitempty" doc:"list by key, value. Needs to be passed only along with key"`
IsRecursivebool`json:"isrecursive,omitempty" doc:"defaults to false, but if true, lists all resources from the parent specified by the domainId till leaves."`