GoogleApi.Admin.Directory_v1.Model.Group (google_api_admin v0.37.0) View Source
Google Groups provide your users the ability to send messages to groups of people using the group's email address. For more information about common tasks, see the Developer's Guide.
Attributes
-
adminCreated
(type:boolean()
, default:nil
) - Value istrue
if this group was created by an administrator rather than a user. -
aliases
(type:list(String.t)
, default:nil
) - List of a group's alias email addresses. -
description
(type:String.t
, default:nil
) - An extended description to help users determine the purpose of a group. For example, you can include information about who should join the group, the types of messages to send to the group, links to FAQs about the group, or related groups. Maximum length is4,096
characters. -
directMembersCount
(type:String.t
, default:nil
) - The number of users that are direct members of the group. If a group is a member (child) of this group (the parent), members of the child group are not counted in thedirectMembersCount
property of the parent group. -
email
(type:String.t
, default:nil
) - The group's email address. If your account has multiple domains, select the appropriate domain for the email address. Theemail
must be unique. This property is required when creating a group. Group email addresses are subject to the same character usage rules as usernames, see the help center for details. -
etag
(type:String.t
, default:nil
) - ETag of the resource. -
id
(type:String.t
, default:nil
) - The unique ID of a group. A groupid
can be used as a group request URI'sgroupKey
. -
kind
(type:String.t
, default:admin#directory#group
) - The type of the API resource. For Groups resources, the value isadmin#directory#group
. -
name
(type:String.t
, default:nil
) - The group's display name. -
nonEditableAliases
(type:list(String.t)
, default:nil
) - List of the group's non-editable alias email addresses that are outside of the account's primary domain or subdomains. These are functioning email addresses used by the group. This is a read-only property returned in the API's response for a group. If edited in a group's POST or PUT request, the edit is ignored by the API service.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Admin.Directory_v1.Model.Group{ adminCreated: boolean() | nil, aliases: [String.t()] | nil, description: String.t() | nil, directMembersCount: String.t() | nil, email: String.t() | nil, etag: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, name: String.t() | nil, nonEditableAliases: [String.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.