github.com/twilio/twilio-go@v1.20.1/rest/ip_messaging/v1/model_ip_messaging_v1_service.go (about)

     1  /*
     2   * This code was generated by
     3   * ___ _ _ _ _ _    _ ____    ____ ____ _    ____ ____ _  _ ____ ____ ____ ___ __   __
     4   *  |  | | | | |    | |  | __ |  | |__| | __ | __ |___ |\ | |___ |__/ |__|  | |  | |__/
     5   *  |  |_|_| | |___ | |__|    |__| |  | |    |__] |___ | \| |___ |  \ |  |  | |__| |  \
     6   *
     7   * Twilio - Ip_messaging
     8   * This is the public Twilio REST API.
     9   *
    10   * NOTE: This class is auto generated by OpenAPI Generator.
    11   * https://openapi-generator.tech
    12   * Do not edit the class manually.
    13   */
    14  
    15  package openapi
    16  
    17  import (
    18  	"time"
    19  )
    20  
    21  // IpMessagingV1Service struct for IpMessagingV1Service
    22  type IpMessagingV1Service struct {
    23  	Sid                          *string                 `json:"sid,omitempty"`
    24  	AccountSid                   *string                 `json:"account_sid,omitempty"`
    25  	FriendlyName                 *string                 `json:"friendly_name,omitempty"`
    26  	DateCreated                  *time.Time              `json:"date_created,omitempty"`
    27  	DateUpdated                  *time.Time              `json:"date_updated,omitempty"`
    28  	DefaultServiceRoleSid        *string                 `json:"default_service_role_sid,omitempty"`
    29  	DefaultChannelRoleSid        *string                 `json:"default_channel_role_sid,omitempty"`
    30  	DefaultChannelCreatorRoleSid *string                 `json:"default_channel_creator_role_sid,omitempty"`
    31  	ReadStatusEnabled            *bool                   `json:"read_status_enabled,omitempty"`
    32  	ReachabilityEnabled          *bool                   `json:"reachability_enabled,omitempty"`
    33  	TypingIndicatorTimeout       *int                    `json:"typing_indicator_timeout,omitempty"`
    34  	ConsumptionReportInterval    *int                    `json:"consumption_report_interval,omitempty"`
    35  	Limits                       *interface{}            `json:"limits,omitempty"`
    36  	Webhooks                     *interface{}            `json:"webhooks,omitempty"`
    37  	PreWebhookUrl                *string                 `json:"pre_webhook_url,omitempty"`
    38  	PostWebhookUrl               *string                 `json:"post_webhook_url,omitempty"`
    39  	WebhookMethod                *string                 `json:"webhook_method,omitempty"`
    40  	WebhookFilters               *[]string               `json:"webhook_filters,omitempty"`
    41  	Notifications                *interface{}            `json:"notifications,omitempty"`
    42  	Url                          *string                 `json:"url,omitempty"`
    43  	Links                        *map[string]interface{} `json:"links,omitempty"`
    44  }