Voting helps other researchers find interesting modules.
Represents the set of members (of a given type) in a Google+ Square (see http://go/squares). A Square with default member_type is currently (1/2012) identical to the GaiaGroup with the same ID, but that is expected to change soon (see http://go/superglue). Support for this principal type is currently (1/2012) incomplete -- e.g., Keystore does not support it yet (see b/5703421).
memberType
integer()
nil
squareId
String.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsSquareProto{ memberType: integer() | nil, squareId: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()