GoogleApi.Classroom.V1.Model.Registration (google_api_classroom v0.18.1) View Source
An instruction to Classroom to send notifications from the feed to the provided destination.
Attributes
-
cloudPubsubTopic(type:GoogleApi.Classroom.V1.Model.CloudPubsubTopic.t, default:nil) - The Cloud Pub/Sub topic that notifications are to be sent to. -
expiryTime(type:DateTime.t, default:nil) - The time until which theRegistrationis effective. This is a read-only field assigned by the server. -
feed(type:GoogleApi.Classroom.V1.Model.Feed.t, default:nil) - Specification for the class of notifications that Classroom should deliver to the destination. -
registrationId(type:String.t, default:nil) - A server-generated unique identifier for thisRegistration. Read-only.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Classroom.V1.Model.Registration{
cloudPubsubTopic: GoogleApi.Classroom.V1.Model.CloudPubsubTopic.t() | nil,
expiryTime: DateTime.t() | nil,
feed: GoogleApi.Classroom.V1.Model.Feed.t() | nil,
registrationId: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.