Go
rr, err := client.Tenancy.Create(context.Background(), &v1.TenantCreateRequest{ Id: "", Name: "" })
{ "tenant": { "id": "<string>", "name": "<string>", "created_at": "2023-11-07T05:31:56Z" } }
Show child attributes