github.com/twilio/twilio-go@v1.20.1/rest/notify/v1/docs/NotifyV1Service.md (about)

     1  # NotifyV1Service
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string that we created to identify the Service resource. |
     8  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Service resource. |
     9  **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. |
    10  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
    11  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
    12  **ApnCredentialSid** | Pointer to **string** | The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for APN Bindings. |
    13  **GcmCredentialSid** | Pointer to **string** | The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for GCM Bindings. |
    14  **FcmCredentialSid** | Pointer to **string** | The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for FCM Bindings. |
    15  **MessagingServiceSid** | Pointer to **string** | The SID of the [Messaging Service](https://www.twilio.com/docs/sms/quickstart#messaging-services) to use for SMS Bindings. In order to send SMS notifications this parameter has to be set. |
    16  **FacebookMessengerPageId** | Pointer to **string** | Deprecated. |
    17  **DefaultApnNotificationProtocolVersion** | Pointer to **string** | The protocol version to use for sending APNS notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. |
    18  **DefaultGcmNotificationProtocolVersion** | Pointer to **string** | The protocol version to use for sending GCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. |
    19  **DefaultFcmNotificationProtocolVersion** | Pointer to **string** | The protocol version to use for sending FCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. |
    20  **LogEnabled** | Pointer to **bool** | Whether to log notifications. Can be: `true` or `false` and the default is `true`. |
    21  **Url** | Pointer to **string** | The absolute URL of the Service resource. |
    22  **Links** | Pointer to **map[string]interface{}** | The URLs of the Binding, Notification, Segment, and User resources related to the service. |
    23  **AlexaSkillId** | Pointer to **string** | Deprecated. |
    24  **DefaultAlexaNotificationProtocolVersion** | Pointer to **string** | Deprecated. |
    25  **DeliveryCallbackUrl** | Pointer to **string** | URL to send delivery status callback. |
    26  **DeliveryCallbackEnabled** | Pointer to **bool** | Callback configuration that enables delivery callbacks, default false |
    27  
    28  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    29  
    30