api

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2022 License: MIT Imports: 22 Imported by: 0

README

Go API client for api

SORACOM API v1

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: VERSION_PLACEHOLDER
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import api "github.com/ks6088ts/soracom-sdk-go"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value sw.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), api.ContextServerIndex, 1)
Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), api.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), api.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), api.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to https://api.soracom.io/v1

Class Method HTTP request Description
AuditLogApi GetApiAuditLogs Get /audit_logs/api SORACOM API 呼び出しの監査ログを取得する
AuditLogApi GetNapterAuditLogs Get /audit_logs/napter SORACOM Napter の監査ログを取得する
AuthApi Auth Post /auth API アクセスの認証を行い、API キーと API トークンを発行します。
AuthApi IssuePasswordResetToken Post /auth/password_reset_token/issue パスワードリセット用のトークンを発行します。
AuthApi Logout Post /auth/logout SORACOM API にアクセスするための API キーと API トークンを無効化します。
AuthApi VerifyPasswordResetToken Post /auth/password_reset_token/verify パスワードリセット用のトークンを検証し、パスワードを更新します。
BillingApi ExportBilling Post /bills/{yyyyMM}/export 指定月の課金詳細情報 CSV をダウンロードするための URL を発行する
BillingApi ExportLatestBilling Post /bills/latest/export Export latest billing CSV file to S3
BillingApi GetBilling Get /bills/{yyyyMM} 指定した月の確定した利用料金を取得する
BillingApi GetBillingHistory Get /bills 過去の確定した利用料金を取得する
BillingApi GetBillingPerDay Get /bills/{yyyyMM}/daily 日ごとの利用料金を取得する
BillingApi GetLatestBilling Get /bills/latest Get latest bill
CellLocationApi BatchGetCellLocations Post /cell_locations 複数の基地局の位置情報を一度に取得します。
CellLocationApi GetCellLocation Get /cell_locations 基地局の位置情報を取得します。
CredentialApi CreateCredential Post /credentials/{credentials_id} 認証情報の作成
CredentialApi DeleteCredential Delete /credentials/{credentials_id} 認証情報の削除
CredentialApi ListCredentials Get /credentials 認証情報の表示
CredentialApi UpdateCredential Put /credentials/{credentials_id} 認証情報の更新
DataEntryApi DeleteDataEntry Delete /data/{resource_type}/{resource_id}/{time} Deletes a data entry
DataEntryApi GetDataEntries Get /data/{resource_type}/{resource_id} Get data sent from a resource
DataEntryApi GetDataEntry Get /data/{resource_type}/{resource_id}/{time} Gets a data entry
DataEntryApi ListDataSourceResources Get /data/resources Get the list of data source resources
DeviceApi CreateDevice Post /devices 新しいデバイスを作成します。
DeviceApi DeleteDevice Delete /devices/{device_id} デバイスを削除します。
DeviceApi DeleteDeviceTag Delete /devices/{device_id}/tags/{tag_name} デバイスのタグを削除します。
DeviceApi ExecuteDeviceResource Post /devices/{device_id}/{object}/{instance}/{resource}/execute デバイスの Resource を Execute します。
DeviceApi GetDataFromDevice Get /devices/{device_id}/data デバイスから送信されたデータを取得します。
DeviceApi GetDevice Get /devices/{device_id} 指定されたデバイス ID のデバイスを取得します。
DeviceApi ListDevices Get /devices デバイスのリストを取得します。
DeviceApi ObserveDeviceResource Post /devices/{device_id}/{object}/{instance}/{resource}/observe 指定されたデバイスの Resource の Observe を開始します。
DeviceApi ObserveDeviceResources Post /devices/{device_id}/{object}/{instance}/observe 指定されたデバイスの Object Instance 下の Resource 全体の Observe を開始します。
DeviceApi PutDeviceTags Put /devices/{device_id}/tags デバイスのタグを更新します。
DeviceApi ReadDeviceResource Get /devices/{device_id}/{object}/{instance}/{resource} 指定されたデバイスの Resource を Read します。
DeviceApi ReadDeviceResources Get /devices/{device_id}/{object}/{instance} デバイスの Instance 以下のすべての Resource を Read します。
DeviceApi SetDeviceGroup Post /devices/{device_id}/set_group デバイスをグループに参加させます。
DeviceApi UnobserveDeviceResource Post /devices/{device_id}/{object}/{instance}/{resource}/unobserve デバイスの Resource の Observe を停止します。
DeviceApi UnobserveDeviceResources Post /devices/{device_id}/{object}/{instance}/unobserve 指定されたデバイスの Object Instance への Observe を停止します。
DeviceApi UnsetDeviceGroup Post /devices/{device_id}/unset_group デバイスをグループから外します。
DeviceApi WriteDeviceResource Put /devices/{device_id}/{object}/{instance}/{resource} デバイスの Resource に値を Write します。
DeviceObjectModelApi CreateDeviceObjectModel Post /device_object_models 新しいデバイスオブジェクトモデルを作成します。
DeviceObjectModelApi DeleteDeviceObjectModel Delete /device_object_models/{model_id} 対象のデバイスオブジェクトモデルを削除します。
DeviceObjectModelApi GetDeviceObjectModel Get /device_object_models/{model_id} デバイスオブジェクトモデルを取得します。
DeviceObjectModelApi ListDeviceObjectModels Get /device_object_models デバイスオブジェクトモデルのリストを返します。
DeviceObjectModelApi SetDeviceObjectModelScope Post /device_object_models/{model_id}/set_scope 対象のデバイスオブジェクトモデルが適用される Scope をセットします。
DeviceObjectModelApi UpdateDeviceObjectModel Post /device_object_models/{model_id} デバイスオブジェクトモデルを更新します。
DiagnosticApi GetDiagnostic Get /diagnostics/{diagnostic_id} 診断結果を取得します。
DiagnosticApi SendDiagnosticRequest Post /diagnostics 診断リクエストを送信します。
EmailApi DeleteEmail Delete /operators/{operator_id}/emails/{email_id} Delete email address
EmailApi GetEmail Get /operators/{operator_id}/emails/{email_id} Get email address
EmailApi IssueAddEmailToken Post /operators/add_email_token/issue Issue a token to add an email address
EmailApi ListEmails Get /operators/{operator_id}/emails List email addresses
EmailApi VerifyAddEmailToken Post /operators/add_email_token/verify Verify a token to add an email address
EventHandlerApi CreateEventHandler Post /event_handlers Create Event Handler
EventHandlerApi DeleteEventHandler Delete /event_handlers/{handler_id} Delete Event Handler
EventHandlerApi DeleteIgnoreEventHandler Delete /event_handlers/{handler_id}/subscribers/{imsi}/ignore Delete Ignore Event Handler
EventHandlerApi GetEventHandler Get /event_handlers/{handler_id} Get Event Handler
EventHandlerApi ListEventHandlers Get /event_handlers List Event Handlers
EventHandlerApi ListEventHandlersBySubscriber Get /event_handlers/subscribers/{imsi} List Event Handlers related to Subscriber
EventHandlerApi SetIgnoreEventHandler Post /event_handlers/{handler_id}/subscribers/{imsi}/ignore Ignore Event Handler
EventHandlerApi UpdateEventHandler Put /event_handlers/{handler_id} Update Event Handler
FileEntryApi DeleteDirectory Delete /files/{scope}/{path}/ scope と path で指定されたディレクトリを削除します。
FileEntryApi DeleteFile Delete /files/{scope}/{path} scope と path で指定されたファイルを削除します。
FileEntryApi FindFiles Get /files scope と prefix にマッチするファイルを探します。
FileEntryApi GetFile Get /files/{scope}/{path} scope と path で指定されたファイルをダウンロードします。
FileEntryApi GetFileMetadata Head /files/{scope}/{path} scope と path で指定されたファイルのメタデータを取得します。
FileEntryApi ListFiles Get /files/{scope}/{path}/ scope と path で指定されたファイルやディレクトリの一覧を取得します。
FileEntryApi PutFile Put /files/{scope}/{path} 指定された scope 内の path にファイルをアップロードします。
FilesApi GetExportedFile Get /files/exported/{exported_file_id} 非同期でファイルをエクスポートした場合の処理の進捗を取得する
GadgetApi DeleteGadgetTag Delete /gadgets/{product_id}/{serial_number}/tags/{tag_name} Delete Gadget Tag
GadgetApi DisableTerminationOnGadget Post /gadgets/{product_id}/{serial_number}/disable_termination Disable Termination of Gadget
GadgetApi EnableTerminationOnGadget Post /gadgets/{product_id}/{serial_number}/enable_termination Enable Termination of Gadget
GadgetApi GetGadget Get /gadgets/{product_id}/{serial_number} Get Gadget
GadgetApi ListGadgets Get /gadgets List Gadgets
GadgetApi PutGadgetTags Put /gadgets/{product_id}/{serial_number}/tags Bulk Insert or Update Gadget Tags
GadgetApi RegisterGadget Post /gadgets/{product_id}/{serial_number}/register Register a Gadget.
GadgetApi SetGadgetGroup Post /gadgets/{product_id}/{serial_number}/set_group Set Group to Gadget
GadgetApi TerminateGadget Post /gadgets/{product_id}/{serial_number}/terminate Terminate Gadget
GadgetApi UnsetGadgetGroup Post /gadgets/{product_id}/{serial_number}/unset_group Unset Group to Gadget
GroupApi CreateGroup Post /groups Create Group
GroupApi DeleteConfigurationNamespace Delete /groups/{group_id}/configuration/{namespace} Delete Group Configuration Namespace
GroupApi DeleteConfigurationParameter Delete /groups/{group_id}/configuration/{namespace}/{name} Delete Group Configuration Parameters
GroupApi DeleteGroup Delete /groups/{group_id} Delete Group
GroupApi DeleteGroupTag Delete /groups/{group_id}/tags/{tag_name} Delete Group Tag
GroupApi GetGroup Get /groups/{group_id} Get Group
GroupApi ListGroups Get /groups List Groups
GroupApi ListSubscribersInGroup Get /groups/{group_id}/subscribers List Subscribers in a group
GroupApi PutConfigurationParameters Put /groups/{group_id}/configuration/{namespace} Update Group Configuration Parameters
GroupApi PutGroupTags Put /groups/{group_id}/tags Update Group Tags
LagoonApi CreateLagoonUser Post /lagoon/users SORACOM Lagoon のユーザーを新たに作成します。
LagoonApi DeleteLagoonUser Delete /lagoon/users/{lagoon_user_id} SORACOM Lagoon のユーザーを削除します。
LagoonApi GetImageLink Get /lagoon/image/link SORACOM Lagoon の提供するカスタムアイコンのイメージへのリンク提供
LagoonApi GetLagoonMigrationInfo Get /lagoon/migration (廃止されました) この API は常に `410 GONE` を返却します: SORACOM Lagoon のバージョン移行に関連する情報の取得
LagoonApi InitializeLagoonDashboardPermissions Post /lagoon/dashboards/{dashboard_id}/permissions/init SORACOM Lagoon のダッシュボードの権限初期化
LagoonApi ListLagoonDashboardsPermissions Get /lagoon/dashboards/permissions SORACOM Lagoon の全ダッシュボードの権限取得
LagoonApi ListLagoonLicensePackStatus Get /lagoon/license_packs SORACOM Lagoon のライセンスパックのステータス取得
LagoonApi ListLagoonUsers Get /lagoon/users オペレーターに属する SORACOM Lagoon のユーザー一覧を取得します。
LagoonApi MigrateLagoon Post /lagoon/migration (廃止されました) この API は常に `410 GONE` を返却します: SORACOM Lagoon のバージョン移行の実行
LagoonApi RegisterLagoon Post /lagoon/register SORACOM Lagoon サービスを有効にします。
LagoonApi TerminateLagoon Post /lagoon/terminate SORACOM Lagoon サービスの使用を終了します。
LagoonApi UpdateLagoonDashboardPermissions Put /lagoon/dashboards/{dashboard_id}/permissions SORACOM Lagoon のダッシュボード権限更新
LagoonApi UpdateLagoonLicensePack Put /lagoon/license_packs SORACOM Lagoon の追加ライセンスパック更新・変更
LagoonApi UpdateLagoonPlan Put /lagoon/plan SORACOM Lagoon のプラン変更
LagoonApi UpdateLagoonUserEmail Put /lagoon/users/{lagoon_user_id}/email SORACOM Lagoon のユーザーのメールアドレスを変更します。
LagoonApi UpdateLagoonUserPassword Put /lagoon/users/{lagoon_user_id}/password SORACOM Lagoon のユーザーのパスワードを変更します。
LagoonApi UpdateLagoonUserPermission Put /lagoon/users/{lagoon_user_id}/permission SORACOM Lagoon のユーザーの権限を変更します。
LogApi GetLogs Get /logs Get Logs.
LoraDeviceApi DeleteLoraDeviceTag Delete /lora_devices/{device_id}/tags/{tag_name} Delete LoRa device Tag
LoraDeviceApi DisableTerminationOnLoraDevice Post /lora_devices/{device_id}/disable_termination Disable Termination of LoRa device
LoraDeviceApi EnableTerminationOnLoraDevice Post /lora_devices/{device_id}/enable_termination Enable Termination of LoRa device
LoraDeviceApi GetDataFromLoraDevice Get /lora_devices/{device_id}/data Get data sent from a LoRa device.
LoraDeviceApi GetLoraDevice Get /lora_devices/{device_id} Get LoRa device
LoraDeviceApi ListLoraDevices Get /lora_devices List LoRa devices
LoraDeviceApi PutLoraDeviceTags Put /lora_devices/{device_id}/tags Bulk Insert or Update LoRa device Tags
LoraDeviceApi RegisterLoraDevice Post /lora_devices/{device_id}/register Register LoRa device
LoraDeviceApi SendDataToLoraDevice Post /lora_devices/{device_id}/data Send data to a LoRa device.
LoraDeviceApi SetLoraDeviceGroup Post /lora_devices/{device_id}/set_group Set Group to LoRa device
LoraDeviceApi TerminateLoraDevice Post /lora_devices/{device_id}/terminate Terminate LoRa device
LoraDeviceApi UnsetLoraDeviceGroup Post /lora_devices/{device_id}/unset_group Unset Group to LoRa device
LoraGatewayApi DeleteLoraGatewayTag Delete /lora_gateways/{gateway_id}/tags/{tag_name} Delete LoRa gateway tag.
LoraGatewayApi DisableTerminationOnLoraGateway Post /lora_gateways/{gateway_id}/disable_termination Disable Termination of LoRa gateway.
LoraGatewayApi EnableTerminationOnLoraGateway Post /lora_gateways/{gateway_id}/enable_termination Enable Termination of LoRa gateway.
LoraGatewayApi GetLoraGateway Get /lora_gateways/{gateway_id} Get LoRa gateway.
LoraGatewayApi ListLoraGateways Get /lora_gateways List LoRa gateways.
LoraGatewayApi PutLoraGatewayTags Put /lora_gateways/{gateway_id}/tags Bulk Insert or Update LoRa gateway Tags.
LoraGatewayApi SetLoraNetworkSet Post /lora_gateways/{gateway_id}/set_network_set Set Network Set ID of LoRa gateway.
LoraGatewayApi TerminateLoraGateway Post /lora_gateways/{gateway_id}/terminate Terminate LoRa gateway.
LoraGatewayApi UnsetLoraNetworkSet Post /lora_gateways/{gateway_id}/unset_network_set Unset Network Set ID of LoRa gateway.
LoraNetworkSetApi AddPermissionToLoraNetworkSet Post /lora_network_sets/{ns_id}/add_permission Adds permission to a LoRa network set.
LoraNetworkSetApi CreateLoraNetworkSet Post /lora_network_sets Creates a LoRa network set
LoraNetworkSetApi DeleteLoraNetworkSet Delete /lora_network_sets/{ns_id} Delete LoRa network set.
LoraNetworkSetApi DeleteLoraNetworkSetTag Delete /lora_network_sets/{ns_id}/tags/{tag_name} Delete LoRa network set tag.
LoraNetworkSetApi GetLoraNetworkSet Get /lora_network_sets/{ns_id} Get LoRa network set.
LoraNetworkSetApi ListGatewaysInLoraNetworkSet Get /lora_network_sets/{ns_id}/gateways List LoRa Gateways in a Network Set.
LoraNetworkSetApi ListLoraNetworkSets Get /lora_network_sets List LoRa Network Sets.
LoraNetworkSetApi PutLoraNetworkSetTags Put /lora_network_sets/{ns_id}/tags Bulk Insert or Update LoRa network set tags.
LoraNetworkSetApi RevokePermissionFromLoraNetworkSet Post /lora_network_sets/{ns_id}/revoke_permission Revokes a permission from a LoRa network set.
OperatorApi AddCoverageType Post /operators/{operator_id}/coverage_type/{coverage_type} Add coverage type
OperatorApi AddOperatorContract Post /operators/{operator_id}/contracts Add Operator Contract
OperatorApi CreateCompanyInformation Post /operators/{operator_id}/company_information Create company information
OperatorApi CreateIndividualInformation Post /operators/{operator_id}/individual_information Create individual information
OperatorApi CreateOperator Post /operators Create Operator
OperatorApi DeleteOperatorAuthKey Delete /operators/{operator_id}/auth_keys/{auth_key_id} Delete Operator AuthKey
OperatorApi DeleteOperatorContract Delete /operators/{operator_id}/contracts/{contract_name} Delete Operator Contract
OperatorApi EnableMFA Post /operators/{operator_id}/mfa Enable Operator's MFA.
OperatorApi GenerateAuthToken Post /operators/{operator_id}/token Generate Authentication Token
OperatorApi GenerateOperatorAuthKey Post /operators/{operator_id}/auth_keys Generate Operator AuthKey
OperatorApi GenerateSupportToken Post /operators/{operator_id}/support/token Generate Token for Support Console
OperatorApi GetCompanyInformation Get /operators/{operator_id}/company_information Get company information
OperatorApi GetIndividualInformation Get /operators/{operator_id}/individual_information Get individual information
OperatorApi GetMFAStatus Get /operators/{operator_id}/mfa Get Operator's MFA Status.
OperatorApi GetOperator Get /operators/{operator_id} Get Operator
OperatorApi IssueMFARevokingToken Post /operators/mfa_revoke_token/issue Issue Operator's MFA Revoke Token.
OperatorApi ListOperatorAuthKeys Get /operators/{operator_id}/auth_keys List Operator AuthKeys
OperatorApi RevokeMFA Delete /operators/{operator_id}/mfa Revoke Operator's MFA.
OperatorApi RevokeOperatorAuthTokens Delete /operators/{operator_id}/tokens ルートユーザーが発行した全ての API キーと API トークンを無効化します。
OperatorApi UpdateCompanyInformation Put /operators/{operator_id}/company_information Update company information
OperatorApi UpdateIndividualInformation Put /operators/{operator_id}/individual_information Update individual information
OperatorApi UpdateOperatorPassword Post /operators/{operator_id}/password Update Operator Password
OperatorApi VerifyMFA Post /operators/{operator_id}/mfa/verify Verify Operator's MFA OTP Code.
OperatorApi VerifyMFARevokingToken Post /operators/mfa_revoke_token/verify Verify Operator's MFA revoke token.
OperatorApi VerifyOperator Post /operators/verify Verify Operator
OrderApi CancelOrder Put /orders/{order_id}/cancel Cancel order.
OrderApi ConfirmCouponOrder Put /coupons/{order_id}/confirm Confirm coupon order.
OrderApi ConfirmOrder Put /orders/{order_id}/confirm Confirm order.
OrderApi ConfirmVolumeDiscountOrder Put /volume_discounts/{order_id}/confirm Confirm long term discount order.
OrderApi CreateCouponQuotation Post /coupons Create coupon quotation.
OrderApi CreateQuotation Post /orders Create Quotation
OrderApi CreateVolumeDiscountQuotation Post /volume_discounts Create long term discount quotation.
OrderApi GetOrder Get /orders/{order_id} 発注確定済みの発注情報を 1 件だけ取得する
OrderApi ListAvailableDiscounts Get /volume_discounts/available_discounts List available long term discounts.
OrderApi ListOrderedSubscribers Get /orders/{order_id}/subscribers List ordered subscribers.
OrderApi ListOrders Get /orders 発注確定済みの注文履歴の一覧を取得する
OrderApi ListProducts Get /products List products
OrderApi RegisterOrderedSim Post /orders/{order_id}/subscribers/register Register subscribers for operator.
PaymentApi ActivatePaymentMethod Post /payment_methods/current/activate Activate payment method.
PaymentApi ExportPaymentStatement Post /payment_statements/{payment_statement_id}/export Export payment statement.
PaymentApi GetPayerInformation Get /payment_statements/payer_information Export payer information.
PaymentApi GetPaymentMethod Get /payment_methods/current Get payment method information.
PaymentApi GetPaymentTransaction Get /payment_history/transactions/{payment_transaction_id} Get payment transaction result.
PaymentApi GetVolumeDiscount Get /volume_discounts/{contract_id} Get long term discount.
PaymentApi ListCoupons Get /coupons List coupons.
PaymentApi ListPaymentStatements Get /payment_statements List payment statements.
PaymentApi ListVolumeDiscounts Get /volume_discounts List long term discounts.
PaymentApi RegisterCoupon Post /coupons/{coupon_code}/register Register Coupon.
PaymentApi RegisterPayerInformation Post /payment_statements/payer_information Register payer information.
PortMappingApi CreatePortMapping Post /port_mappings Create Port Mapping.
PortMappingApi DeletePortMapping Delete /port_mappings/{ip_address}/{port} Delete PortMapping.
PortMappingApi ListPortMappings Get /port_mappings List Port Mapping Entries.
PortMappingApi ListPortMappingsForSubscriber Get /port_mappings/subscribers/{imsi} Get Port Mapping entries for a subscriber.
QueryApi SearchDevices Get /query/devices SORACOM Inventory デバイスをクエリに応じて検索します。
QueryApi SearchSigfoxDevices Get /query/sigfox_devices Sigfox デバイスをクエリに応じて検索します。
QueryApi SearchSims Get /query/sims SIM をクエリに応じて検索します。
QueryApi SearchSubscriberTrafficVolumeRanking Get /query/subscribers/traffic_volume/ranking Subscriber の通信量ランキングを返却します。
QueryApi SearchSubscribers Get /query/subscribers (非推奨) Subscriber をクエリに応じて検索します。
ResourceSummaryApi GetResourceSummary Get /resource_summaries/{resource_summary_type} resource_summary_type で指定された種別のリソースの要約を取得します。
RoleApi AttachRole Post /operators/{operator_id}/users/{user_name}/roles Attach Role to User
RoleApi CreateRole Post /operators/{operator_id}/roles/{role_id} Create Role
RoleApi DeleteRole Delete /operators/{operator_id}/roles/{role_id} Delete Role
RoleApi DetachRole Delete /operators/{operator_id}/users/{user_name}/roles/{role_id} Detach Role from User
RoleApi GetRole Get /operators/{operator_id}/roles/{role_id} Get Role
RoleApi ListRoleAttachedUsers Get /operators/{operator_id}/roles/{role_id}/users List Role Attached Users
RoleApi ListRoles Get /operators/{operator_id}/roles List Roles
RoleApi ListUserRoles Get /operators/{operator_id}/users/{user_name}/roles List User Roles
RoleApi UpdateRole Put /operators/{operator_id}/roles/{role_id} Update Role
ShippingAddressApi CreateShippingAddress Post /operators/{operator_id}/shipping_addresses Create shipping address
ShippingAddressApi DeleteShippingAddress Delete /operators/{operator_id}/shipping_addresses/{shipping_address_id} Delete shipping address
ShippingAddressApi GetShippingAddress Get /operators/{operator_id}/shipping_addresses/{shipping_address_id} Get shipping address
ShippingAddressApi ListShippingAddresses Get /operators/{operator_id}/shipping_addresses List shipping addresses
ShippingAddressApi UpdateShippingAddress Put /operators/{operator_id}/shipping_addresses/{shipping_address_id} Update shipping address
SigfoxDeviceApi DeleteSigfoxDeviceTag Delete /sigfox_devices/{device_id}/tags/{tag_name} Delete Sigfox device Tag
SigfoxDeviceApi DisableTerminationOnSigfoxDevice Post /sigfox_devices/{device_id}/disable_termination Disable Termination of Sigfox device
SigfoxDeviceApi EnableTerminationOnSigfoxDevice Post /sigfox_devices/{device_id}/enable_termination Enable Termination of Sigfox device
SigfoxDeviceApi GetDataFromSigfoxDevice Get /sigfox_devices/{device_id}/data Get data sent from a Sigfox device.
SigfoxDeviceApi GetSigfoxDevice Get /sigfox_devices/{device_id} Get Sigfox device
SigfoxDeviceApi ListSigfoxDevices Get /sigfox_devices List Sigfox devices
SigfoxDeviceApi PutSigfoxDeviceTags Put /sigfox_devices/{device_id}/tags Bulk Insert or Update Sigfox device Tags
SigfoxDeviceApi RegisterSigfoxDevice Post /sigfox_devices/{device_id}/register Register a Sigfox device.
SigfoxDeviceApi SendDataToSigfoxDevice Post /sigfox_devices/{device_id}/data Send data to a Sigfox device.
SigfoxDeviceApi SetSigfoxDeviceGroup Post /sigfox_devices/{device_id}/set_group Set Group to Sigfox device
SigfoxDeviceApi TerminateSigfoxDevice Post /sigfox_devices/{device_id}/terminate Terminate Sigfox device
SigfoxDeviceApi UnsetSigfoxDeviceGroup Post /sigfox_devices/{device_id}/unset_group Unset Group to Sigfox device
SimApi ActivateSim Post /sims/{sim_id}/activate Activate SIM
SimApi AddSubscription Post /sims/{sim_id}/profiles/{iccid}/add_subscription 新しいセカンダリサブスクリプションを IoT SIM に追加する
SimApi AttachArcSimCredentials Post /sims/{sim_id}/credentials/arc (非推奨) Arc のクレデンシャルを SIM へ付与
SimApi CancelSubscriptionContainerDownload Post /sims/{sim_id}/profiles/{iccid}/subscribers/{imsi}/cancel_download Cancel subscription download to subscription container
SimApi CreateArcSession Post /sims/{sim_id}/sessions/arc SORACOM Arc セッションの作成
SimApi CreateSim Post /sims SIM の新規作成
SimApi CreateSimPacketCaptureSession Post /sims/{sim_id}/packet_capture_sessions Create Packet Capture Session
SimApi DeactivateSim Post /sims/{sim_id}/deactivate Deactivate SIM
SimApi DeleteSimPacketCaptureSession Delete /sims/{sim_id}/packet_capture_sessions/{session_id} Delete Packet Capture Session
SimApi DeleteSimSession Post /sims/{sim_id}/delete_session Delete Session
SimApi DeleteSimTag Delete /sims/{sim_id}/tags/{tag_name} Delete SIM Tag
SimApi DeleteSubscriptionContainerCountryMappingEntry Delete /sims/{sim_id}/profiles/{iccid}/subscription_containers/country_mapping/{mcc} Delete subscription container mapping entries
SimApi DisableSimTermination Post /sims/{sim_id}/disable_termination Disable Termination of SIM
SimApi EnableSimTermination Post /sims/{sim_id}/enable_termination Enable Termination of SIM
SimApi EnableSubscriptionContainer Post /sims/{sim_id}/profiles/{iccid}/subscription_containers/{container_id}/enable Enables a subscription container.
SimApi GetDataFromSim Get /sims/{sim_id}/data Get data sent from a SIM.
SimApi GetSim Get /sims/{sim_id} Get SIM
SimApi GetSimPacketCaptureSession Get /sims/{sim_id}/packet_capture_sessions/{session_id} Get Packet Capture Session
SimApi ListSimPacketCaptureSessions Get /sims/{sim_id}/packet_capture_sessions List packet capture sessions associated with the SIM
SimApi ListSimSessionEvents Get /sims/{sim_id}/events/sessions List Session Events
SimApi ListSims Get /sims List SIMs
SimApi ListSubscriptionContainers Get /sims/{sim_id}/profiles/{iccid}/subscription_containers Get subscription container status.
SimApi PutSimTags Put /sims/{sim_id}/tags Bulk Insert or Update SIM Tags
SimApi PutSubscriptionContainerCountryMappingEntries Put /sims/{sim_id}/profiles/{iccid}/subscription_containers/country_mapping Updates subscription container country mapping entries.
SimApi RegisterSim Post /sims/{sim_id}/register Register SIM
SimApi RemoveArcSimCredentials Delete /sims/{sim_id}/credentials/arc (非推奨) Arc のクレデンシャルを SIM から除去
SimApi RenewArcSimCredentials Put /sims/{sim_id}/credentials/arc SIM に対する Arc のクレデンシャルを更新する
SimApi ReportSimLocalInfo Post /sims/{sim_id}/report_local_info SIM ローカル情報レポートを取得する
SimApi SendDownlinkPing Post /sims/{sim_id}/downlink/ping SIM に対して ping リクエストを送信する。
SimApi SendSmsToSim Post /sims/{sim_id}/send_sms Send SMS to SIM
SimApi SetSimExpiryTime Post /sims/{sim_id}/set_expiry_time Update Expiry Time of SIM
SimApi SetSimGroup Post /sims/{sim_id}/set_group Set Group to SIM
SimApi SetSimImeiLock Post /sims/{sim_id}/set_imei_lock Set IMEI lock configuration for SIM.
SimApi SetSimToStandby Post /sims/{sim_id}/set_to_standby Set SIM to standby mode.
SimApi StopSimPacketCaptureSession Post /sims/{sim_id}/packet_capture_sessions/{session_id}/stop Stop SIM Packet Capture Session
SimApi SuspendSim Post /sims/{sim_id}/suspend Suspend SIM
SimApi TerminateSim Post /sims/{sim_id}/terminate Terminate SIM
SimApi TerminateSubscriptionContainer Post /sims/{sim_id}/profiles/{iccid}/subscribers/{imsi}/terminate セカンダリサブスクリプションの利用終了
SimApi UnsetSimExpiryTime Post /sims/{sim_id}/unset_expiry_time Delete Expiry Time of SIM
SimApi UnsetSimGroup Post /sims/{sim_id}/unset_group Unset Group to SIM
SimApi UnsetSimImeiLock Post /sims/{sim_id}/unset_imei_lock Unset IMEI lock configuration for SIM.
SimApi UpdateSimSpeedClass Post /sims/{sim_id}/update_speed_class Update SIM speed class
SoraCamApi ExportSoraCamDeviceRecordedImage Post /sora_cam/devices/{device_id}/images/exports クラウド常時録画で保存された録画映像から静止画をエクスポートする処理を開始する
SoraCamApi ExportSoraCamDeviceRecordedVideo Post /sora_cam/devices/{device_id}/videos/exports クラウド常時録画で保存された録画映像をエクスポートする処理を開始する
SoraCamApi GetSoraCamDevice Get /sora_cam/devices/{device_id} ソラカメ対応カメラの情報を取得する
SoraCamApi GetSoraCamDeviceExportUsage Get /sora_cam/devices/{device_id}/exports/usage ソラカメ対応カメラの静止画のエクスポート可能枚数や録画映像のエクスポート可能時間を取得する
SoraCamApi GetSoraCamDeviceExportedImage Get /sora_cam/devices/{device_id}/images/exports/{export_id} クラウド常時録画で保存された録画映像から静止画をエクスポートする処理の現在の状況を取得する
SoraCamApi GetSoraCamDeviceExportedVideo Get /sora_cam/devices/{device_id}/videos/exports/{export_id} クラウド常時録画で保存された録画映像をエクスポートする処理の現在の状況を取得する
SoraCamApi GetSoraCamDeviceStreamingVideo Get /sora_cam/devices/{device_id}/stream ストリーミング映像 (リアルタイム映像 / 録画映像) をダウンロードするための情報を取得する
SoraCamApi ListSoraCamDeviceImageExports Get /sora_cam/devices/images/exports ソラカメ対応カメラで撮影した録画映像から静止画をエクスポートする処理の現在の状況をリストで取得する
SoraCamApi ListSoraCamDeviceImageExportsForDevice Get /sora_cam/devices/{device_id}/images/exports ソラカメ対応カメラで撮影した録画映像から静止画をエクスポートする処理の現在の状況をリストで取得する
SoraCamApi ListSoraCamDeviceVideoExports Get /sora_cam/devices/videos/exports ソラカメ対応カメラで撮影した録画映像をエクスポートする処理の現在の状況をリストで取得する
SoraCamApi ListSoraCamDeviceVideoExportsForDevice Get /sora_cam/devices/{device_id}/videos/exports ソラカメ対応カメラで撮影した録画映像をエクスポートする処理の現在の状況をリストで取得する
SoraCamApi ListSoraCamDevices Get /sora_cam/devices ソラカメ対応カメラの一覧を取得する
SoraCamApi ListSoraCamLicensePacks Get /sora_cam/license_packs Soracom Cloud Camera Services のライセンスパックの一覧を取得します。
SoraCamApi UpdateSoraCamLicensePackQuantity Put /sora_cam/license_packs/{license_pack_id}/quantity Soracom Cloud Camera Services のライセンス数を更新します。
SoraletApi CreateSoralet Post /soralets Soralet を作成します。
SoraletApi DeleteSoralet Delete /soralets/{soralet_id} Soralet を削除します。
SoraletApi DeleteSoraletVersion Delete /soralets/{soralet_id}/versions/{version} Soralet のバージョンを削除します。
SoraletApi GetSoralet Get /soralets/{soralet_id} Soralet を取得します。
SoraletApi GetSoraletLogs Get /soralets/{soralet_id}/logs Soralet のログメッセージを取得します。
SoraletApi ListSoraletVersions Get /soralets/{soralet_id}/versions Soralet のバージョン一覧を取得します。
SoraletApi ListSoralets Get /soralets Soralet の一覧を取得します。
SoraletApi TestSoralet Post /soralets/{soralet_id}/test 引数を指定して Soralet をテスト実行します。
SoraletApi UploadSoraletCode Post /soralets/{soralet_id}/versions コードをアップロードし、新しいバージョンを作成します。
StatsApi ExportAirStats Post /stats/air/operators/{operator_id}/export Export Air Usage Report of All Subscribers
StatsApi ExportBeamStats Post /stats/beam/operators/{operator_id}/export Export Beam Usage Report of All Subscribers
StatsApi ExportFunkStats Post /stats/funk/operators/{operator_id}/export Export Funk Usage Report of All Subscribers
StatsApi ExportFunnelStats Post /stats/funnel/operators/{operator_id}/export Export Funnel Usage Report of All Subscribers
StatsApi GetAirStats Get /stats/air/subscribers/{imsi} Get Air Usage Report of Subscriber
StatsApi GetAirStatsOfSim Get /stats/air/sims/{sim_id} Get Air Usage Report of SIM
StatsApi GetBeamStats Get /stats/beam/subscribers/{imsi} Get Beam Usage Report of Subscriber
StatsApi GetFunkStats Get /stats/funk/subscribers/{imsi} Get Funk Usage Report of Subscriber
StatsApi GetFunnelStats Get /stats/funnel/subscribers/{imsi} Get Funnel Usage Report of Subscriber
StatsApi GetHarvestExportedDataStats Get /stats/harvest/operators/{operator_id} Harvest の利用統計情報を取得します。
StatsApi GetHarvestStats Get /stats/harvest/subscribers/{imsi} Get Harvest Usage Report of Subscriber
StatsApi GetNapterAuditLogsExportedDataStats Get /stats/napter/audit_logs Napter 監査ログの月次読み込みデータ量を取得する。
SubscriberApi ActivateSubscriber Post /subscribers/{imsi}/activate Activate Subscriber
SubscriberApi DeactivateSubscriber Post /subscribers/{imsi}/deactivate Deactivate Subscriber
SubscriberApi DeleteSubscriberSession Post /subscribers/{imsi}/delete_session Delete Session
SubscriberApi DeleteSubscriberTag Delete /subscribers/{imsi}/tags/{tag_name} Delete Subscriber Tag
SubscriberApi DeleteSubscriberTransferToken Delete /subscribers/transfer_token/{token} Delete Subscribers Transfer Token
SubscriberApi DisableTermination Post /subscribers/{imsi}/disable_termination Disable Termination of Subscriber
SubscriberApi EnableTermination Post /subscribers/{imsi}/enable_termination Enable Termination of Subscriber
SubscriberApi ExportSubscribers Post /subscribers/export Export all subscribers.
SubscriberApi GetDataFromSubscriber Get /subscribers/{imsi}/data Get data sent from a subscriber.
SubscriberApi GetSubscriber Get /subscribers/{imsi} Get Subscriber
SubscriberApi IssueSubscriberTransferToken Post /subscribers/transfer_token/issue Issue Subscribers Transfer Token
SubscriberApi ListSessionEvents Get /subscribers/{imsi}/events/sessions List Session Events
SubscriberApi ListSubscribers Get /subscribers List Subscribers
SubscriberApi PutBundles Put /subscribers/{imsi}/bundles Set Bundles to Subscriber.
SubscriberApi PutSubscriberTags Put /subscribers/{imsi}/tags Bulk Insert or Update Subscriber Tags
SubscriberApi RegisterSubscriber Post /subscribers/{imsi}/register Register Subscriber
SubscriberApi ReportLocalInfo Post /subscribers/{imsi}/report_local_info Triggers Subscriber to report SIM local info.
SubscriberApi SendSms Post /subscribers/{imsi}/send_sms Send SMS to Subscriber
SubscriberApi SendSmsByMsisdn Post /subscribers/msisdn/{msisdn}/send_sms Send SMS to Subscriber by MSISDN
SubscriberApi SetExpiryTime Post /subscribers/{imsi}/set_expiry_time Update Expiry Time of Subscriber
SubscriberApi SetGroup Post /subscribers/{imsi}/set_group Set Group to Subscriber
SubscriberApi SetImeiLock Post /subscribers/{imsi}/set_imei_lock Set IMEI lock configuration for Subscriber.
SubscriberApi SetSubscriberToStandby Post /subscribers/{imsi}/set_to_standby Set Subscriber to standby mode.
SubscriberApi SubscriberDownlinkPingToUserEquipment Post /subscribers/{imsi}/downlink/ping Subscriber に対して ping リクエストを送信する。
SubscriberApi SuspendSubscriber Post /subscribers/{imsi}/suspend Suspend Subscriber
SubscriberApi TerminateSubscriber Post /subscribers/{imsi}/terminate Terminate Subscriber
SubscriberApi UnsetExpiryTime Post /subscribers/{imsi}/unset_expiry_time Delete Expiry Time of Subscriber
SubscriberApi UnsetGroup Post /subscribers/{imsi}/unset_group Unset Group to Subscriber
SubscriberApi UnsetImeiLock Post /subscribers/{imsi}/unset_imei_lock Unset IMEI lock configuration for Subscriber.
SubscriberApi UpdateSpeedClass Post /subscribers/{imsi}/update_speed_class Update Subscriber speed class
SubscriberApi VerifySubscriberTransferToken Post /subscribers/transfer_token/verify Verify Subscriber Transfer Token
SystemNotificationApi DeleteSystemNotification Delete /operators/{operator_id}/system_notifications/{type} Delete system notification
SystemNotificationApi GetSystemNotification Get /operators/{operator_id}/system_notifications/{type} Get system notification
SystemNotificationApi ListSystemNotifications Get /operators/{operator_id}/system_notifications List system notifications
SystemNotificationApi SetSystemNotification Post /operators/{operator_id}/system_notifications/{type} Set system notification
UserApi CreateUser Post /operators/{operator_id}/users/{user_name} Create User
UserApi CreateUserPassword Post /operators/{operator_id}/users/{user_name}/password Create Password
UserApi DeleteDefaultPermissions Delete /operators/{operator_id}/users/default_permissions すべての SAM ユーザーに適用されるデフォルト権限を削除する
UserApi DeleteUser Delete /operators/{operator_id}/users/{user_name} Delete User
UserApi DeleteUserAuthKey Delete /operators/{operator_id}/users/{user_name}/auth_keys/{auth_key_id} Delete User AuthKey
UserApi DeleteUserPassword Delete /operators/{operator_id}/users/{user_name}/password Delete Password
UserApi DeleteUserPermission Delete /operators/{operator_id}/users/{user_name}/permission SAM ユーザーの権限を削除する
UserApi EnableUserMFA Post /operators/{operator_id}/users/{user_name}/mfa Enable SAM user's MFA
UserApi GenerateUserAuthKey Post /operators/{operator_id}/users/{user_name}/auth_keys Generate AuthKey
UserApi GetDefaultPermissions Get /operators/{operator_id}/users/default_permissions すべての SAM ユーザーに適用されるデフォルト権限を取得する
UserApi GetUser Get /operators/{operator_id}/users/{user_name} Get User
UserApi GetUserAuthKey Get /operators/{operator_id}/users/{user_name}/auth_keys/{auth_key_id} Get AuthKey
UserApi GetUserMFAStatus Get /operators/{operator_id}/users/{user_name}/mfa Get SAM user's MFA status
UserApi GetUserPermission Get /operators/{operator_id}/users/{user_name}/permission Get User Permission
UserApi HasUserPassword Get /operators/{operator_id}/users/{user_name}/password Has User Password
UserApi ListUserAuthKeys Get /operators/{operator_id}/users/{user_name}/auth_keys List User AuthKeys
UserApi ListUsers Get /operators/{operator_id}/users List Users
UserApi RevokeUserAuthTokens Delete /operators/{operator_id}/users/{user_name}/tokens 指定された SAM ユーザーが発行した全ての API キーと API トークンを無効化します。
UserApi RevokeUserMFA Delete /operators/{operator_id}/users/{user_name}/mfa Revoke SAM user's MFA
UserApi UpdateDefaultPermissions Put /operators/{operator_id}/users/default_permissions Update the default permissions
UserApi UpdateUser Put /operators/{operator_id}/users/{user_name} Update User
UserApi UpdateUserPassword Put /operators/{operator_id}/users/{user_name}/password Update Password
UserApi UpdateUserPermission Put /operators/{operator_id}/users/{user_name}/permission SAM ユーザーの権限を更新する
UserApi VerifyUserMFA Post /operators/{operator_id}/users/{user_name}/mfa/verify Verify SAM user's MFA OTP code when MFA activation phase
VirtualPrivateGatewayApi CloseGate Post /virtual_private_gateways/{vpg_id}/gate/close Close SORACOM Gate.
VirtualPrivateGatewayApi CreateMirroringPeer Post /virtual_private_gateways/{vpg_id}/junction/mirroring/peers Junction ミラーリング peer を追加します。
VirtualPrivateGatewayApi CreatePacketCaptureSession Post /virtual_private_gateways/{vpg_id}/packet_capture_sessions Create Packet Capture Session
VirtualPrivateGatewayApi CreateVirtualPrivateGateway Post /virtual_private_gateways Create Virtual Private Gateway
VirtualPrivateGatewayApi CreateVpcPeeringConnection Post /virtual_private_gateways/{vpg_id}/vpc_peering_connections Create VPC Peering Connection
VirtualPrivateGatewayApi DeleteMirroringPeer Delete /virtual_private_gateways/{vpg_id}/junction/mirroring/peers/{ipaddr} Junction ミラーリング peer を削除します。
VirtualPrivateGatewayApi DeletePacketCaptureSession Delete /virtual_private_gateways/{vpg_id}/packet_capture_sessions/{session_id} Delete Packet Capture Session
VirtualPrivateGatewayApi DeleteVirtualPrivateGatewayIpAddressMapEntry Delete /virtual_private_gateways/{vpg_id}/ip_address_map/{key} Delete VPG IP address map entry
VirtualPrivateGatewayApi DeleteVpcPeeringConnection Delete /virtual_private_gateways/{vpg_id}/vpc_peering_connections/{pcx_id} Delete VPC Peering Connection
VirtualPrivateGatewayApi DisableGatePrivacySeparator Post /virtual_private_gateways/{vpg_id}/gate/disable_privacy_separator 指定された VPG に対して SORACOM Gate のプライバシーセパレーター機能を無効にする。
VirtualPrivateGatewayApi EnableGatePrivacySeparator Post /virtual_private_gateways/{vpg_id}/gate/enable_privacy_separator 指定された VPG に対して SORACOM Gate のプライバシーセパレーター機能を有効にする。
VirtualPrivateGatewayApi GetPacketCaptureSession Get /virtual_private_gateways/{vpg_id}/packet_capture_sessions/{session_id} Get Packet Capture Session
VirtualPrivateGatewayApi GetVirtualPrivateGateway Get /virtual_private_gateways/{vpg_id} Get Virtual Private Gateway
VirtualPrivateGatewayApi ListGatePeers Get /virtual_private_gateways/{vpg_id}/gate/peers List VPG Gate peers
VirtualPrivateGatewayApi ListPacketCaptureSessions Get /virtual_private_gateways/{vpg_id}/packet_capture_sessions List Packet Capture Sessions
VirtualPrivateGatewayApi ListVirtualPrivateGatewayIpAddressMapEntries Get /virtual_private_gateways/{vpg_id}/ip_address_map List VPG IP address map entries
VirtualPrivateGatewayApi ListVirtualPrivateGateways Get /virtual_private_gateways List Virtual Private Gateways
VirtualPrivateGatewayApi OpenGate Post /virtual_private_gateways/{vpg_id}/gate/open Open SORACOM Gate
VirtualPrivateGatewayApi PutVirtualPrivateGatewayIpAddressMapEntry Post /virtual_private_gateways/{vpg_id}/ip_address_map Put VPG IP address map entry
VirtualPrivateGatewayApi RegisterGatePeer Post /virtual_private_gateways/{vpg_id}/gate/peers Register VPG Gate Peer
VirtualPrivateGatewayApi SetInspectionConfiguration Post /virtual_private_gateways/{vpg_id}/junction/set_inspection Junction インスペクション機能の設定を行います。
VirtualPrivateGatewayApi SetRedirectionConfiguration Post /virtual_private_gateways/{vpg_id}/junction/set_redirection Junction リダイレクション機能の設定を行います。
VirtualPrivateGatewayApi SetRoutingFilter Post /virtual_private_gateways/{vpg_id}/set_routing_filter Sets Virtual Private Gateway outbound routing filter.
VirtualPrivateGatewayApi StopPacketCaptureSession Post /virtual_private_gateways/{vpg_id}/packet_capture_sessions/{session_id}/stop Stop Packet Capture Session
VirtualPrivateGatewayApi TerminateVirtualPrivateGateway Post /virtual_private_gateways/{vpg_id}/terminate Terminate Virtual Private Gateway
VirtualPrivateGatewayApi UnregisterGatePeer Delete /virtual_private_gateways/{vpg_id}/gate/peers/{outer_ip_address} Unregister VPG Gate Peer
VirtualPrivateGatewayApi UnsetInspectionConfiguration Post /virtual_private_gateways/{vpg_id}/junction/unset_inspection Junction インスペクション機能の設定を解除します。
VirtualPrivateGatewayApi UnsetRedirectionConfiguration Post /virtual_private_gateways/{vpg_id}/junction/unset_redirection Junction リダイレクション機能の設定を行います。
VirtualPrivateGatewayApi UpdateMirroringPeer Put /virtual_private_gateways/{vpg_id}/junction/mirroring/peers/{ipaddr} Junction ミラーリング peer を更新します。

Documentation For Models

Documentation For Authorization

api_key
  • Type: API key
  • API key parameter name: X-Soracom-API-Key
  • Location: HTTP header

Note, each API key must be added to a map of map[string]APIKey where the key is: X-Soracom-API-Key and passed in as the auth context for each request.

api_token
  • Type: API key
  • API key parameter name: X-Soracom-Token
  • Location: HTTP header

Note, each API key must be added to a map of map[string]APIKey where the key is: X-Soracom-Token and passed in as the auth context for each request.

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
	ContextOAuth2 = contextKey("token")

	// ContextBasicAuth takes BasicAuth as authentication for the request.
	ContextBasicAuth = contextKey("basic")

	// ContextAccessToken takes a string oauth2 access token as authentication for the request.
	ContextAccessToken = contextKey("accesstoken")

	// ContextAPIKeys takes a string apikey as authentication for the request
	ContextAPIKeys = contextKey("apiKeys")

	// ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request.
	ContextHttpSignatureAuth = contextKey("httpsignature")

	// ContextServerIndex uses a server configuration from the index.
	ContextServerIndex = contextKey("serverIndex")

	// ContextOperationServerIndices uses a server configuration from the index mapping.
	ContextOperationServerIndices = contextKey("serverOperationIndices")

	// ContextServerVariables overrides a server configuration variables.
	ContextServerVariables = contextKey("serverVariables")

	// ContextOperationServerVariables overrides a server configuration variables using operation specific values.
	ContextOperationServerVariables = contextKey("serverOperationVariables")
)
View Source
var AllowedFunnelContentTypeEnumValues = []FunnelContentType{
	"json",
	"text",
	"unspecified",
	"binary",
	"application/x-soracom-bf-v1",
}

All allowed values of FunnelContentType enum

Functions

func CacheExpires

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func PtrBool

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

Types

type APIAuditLogEntry

type APIAuditLogEntry struct {
	// API 種別 (例: `/v1/auth`)。
	ApiKind *string `json:"apiKind,omitempty"`
	// API を呼び出したオペレーターID。
	OperatorId *string `json:"operatorId,omitempty"`
	// API の呼び出し元 IP アドレス。
	RemoteIpAddress *string `json:"remoteIpAddress,omitempty"`
	// リクエストされた API のパス。
	RequestPath *string `json:"requestPath,omitempty"`
	// API が呼び出された時刻。この値はページネーションのために `last_evaluated_key` リクエストパラメーターに利用することができます。
	RequestedTimeEpochMs *int64 `json:"requestedTimeEpochMs,omitempty"`
	// API を呼び出した SAM ユーザー名。もしこの値が空の場合は呼び出しユーザーは root ユーザーです。
	UserName *string `json:"userName,omitempty"`
}

APIAuditLogEntry struct for APIAuditLogEntry

func NewAPIAuditLogEntry

func NewAPIAuditLogEntry() *APIAuditLogEntry

NewAPIAuditLogEntry instantiates a new APIAuditLogEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAPIAuditLogEntryWithDefaults

func NewAPIAuditLogEntryWithDefaults() *APIAuditLogEntry

NewAPIAuditLogEntryWithDefaults instantiates a new APIAuditLogEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*APIAuditLogEntry) GetApiKind

func (o *APIAuditLogEntry) GetApiKind() string

GetApiKind returns the ApiKind field value if set, zero value otherwise.

func (*APIAuditLogEntry) GetApiKindOk

func (o *APIAuditLogEntry) GetApiKindOk() (*string, bool)

GetApiKindOk returns a tuple with the ApiKind field value if set, nil otherwise and a boolean to check if the value has been set.

func (*APIAuditLogEntry) GetOperatorId

func (o *APIAuditLogEntry) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*APIAuditLogEntry) GetOperatorIdOk

func (o *APIAuditLogEntry) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*APIAuditLogEntry) GetRemoteIpAddress

func (o *APIAuditLogEntry) GetRemoteIpAddress() string

GetRemoteIpAddress returns the RemoteIpAddress field value if set, zero value otherwise.

func (*APIAuditLogEntry) GetRemoteIpAddressOk

func (o *APIAuditLogEntry) GetRemoteIpAddressOk() (*string, bool)

GetRemoteIpAddressOk returns a tuple with the RemoteIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*APIAuditLogEntry) GetRequestPath

func (o *APIAuditLogEntry) GetRequestPath() string

GetRequestPath returns the RequestPath field value if set, zero value otherwise.

func (*APIAuditLogEntry) GetRequestPathOk

func (o *APIAuditLogEntry) GetRequestPathOk() (*string, bool)

GetRequestPathOk returns a tuple with the RequestPath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*APIAuditLogEntry) GetRequestedTimeEpochMs

func (o *APIAuditLogEntry) GetRequestedTimeEpochMs() int64

GetRequestedTimeEpochMs returns the RequestedTimeEpochMs field value if set, zero value otherwise.

func (*APIAuditLogEntry) GetRequestedTimeEpochMsOk

func (o *APIAuditLogEntry) GetRequestedTimeEpochMsOk() (*int64, bool)

GetRequestedTimeEpochMsOk returns a tuple with the RequestedTimeEpochMs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*APIAuditLogEntry) GetUserName

func (o *APIAuditLogEntry) GetUserName() string

GetUserName returns the UserName field value if set, zero value otherwise.

func (*APIAuditLogEntry) GetUserNameOk

func (o *APIAuditLogEntry) GetUserNameOk() (*string, bool)

GetUserNameOk returns a tuple with the UserName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*APIAuditLogEntry) HasApiKind

func (o *APIAuditLogEntry) HasApiKind() bool

HasApiKind returns a boolean if a field has been set.

func (*APIAuditLogEntry) HasOperatorId

func (o *APIAuditLogEntry) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (*APIAuditLogEntry) HasRemoteIpAddress

func (o *APIAuditLogEntry) HasRemoteIpAddress() bool

HasRemoteIpAddress returns a boolean if a field has been set.

func (*APIAuditLogEntry) HasRequestPath

func (o *APIAuditLogEntry) HasRequestPath() bool

HasRequestPath returns a boolean if a field has been set.

func (*APIAuditLogEntry) HasRequestedTimeEpochMs

func (o *APIAuditLogEntry) HasRequestedTimeEpochMs() bool

HasRequestedTimeEpochMs returns a boolean if a field has been set.

func (*APIAuditLogEntry) HasUserName

func (o *APIAuditLogEntry) HasUserName() bool

HasUserName returns a boolean if a field has been set.

func (APIAuditLogEntry) MarshalJSON

func (o APIAuditLogEntry) MarshalJSON() ([]byte, error)

func (*APIAuditLogEntry) SetApiKind

func (o *APIAuditLogEntry) SetApiKind(v string)

SetApiKind gets a reference to the given string and assigns it to the ApiKind field.

func (*APIAuditLogEntry) SetOperatorId

func (o *APIAuditLogEntry) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

func (*APIAuditLogEntry) SetRemoteIpAddress

func (o *APIAuditLogEntry) SetRemoteIpAddress(v string)

SetRemoteIpAddress gets a reference to the given string and assigns it to the RemoteIpAddress field.

func (*APIAuditLogEntry) SetRequestPath

func (o *APIAuditLogEntry) SetRequestPath(v string)

SetRequestPath gets a reference to the given string and assigns it to the RequestPath field.

func (*APIAuditLogEntry) SetRequestedTimeEpochMs

func (o *APIAuditLogEntry) SetRequestedTimeEpochMs(v int64)

SetRequestedTimeEpochMs gets a reference to the given int64 and assigns it to the RequestedTimeEpochMs field.

func (*APIAuditLogEntry) SetUserName

func (o *APIAuditLogEntry) SetUserName(v string)

SetUserName gets a reference to the given string and assigns it to the UserName field.

type APICallError

type APICallError struct {
	ErrorMessage *APICallErrorMessage `json:"errorMessage,omitempty"`
	HttpStatus   *int32               `json:"httpStatus,omitempty"`
}

APICallError struct for APICallError

func NewAPICallError

func NewAPICallError() *APICallError

NewAPICallError instantiates a new APICallError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAPICallErrorWithDefaults

func NewAPICallErrorWithDefaults() *APICallError

NewAPICallErrorWithDefaults instantiates a new APICallError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*APICallError) GetErrorMessage

func (o *APICallError) GetErrorMessage() APICallErrorMessage

GetErrorMessage returns the ErrorMessage field value if set, zero value otherwise.

func (*APICallError) GetErrorMessageOk

func (o *APICallError) GetErrorMessageOk() (*APICallErrorMessage, bool)

GetErrorMessageOk returns a tuple with the ErrorMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*APICallError) GetHttpStatus

func (o *APICallError) GetHttpStatus() int32

GetHttpStatus returns the HttpStatus field value if set, zero value otherwise.

func (*APICallError) GetHttpStatusOk

func (o *APICallError) GetHttpStatusOk() (*int32, bool)

GetHttpStatusOk returns a tuple with the HttpStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*APICallError) HasErrorMessage

func (o *APICallError) HasErrorMessage() bool

HasErrorMessage returns a boolean if a field has been set.

func (*APICallError) HasHttpStatus

func (o *APICallError) HasHttpStatus() bool

HasHttpStatus returns a boolean if a field has been set.

func (APICallError) MarshalJSON

func (o APICallError) MarshalJSON() ([]byte, error)

func (*APICallError) SetErrorMessage

func (o *APICallError) SetErrorMessage(v APICallErrorMessage)

SetErrorMessage gets a reference to the given APICallErrorMessage and assigns it to the ErrorMessage field.

func (*APICallError) SetHttpStatus

func (o *APICallError) SetHttpStatus(v int32)

SetHttpStatus gets a reference to the given int32 and assigns it to the HttpStatus field.

type APICallErrorMessage

type APICallErrorMessage struct {
	// エラーコード
	Code string `json:"code"`
	// エラーメッセージ。リクエスト時に X-Soracom-Lang ヘッダーに言語(en,ja)を設定するとその言語のメッセージがセットされます。
	Message string `json:"message"`
}

APICallErrorMessage struct for APICallErrorMessage

func NewAPICallErrorMessage

func NewAPICallErrorMessage(code string, message string) *APICallErrorMessage

NewAPICallErrorMessage instantiates a new APICallErrorMessage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAPICallErrorMessageWithDefaults

func NewAPICallErrorMessageWithDefaults() *APICallErrorMessage

NewAPICallErrorMessageWithDefaults instantiates a new APICallErrorMessage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*APICallErrorMessage) GetCode

func (o *APICallErrorMessage) GetCode() string

GetCode returns the Code field value

func (*APICallErrorMessage) GetCodeOk

func (o *APICallErrorMessage) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*APICallErrorMessage) GetMessage

func (o *APICallErrorMessage) GetMessage() string

GetMessage returns the Message field value

func (*APICallErrorMessage) GetMessageOk

func (o *APICallErrorMessage) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (APICallErrorMessage) MarshalJSON

func (o APICallErrorMessage) MarshalJSON() ([]byte, error)

func (*APICallErrorMessage) SetCode

func (o *APICallErrorMessage) SetCode(v string)

SetCode sets field value

func (*APICallErrorMessage) SetMessage

func (o *APICallErrorMessage) SetMessage(v string)

SetMessage sets field value

type APIClient

type APIClient struct {
	AuditLogApi *AuditLogApiService

	AuthApi *AuthApiService

	BillingApi *BillingApiService

	CellLocationApi *CellLocationApiService

	CredentialApi *CredentialApiService

	DataEntryApi *DataEntryApiService

	DeviceApi *DeviceApiService

	DeviceObjectModelApi *DeviceObjectModelApiService

	DiagnosticApi *DiagnosticApiService

	EmailApi *EmailApiService

	EventHandlerApi *EventHandlerApiService

	FileEntryApi *FileEntryApiService

	FilesApi *FilesApiService

	GadgetApi *GadgetApiService

	GroupApi *GroupApiService

	LagoonApi *LagoonApiService

	LogApi *LogApiService

	LoraDeviceApi *LoraDeviceApiService

	LoraGatewayApi *LoraGatewayApiService

	LoraNetworkSetApi *LoraNetworkSetApiService

	OperatorApi *OperatorApiService

	OrderApi *OrderApiService

	PaymentApi *PaymentApiService

	PortMappingApi *PortMappingApiService

	QueryApi *QueryApiService

	ResourceSummaryApi *ResourceSummaryApiService

	RoleApi *RoleApiService

	ShippingAddressApi *ShippingAddressApiService

	SigfoxDeviceApi *SigfoxDeviceApiService

	SimApi *SimApiService

	SoraCamApi *SoraCamApiService

	SoraletApi *SoraletApiService

	StatsApi *StatsApiService

	SubscriberApi *SubscriberApiService

	SystemNotificationApi *SystemNotificationApiService

	UserApi *UserApiService

	VirtualPrivateGatewayApi *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

APIClient manages communication with the SORACOM API API vVERSION_PLACEHOLDER In most cases there should be only one, shared, APIClient.

func NewAPIClient

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

func (*APIClient) GetConfig

func (c *APIClient) GetConfig() *Configuration

Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior

type APIKey

type APIKey struct {
	Key    string
	Prefix string
}

APIKey provides API key based authentication to a request passed via context using ContextAPIKey

type APIResponse

type APIResponse struct {
	*http.Response `json:"-"`
	Message        string `json:"message,omitempty"`
	// Operation is the name of the OpenAPI operation.
	Operation string `json:"operation,omitempty"`
	// RequestURL is the request URL. This value is always available, even if the
	// embedded *http.Response is nil.
	RequestURL string `json:"url,omitempty"`
	// Method is the HTTP method used for the request.  This value is always
	// available, even if the embedded *http.Response is nil.
	Method string `json:"method,omitempty"`
	// Payload holds the contents of the response body (which may be nil or empty).
	// This is provided here as the raw response.Body() reader will have already
	// been drained.
	Payload []byte `json:"-"`
}

APIResponse stores the API response returned by the server.

func NewAPIResponse

func NewAPIResponse(r *http.Response) *APIResponse

NewAPIResponse returns a new APIResponse object.

func NewAPIResponseWithError

func NewAPIResponseWithError(errorMessage string) *APIResponse

NewAPIResponseWithError returns a new APIResponse object with the provided error message.

type ActionConfig

type ActionConfig struct {
	Properties ActionConfigProperty `json:"properties"`
	Type       string               `json:"type"`
}

ActionConfig struct for ActionConfig

func NewActionConfig

func NewActionConfig(properties ActionConfigProperty, type_ string) *ActionConfig

NewActionConfig instantiates a new ActionConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewActionConfigWithDefaults

func NewActionConfigWithDefaults() *ActionConfig

NewActionConfigWithDefaults instantiates a new ActionConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ActionConfig) GetProperties

func (o *ActionConfig) GetProperties() ActionConfigProperty

GetProperties returns the Properties field value

func (*ActionConfig) GetPropertiesOk

func (o *ActionConfig) GetPropertiesOk() (*ActionConfigProperty, bool)

GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.

func (*ActionConfig) GetType

func (o *ActionConfig) GetType() string

GetType returns the Type field value

func (*ActionConfig) GetTypeOk

func (o *ActionConfig) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (ActionConfig) MarshalJSON

func (o ActionConfig) MarshalJSON() ([]byte, error)

func (*ActionConfig) SetProperties

func (o *ActionConfig) SetProperties(v ActionConfigProperty)

SetProperties sets field value

func (*ActionConfig) SetType

func (o *ActionConfig) SetType(v string)

SetType sets field value

type ActionConfigProperty

type ActionConfigProperty struct {
	// InvokeAWSLambdaAction の時のみ有効
	AccessKey *string `json:"accessKey,omitempty"`
	// ExecuteWebRequestAction の時のみ有効(任意)
	Body *string `json:"body,omitempty"`
	// ExecuteWebRequestAction の時のみ有効
	ContentType *string `json:"contentType,omitempty"`
	// InvokeAWSLambdaAction の時のみ有効
	Endpoint *string `json:"endpoint,omitempty"`
	// executionDateTimeConst で指定したタイミングから指定分後に実行
	ExecutionDateTimeConst string `json:"executionDateTimeConst"`
	// Run in the minutes after the timing of executionDateTimeConst
	ExecutionOffsetMinutes *string `json:"executionOffsetMinutes,omitempty"`
	// InvokeAWSLambdaAction の時のみ有効
	FunctionName *string `json:"functionName,omitempty"`
	// ExecuteWebRequestAction の時のみ有効(任意)
	Headers map[string]interface{} `json:"headers,omitempty"`
	// ExecuteWebRequestAction の時のみ有効
	HttpMethod *string `json:"httpMethod,omitempty"`
	// SendMailAction, SendMailToOperatorAction の時のみ有効
	Message *string `json:"message,omitempty"`
	// InvokeAWSLambdaAction の時のみ有効
	Parameter1 *string `json:"parameter1,omitempty"`
	// InvokeAWSLambdaAction の時のみ有効
	Parameter2 *string `json:"parameter2,omitempty"`
	// InvokeAWSLambdaAction の時のみ有効
	Parameter3 *string `json:"parameter3,omitempty"`
	// InvokeAWSLambdaAction の時のみ有効
	Parameter4 *string `json:"parameter4,omitempty"`
	// InvokeAWSLambdaAction の時のみ有効
	Parameter5 *string `json:"parameter5,omitempty"`
	// InvokeAWSLambdaAction の時のみ有効
	SecretAccessKey *string `json:"secretAccessKey,omitempty"`
	// ChangeSpeedClassAction の時のみ有効
	SpeedClass *string `json:"speedClass,omitempty"`
	// SendMailAction, SendMailToOperatorAction の時のみ有効
	Title *string `json:"title,omitempty"`
	// SendMailAction の時のみ有効
	To *string `json:"to,omitempty"`
	// 接続先 URL とパラメーター ExecuteWebRequestAction の時のみ有効
	Url *string `json:"url,omitempty"`
}

ActionConfigProperty struct for ActionConfigProperty

func NewActionConfigProperty

func NewActionConfigProperty(executionDateTimeConst string) *ActionConfigProperty

NewActionConfigProperty instantiates a new ActionConfigProperty object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewActionConfigPropertyWithDefaults

func NewActionConfigPropertyWithDefaults() *ActionConfigProperty

NewActionConfigPropertyWithDefaults instantiates a new ActionConfigProperty object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ActionConfigProperty) GetAccessKey

func (o *ActionConfigProperty) GetAccessKey() string

GetAccessKey returns the AccessKey field value if set, zero value otherwise.

func (*ActionConfigProperty) GetAccessKeyOk

func (o *ActionConfigProperty) GetAccessKeyOk() (*string, bool)

GetAccessKeyOk returns a tuple with the AccessKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionConfigProperty) GetBody

func (o *ActionConfigProperty) GetBody() string

GetBody returns the Body field value if set, zero value otherwise.

func (*ActionConfigProperty) GetBodyOk

func (o *ActionConfigProperty) GetBodyOk() (*string, bool)

GetBodyOk returns a tuple with the Body field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionConfigProperty) GetContentType

func (o *ActionConfigProperty) GetContentType() string

GetContentType returns the ContentType field value if set, zero value otherwise.

func (*ActionConfigProperty) GetContentTypeOk

func (o *ActionConfigProperty) GetContentTypeOk() (*string, bool)

GetContentTypeOk returns a tuple with the ContentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionConfigProperty) GetEndpoint

func (o *ActionConfigProperty) GetEndpoint() string

GetEndpoint returns the Endpoint field value if set, zero value otherwise.

func (*ActionConfigProperty) GetEndpointOk

func (o *ActionConfigProperty) GetEndpointOk() (*string, bool)

GetEndpointOk returns a tuple with the Endpoint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionConfigProperty) GetExecutionDateTimeConst

func (o *ActionConfigProperty) GetExecutionDateTimeConst() string

GetExecutionDateTimeConst returns the ExecutionDateTimeConst field value

func (*ActionConfigProperty) GetExecutionDateTimeConstOk

func (o *ActionConfigProperty) GetExecutionDateTimeConstOk() (*string, bool)

GetExecutionDateTimeConstOk returns a tuple with the ExecutionDateTimeConst field value and a boolean to check if the value has been set.

func (*ActionConfigProperty) GetExecutionOffsetMinutes

func (o *ActionConfigProperty) GetExecutionOffsetMinutes() string

GetExecutionOffsetMinutes returns the ExecutionOffsetMinutes field value if set, zero value otherwise.

func (*ActionConfigProperty) GetExecutionOffsetMinutesOk

func (o *ActionConfigProperty) GetExecutionOffsetMinutesOk() (*string, bool)

GetExecutionOffsetMinutesOk returns a tuple with the ExecutionOffsetMinutes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionConfigProperty) GetFunctionName

func (o *ActionConfigProperty) GetFunctionName() string

GetFunctionName returns the FunctionName field value if set, zero value otherwise.

func (*ActionConfigProperty) GetFunctionNameOk

func (o *ActionConfigProperty) GetFunctionNameOk() (*string, bool)

GetFunctionNameOk returns a tuple with the FunctionName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionConfigProperty) GetHeaders

func (o *ActionConfigProperty) GetHeaders() map[string]interface{}

GetHeaders returns the Headers field value if set, zero value otherwise.

func (*ActionConfigProperty) GetHeadersOk

func (o *ActionConfigProperty) GetHeadersOk() (map[string]interface{}, bool)

GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionConfigProperty) GetHttpMethod

func (o *ActionConfigProperty) GetHttpMethod() string

GetHttpMethod returns the HttpMethod field value if set, zero value otherwise.

func (*ActionConfigProperty) GetHttpMethodOk

func (o *ActionConfigProperty) GetHttpMethodOk() (*string, bool)

GetHttpMethodOk returns a tuple with the HttpMethod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionConfigProperty) GetMessage

func (o *ActionConfigProperty) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*ActionConfigProperty) GetMessageOk

func (o *ActionConfigProperty) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionConfigProperty) GetParameter1

func (o *ActionConfigProperty) GetParameter1() string

GetParameter1 returns the Parameter1 field value if set, zero value otherwise.

func (*ActionConfigProperty) GetParameter1Ok

func (o *ActionConfigProperty) GetParameter1Ok() (*string, bool)

GetParameter1Ok returns a tuple with the Parameter1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionConfigProperty) GetParameter2

func (o *ActionConfigProperty) GetParameter2() string

GetParameter2 returns the Parameter2 field value if set, zero value otherwise.

func (*ActionConfigProperty) GetParameter2Ok

func (o *ActionConfigProperty) GetParameter2Ok() (*string, bool)

GetParameter2Ok returns a tuple with the Parameter2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionConfigProperty) GetParameter3

func (o *ActionConfigProperty) GetParameter3() string

GetParameter3 returns the Parameter3 field value if set, zero value otherwise.

func (*ActionConfigProperty) GetParameter3Ok

func (o *ActionConfigProperty) GetParameter3Ok() (*string, bool)

GetParameter3Ok returns a tuple with the Parameter3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionConfigProperty) GetParameter4

func (o *ActionConfigProperty) GetParameter4() string

GetParameter4 returns the Parameter4 field value if set, zero value otherwise.

func (*ActionConfigProperty) GetParameter4Ok

func (o *ActionConfigProperty) GetParameter4Ok() (*string, bool)

GetParameter4Ok returns a tuple with the Parameter4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionConfigProperty) GetParameter5

func (o *ActionConfigProperty) GetParameter5() string

GetParameter5 returns the Parameter5 field value if set, zero value otherwise.

func (*ActionConfigProperty) GetParameter5Ok

func (o *ActionConfigProperty) GetParameter5Ok() (*string, bool)

GetParameter5Ok returns a tuple with the Parameter5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionConfigProperty) GetSecretAccessKey

func (o *ActionConfigProperty) GetSecretAccessKey() string

GetSecretAccessKey returns the SecretAccessKey field value if set, zero value otherwise.

func (*ActionConfigProperty) GetSecretAccessKeyOk

func (o *ActionConfigProperty) GetSecretAccessKeyOk() (*string, bool)

GetSecretAccessKeyOk returns a tuple with the SecretAccessKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionConfigProperty) GetSpeedClass

func (o *ActionConfigProperty) GetSpeedClass() string

GetSpeedClass returns the SpeedClass field value if set, zero value otherwise.

func (*ActionConfigProperty) GetSpeedClassOk

func (o *ActionConfigProperty) GetSpeedClassOk() (*string, bool)

GetSpeedClassOk returns a tuple with the SpeedClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionConfigProperty) GetTitle

func (o *ActionConfigProperty) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ActionConfigProperty) GetTitleOk

func (o *ActionConfigProperty) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionConfigProperty) GetTo

func (o *ActionConfigProperty) GetTo() string

GetTo returns the To field value if set, zero value otherwise.

func (*ActionConfigProperty) GetToOk

func (o *ActionConfigProperty) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionConfigProperty) GetUrl

func (o *ActionConfigProperty) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*ActionConfigProperty) GetUrlOk

func (o *ActionConfigProperty) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionConfigProperty) HasAccessKey

func (o *ActionConfigProperty) HasAccessKey() bool

HasAccessKey returns a boolean if a field has been set.

func (*ActionConfigProperty) HasBody

func (o *ActionConfigProperty) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*ActionConfigProperty) HasContentType

func (o *ActionConfigProperty) HasContentType() bool

HasContentType returns a boolean if a field has been set.

func (*ActionConfigProperty) HasEndpoint

func (o *ActionConfigProperty) HasEndpoint() bool

HasEndpoint returns a boolean if a field has been set.

func (*ActionConfigProperty) HasExecutionOffsetMinutes

func (o *ActionConfigProperty) HasExecutionOffsetMinutes() bool

HasExecutionOffsetMinutes returns a boolean if a field has been set.

func (*ActionConfigProperty) HasFunctionName

func (o *ActionConfigProperty) HasFunctionName() bool

HasFunctionName returns a boolean if a field has been set.

func (*ActionConfigProperty) HasHeaders

func (o *ActionConfigProperty) HasHeaders() bool

HasHeaders returns a boolean if a field has been set.

func (*ActionConfigProperty) HasHttpMethod

func (o *ActionConfigProperty) HasHttpMethod() bool

HasHttpMethod returns a boolean if a field has been set.

func (*ActionConfigProperty) HasMessage

func (o *ActionConfigProperty) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*ActionConfigProperty) HasParameter1

func (o *ActionConfigProperty) HasParameter1() bool

HasParameter1 returns a boolean if a field has been set.

func (*ActionConfigProperty) HasParameter2

func (o *ActionConfigProperty) HasParameter2() bool

HasParameter2 returns a boolean if a field has been set.

func (*ActionConfigProperty) HasParameter3

func (o *ActionConfigProperty) HasParameter3() bool

HasParameter3 returns a boolean if a field has been set.

func (*ActionConfigProperty) HasParameter4

func (o *ActionConfigProperty) HasParameter4() bool

HasParameter4 returns a boolean if a field has been set.

func (*ActionConfigProperty) HasParameter5

func (o *ActionConfigProperty) HasParameter5() bool

HasParameter5 returns a boolean if a field has been set.

func (*ActionConfigProperty) HasSecretAccessKey

func (o *ActionConfigProperty) HasSecretAccessKey() bool

HasSecretAccessKey returns a boolean if a field has been set.

func (*ActionConfigProperty) HasSpeedClass

func (o *ActionConfigProperty) HasSpeedClass() bool

HasSpeedClass returns a boolean if a field has been set.

func (*ActionConfigProperty) HasTitle

func (o *ActionConfigProperty) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*ActionConfigProperty) HasTo

func (o *ActionConfigProperty) HasTo() bool

HasTo returns a boolean if a field has been set.

func (*ActionConfigProperty) HasUrl

func (o *ActionConfigProperty) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (ActionConfigProperty) MarshalJSON

func (o ActionConfigProperty) MarshalJSON() ([]byte, error)

func (*ActionConfigProperty) SetAccessKey

func (o *ActionConfigProperty) SetAccessKey(v string)

SetAccessKey gets a reference to the given string and assigns it to the AccessKey field.

func (*ActionConfigProperty) SetBody

func (o *ActionConfigProperty) SetBody(v string)

SetBody gets a reference to the given string and assigns it to the Body field.

func (*ActionConfigProperty) SetContentType

func (o *ActionConfigProperty) SetContentType(v string)

SetContentType gets a reference to the given string and assigns it to the ContentType field.

func (*ActionConfigProperty) SetEndpoint

func (o *ActionConfigProperty) SetEndpoint(v string)

SetEndpoint gets a reference to the given string and assigns it to the Endpoint field.

func (*ActionConfigProperty) SetExecutionDateTimeConst

func (o *ActionConfigProperty) SetExecutionDateTimeConst(v string)

SetExecutionDateTimeConst sets field value

func (*ActionConfigProperty) SetExecutionOffsetMinutes

func (o *ActionConfigProperty) SetExecutionOffsetMinutes(v string)

SetExecutionOffsetMinutes gets a reference to the given string and assigns it to the ExecutionOffsetMinutes field.

func (*ActionConfigProperty) SetFunctionName

func (o *ActionConfigProperty) SetFunctionName(v string)

SetFunctionName gets a reference to the given string and assigns it to the FunctionName field.

func (*ActionConfigProperty) SetHeaders

func (o *ActionConfigProperty) SetHeaders(v map[string]interface{})

SetHeaders gets a reference to the given map[string]interface{} and assigns it to the Headers field.

func (*ActionConfigProperty) SetHttpMethod

func (o *ActionConfigProperty) SetHttpMethod(v string)

SetHttpMethod gets a reference to the given string and assigns it to the HttpMethod field.

func (*ActionConfigProperty) SetMessage

func (o *ActionConfigProperty) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*ActionConfigProperty) SetParameter1

func (o *ActionConfigProperty) SetParameter1(v string)

SetParameter1 gets a reference to the given string and assigns it to the Parameter1 field.

func (*ActionConfigProperty) SetParameter2

func (o *ActionConfigProperty) SetParameter2(v string)

SetParameter2 gets a reference to the given string and assigns it to the Parameter2 field.

func (*ActionConfigProperty) SetParameter3

func (o *ActionConfigProperty) SetParameter3(v string)

SetParameter3 gets a reference to the given string and assigns it to the Parameter3 field.

func (*ActionConfigProperty) SetParameter4

func (o *ActionConfigProperty) SetParameter4(v string)

SetParameter4 gets a reference to the given string and assigns it to the Parameter4 field.

func (*ActionConfigProperty) SetParameter5

func (o *ActionConfigProperty) SetParameter5(v string)

SetParameter5 gets a reference to the given string and assigns it to the Parameter5 field.

func (*ActionConfigProperty) SetSecretAccessKey

func (o *ActionConfigProperty) SetSecretAccessKey(v string)

SetSecretAccessKey gets a reference to the given string and assigns it to the SecretAccessKey field.

func (*ActionConfigProperty) SetSpeedClass

func (o *ActionConfigProperty) SetSpeedClass(v string)

SetSpeedClass gets a reference to the given string and assigns it to the SpeedClass field.

func (*ActionConfigProperty) SetTitle

func (o *ActionConfigProperty) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*ActionConfigProperty) SetTo

func (o *ActionConfigProperty) SetTo(v string)

SetTo gets a reference to the given string and assigns it to the To field.

func (*ActionConfigProperty) SetUrl

func (o *ActionConfigProperty) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

type AddSubscriptionRequest

type AddSubscriptionRequest struct {
	// セカンダリサブスクリプションのダウンロードが完了すると、すぐにそのセカンダリサブスクリプションを有効化 (active) するかどうかを指定します。 - `true`: すぐに有効化 (active) する - `false`: 無効 (inactive) を維持する。次の [ネットワーク登録](/ja-jp/resources/glossary/#ネットワーク登録) 時に、セカンダリサブスクリプションが有効化 (active) されます。
	Enable *bool `json:"enable,omitempty"`
	// 追加する [セカンダリサブスクリプション](/ja-jp/resources/glossary/subscription/) - `planP1`、`planX1`、`planX2`、`planX3`: 追加サブスクリプション - `planArc01`: バーチャル SIM/Subscriber
	Subscription string `json:"subscription"`
	// - `virtual`: `subscription` で `planArc01` を指定した場合 - `cellular`: `subscription` で `planArc01` 以外を指定した場合
	Type *string `json:"type,omitempty"`
}

AddSubscriptionRequest struct for AddSubscriptionRequest

func NewAddSubscriptionRequest

func NewAddSubscriptionRequest(subscription string) *AddSubscriptionRequest

NewAddSubscriptionRequest instantiates a new AddSubscriptionRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAddSubscriptionRequestWithDefaults

func NewAddSubscriptionRequestWithDefaults() *AddSubscriptionRequest

NewAddSubscriptionRequestWithDefaults instantiates a new AddSubscriptionRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AddSubscriptionRequest) GetEnable

func (o *AddSubscriptionRequest) GetEnable() bool

GetEnable returns the Enable field value if set, zero value otherwise.

func (*AddSubscriptionRequest) GetEnableOk

func (o *AddSubscriptionRequest) GetEnableOk() (*bool, bool)

GetEnableOk returns a tuple with the Enable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddSubscriptionRequest) GetSubscription

func (o *AddSubscriptionRequest) GetSubscription() string

GetSubscription returns the Subscription field value

func (*AddSubscriptionRequest) GetSubscriptionOk

func (o *AddSubscriptionRequest) GetSubscriptionOk() (*string, bool)

GetSubscriptionOk returns a tuple with the Subscription field value and a boolean to check if the value has been set.

func (*AddSubscriptionRequest) GetType

func (o *AddSubscriptionRequest) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*AddSubscriptionRequest) GetTypeOk

func (o *AddSubscriptionRequest) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddSubscriptionRequest) HasEnable

func (o *AddSubscriptionRequest) HasEnable() bool

HasEnable returns a boolean if a field has been set.

func (*AddSubscriptionRequest) HasType

func (o *AddSubscriptionRequest) HasType() bool

HasType returns a boolean if a field has been set.

func (AddSubscriptionRequest) MarshalJSON

func (o AddSubscriptionRequest) MarshalJSON() ([]byte, error)

func (*AddSubscriptionRequest) SetEnable

func (o *AddSubscriptionRequest) SetEnable(v bool)

SetEnable gets a reference to the given bool and assigns it to the Enable field.

func (*AddSubscriptionRequest) SetSubscription

func (o *AddSubscriptionRequest) SetSubscription(v string)

SetSubscription sets field value

func (*AddSubscriptionRequest) SetType

func (o *AddSubscriptionRequest) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type AirStatsResponse

type AirStatsResponse struct {
	DataTrafficStatsMap *map[string]DataTrafficStats `json:"dataTrafficStatsMap,omitempty"`
	// 日時 (協定世界時 (UTC))
	Date     *string `json:"date,omitempty"`
	Unixtime *int64  `json:"unixtime,omitempty"`
}

AirStatsResponse struct for AirStatsResponse

func NewAirStatsResponse

func NewAirStatsResponse() *AirStatsResponse

NewAirStatsResponse instantiates a new AirStatsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAirStatsResponseWithDefaults

func NewAirStatsResponseWithDefaults() *AirStatsResponse

NewAirStatsResponseWithDefaults instantiates a new AirStatsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AirStatsResponse) GetDataTrafficStatsMap

func (o *AirStatsResponse) GetDataTrafficStatsMap() map[string]DataTrafficStats

GetDataTrafficStatsMap returns the DataTrafficStatsMap field value if set, zero value otherwise.

func (*AirStatsResponse) GetDataTrafficStatsMapOk

func (o *AirStatsResponse) GetDataTrafficStatsMapOk() (*map[string]DataTrafficStats, bool)

GetDataTrafficStatsMapOk returns a tuple with the DataTrafficStatsMap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AirStatsResponse) GetDate

func (o *AirStatsResponse) GetDate() string

GetDate returns the Date field value if set, zero value otherwise.

func (*AirStatsResponse) GetDateOk

func (o *AirStatsResponse) GetDateOk() (*string, bool)

GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AirStatsResponse) GetUnixtime

func (o *AirStatsResponse) GetUnixtime() int64

GetUnixtime returns the Unixtime field value if set, zero value otherwise.

func (*AirStatsResponse) GetUnixtimeOk

func (o *AirStatsResponse) GetUnixtimeOk() (*int64, bool)

GetUnixtimeOk returns a tuple with the Unixtime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AirStatsResponse) HasDataTrafficStatsMap

func (o *AirStatsResponse) HasDataTrafficStatsMap() bool

HasDataTrafficStatsMap returns a boolean if a field has been set.

func (*AirStatsResponse) HasDate

func (o *AirStatsResponse) HasDate() bool

HasDate returns a boolean if a field has been set.

func (*AirStatsResponse) HasUnixtime

func (o *AirStatsResponse) HasUnixtime() bool

HasUnixtime returns a boolean if a field has been set.

func (AirStatsResponse) MarshalJSON

func (o AirStatsResponse) MarshalJSON() ([]byte, error)

func (*AirStatsResponse) SetDataTrafficStatsMap

func (o *AirStatsResponse) SetDataTrafficStatsMap(v map[string]DataTrafficStats)

SetDataTrafficStatsMap gets a reference to the given map[string]DataTrafficStats and assigns it to the DataTrafficStatsMap field.

func (*AirStatsResponse) SetDate

func (o *AirStatsResponse) SetDate(v string)

SetDate gets a reference to the given string and assigns it to the Date field.

func (*AirStatsResponse) SetUnixtime

func (o *AirStatsResponse) SetUnixtime(v int64)

SetUnixtime gets a reference to the given int64 and assigns it to the Unixtime field.

type ApiActivatePaymentMethodRequest

type ApiActivatePaymentMethodRequest struct {
	ApiService *PaymentApiService
	// contains filtered or unexported fields
}

func (ApiActivatePaymentMethodRequest) Execute

func (r ApiActivatePaymentMethodRequest) Execute() (map[string]interface{}, *http.Response, error)

type ApiActivateSimRequest

type ApiActivateSimRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiActivateSimRequest) Execute

func (r ApiActivateSimRequest) Execute() (*Sim, *http.Response, error)

type ApiActivateSubscriberRequest

type ApiActivateSubscriberRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiActivateSubscriberRequest) Execute

type ApiAddCoverageTypeRequest

type ApiAddCoverageTypeRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiAddCoverageTypeRequest) Execute

func (r ApiAddCoverageTypeRequest) Execute() (*http.Response, error)

type ApiAddOperatorContractRequest

type ApiAddOperatorContractRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiAddOperatorContractRequest) ContractUpdatingRequest

func (r ApiAddOperatorContractRequest) ContractUpdatingRequest(contractUpdatingRequest ContractUpdatingRequest) ApiAddOperatorContractRequest

model

func (ApiAddOperatorContractRequest) Execute

type ApiAddPermissionToLoraNetworkSetRequest

type ApiAddPermissionToLoraNetworkSetRequest struct {
	ApiService *LoraNetworkSetApiService
	// contains filtered or unexported fields
}

func (ApiAddPermissionToLoraNetworkSetRequest) Execute

func (ApiAddPermissionToLoraNetworkSetRequest) UpdatePermissionRequest

許可された Operator のリストに追加すべき Operator の ID

type ApiAddSubscriptionRequest

type ApiAddSubscriptionRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiAddSubscriptionRequest) AddSubscriptionRequest

func (r ApiAddSubscriptionRequest) AddSubscriptionRequest(addSubscriptionRequest AddSubscriptionRequest) ApiAddSubscriptionRequest

func (ApiAddSubscriptionRequest) Execute

type ApiAttachArcSimCredentialsRequest

type ApiAttachArcSimCredentialsRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiAttachArcSimCredentialsRequest) ArcCredentialAttachRequest

func (r ApiAttachArcSimCredentialsRequest) ArcCredentialAttachRequest(arcCredentialAttachRequest ArcCredentialAttachRequest) ApiAttachArcSimCredentialsRequest

Arc のクレデンシャルの付与リクエスト

func (ApiAttachArcSimCredentialsRequest) Execute

type ApiAttachRoleRequest

type ApiAttachRoleRequest struct {
	ApiService *RoleApiService
	// contains filtered or unexported fields
}

func (ApiAttachRoleRequest) AttachRoleRequest

func (r ApiAttachRoleRequest) AttachRoleRequest(attachRoleRequest AttachRoleRequest) ApiAttachRoleRequest

role_id

func (ApiAttachRoleRequest) Execute

func (r ApiAttachRoleRequest) Execute() (*http.Response, error)

type ApiAuthRequest

type ApiAuthRequest struct {
	ApiService *AuthApiService
	// contains filtered or unexported fields
}

func (ApiAuthRequest) AuthRequest

func (r ApiAuthRequest) AuthRequest(authRequest AuthRequest) ApiAuthRequest

認証リクエスト

func (ApiAuthRequest) Execute

func (r ApiAuthRequest) Execute() (*AuthResponse, *http.Response, error)

type ApiBatchGetCellLocationsRequest

type ApiBatchGetCellLocationsRequest struct {
	ApiService *CellLocationApiService
	// contains filtered or unexported fields
}

func (ApiBatchGetCellLocationsRequest) CellIdentifier

基地局情報のリスト

func (ApiBatchGetCellLocationsRequest) Execute

type ApiCancelOrderRequest

type ApiCancelOrderRequest struct {
	ApiService *OrderApiService
	// contains filtered or unexported fields
}

func (ApiCancelOrderRequest) Execute

func (r ApiCancelOrderRequest) Execute() (string, *http.Response, error)

type ApiCancelSubscriptionContainerDownloadRequest

type ApiCancelSubscriptionContainerDownloadRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiCancelSubscriptionContainerDownloadRequest) Execute

type ApiCloseGateRequest

type ApiCloseGateRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiCloseGateRequest) Execute

func (r ApiCloseGateRequest) Execute() (*http.Response, error)

type ApiConfirmCouponOrderRequest

type ApiConfirmCouponOrderRequest struct {
	ApiService *OrderApiService
	// contains filtered or unexported fields
}

func (ApiConfirmCouponOrderRequest) Execute

type ApiConfirmOrderRequest

type ApiConfirmOrderRequest struct {
	ApiService *OrderApiService
	// contains filtered or unexported fields
}

func (ApiConfirmOrderRequest) Execute

func (r ApiConfirmOrderRequest) Execute() (*http.Response, error)

type ApiConfirmVolumeDiscountOrderRequest

type ApiConfirmVolumeDiscountOrderRequest struct {
	ApiService *OrderApiService
	// contains filtered or unexported fields
}

func (ApiConfirmVolumeDiscountOrderRequest) Execute

type ApiCreateArcSessionRequest

type ApiCreateArcSessionRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiCreateArcSessionRequest) Execute

type ApiCreateCompanyInformationRequest

type ApiCreateCompanyInformationRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiCreateCompanyInformationRequest) CompanyInformationModel

func (r ApiCreateCompanyInformationRequest) CompanyInformationModel(companyInformationModel CompanyInformationModel) ApiCreateCompanyInformationRequest

model

func (ApiCreateCompanyInformationRequest) Execute

type ApiCreateCouponQuotationRequest

type ApiCreateCouponQuotationRequest struct {
	ApiService *OrderApiService
	// contains filtered or unexported fields
}

func (ApiCreateCouponQuotationRequest) CreateEstimatedCouponRequest

func (r ApiCreateCouponQuotationRequest) CreateEstimatedCouponRequest(createEstimatedCouponRequest CreateEstimatedCouponRequest) ApiCreateCouponQuotationRequest

クーポン詳細

func (ApiCreateCouponQuotationRequest) Execute

type ApiCreateCredentialRequest

type ApiCreateCredentialRequest struct {
	ApiService *CredentialApiService
	// contains filtered or unexported fields
}

func (ApiCreateCredentialRequest) CreateAndUpdateCredentialsModel

func (r ApiCreateCredentialRequest) CreateAndUpdateCredentialsModel(createAndUpdateCredentialsModel CreateAndUpdateCredentialsModel) ApiCreateCredentialRequest

credentials

func (ApiCreateCredentialRequest) Execute

type ApiCreateDeviceObjectModelRequest

type ApiCreateDeviceObjectModelRequest struct {
	ApiService *DeviceObjectModelApiService
	// contains filtered or unexported fields
}

func (ApiCreateDeviceObjectModelRequest) DeviceObjectModel

Device object model definition in either XML or JSON format.

func (ApiCreateDeviceObjectModelRequest) Execute

type ApiCreateDeviceRequest

type ApiCreateDeviceRequest struct {
	ApiService *DeviceApiService
	// contains filtered or unexported fields
}

func (ApiCreateDeviceRequest) Device

作成するデバイス

func (ApiCreateDeviceRequest) Execute

func (r ApiCreateDeviceRequest) Execute() (*Device, *http.Response, error)

type ApiCreateEventHandlerRequest

type ApiCreateEventHandlerRequest struct {
	ApiService *EventHandlerApiService
	// contains filtered or unexported fields
}

func (ApiCreateEventHandlerRequest) CreateEventHandlerRequest

func (r ApiCreateEventHandlerRequest) CreateEventHandlerRequest(createEventHandlerRequest CreateEventHandlerRequest) ApiCreateEventHandlerRequest

イベントハンドラの設定内容

func (ApiCreateEventHandlerRequest) Execute

type ApiCreateGroupRequest

type ApiCreateGroupRequest struct {
	ApiService *GroupApiService
	// contains filtered or unexported fields
}

func (ApiCreateGroupRequest) CreateGroupRequest

func (r ApiCreateGroupRequest) CreateGroupRequest(createGroupRequest CreateGroupRequest) ApiCreateGroupRequest

グループに付けるタグ

func (ApiCreateGroupRequest) Execute

func (r ApiCreateGroupRequest) Execute() (*Group, *http.Response, error)

type ApiCreateIndividualInformationRequest

type ApiCreateIndividualInformationRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiCreateIndividualInformationRequest) Execute

func (ApiCreateIndividualInformationRequest) IndividualInformationModel

func (r ApiCreateIndividualInformationRequest) IndividualInformationModel(individualInformationModel IndividualInformationModel) ApiCreateIndividualInformationRequest

model

type ApiCreateLagoonUserRequest

type ApiCreateLagoonUserRequest struct {
	ApiService *LagoonApiService
	// contains filtered or unexported fields
}

func (ApiCreateLagoonUserRequest) Execute

func (ApiCreateLagoonUserRequest) LagoonUserCreationRequest

func (r ApiCreateLagoonUserRequest) LagoonUserCreationRequest(lagoonUserCreationRequest LagoonUserCreationRequest) ApiCreateLagoonUserRequest

request

type ApiCreateLoraNetworkSetRequest

type ApiCreateLoraNetworkSetRequest struct {
	ApiService *LoraNetworkSetApiService
	// contains filtered or unexported fields
}

func (ApiCreateLoraNetworkSetRequest) Execute

func (ApiCreateLoraNetworkSetRequest) LoraNetworkSet

タグなど作成対象の LoRa network set に設定する付加情報

type ApiCreateMirroringPeerRequest

type ApiCreateMirroringPeerRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiCreateMirroringPeerRequest) Execute

func (ApiCreateMirroringPeerRequest) JunctionMirroringPeer

func (r ApiCreateMirroringPeerRequest) JunctionMirroringPeer(junctionMirroringPeer JunctionMirroringPeer) ApiCreateMirroringPeerRequest

ミラーリング peer に関する情報

type ApiCreateOperatorRequest

type ApiCreateOperatorRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiCreateOperatorRequest) Execute

func (r ApiCreateOperatorRequest) Execute() (*http.Response, error)

func (ApiCreateOperatorRequest) RegisterOperatorsRequest

func (r ApiCreateOperatorRequest) RegisterOperatorsRequest(registerOperatorsRequest RegisterOperatorsRequest) ApiCreateOperatorRequest

email, password

type ApiCreatePacketCaptureSessionRequest

type ApiCreatePacketCaptureSessionRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiCreatePacketCaptureSessionRequest) Execute

func (ApiCreatePacketCaptureSessionRequest) PacketCaptureSessionRequest

func (r ApiCreatePacketCaptureSessionRequest) PacketCaptureSessionRequest(packetCaptureSessionRequest PacketCaptureSessionRequest) ApiCreatePacketCaptureSessionRequest

パケットキャプチャセッションリクエスト

type ApiCreatePortMappingRequest

type ApiCreatePortMappingRequest struct {
	ApiService *PortMappingApiService
	// contains filtered or unexported fields
}

func (ApiCreatePortMappingRequest) CreatePortMappingRequest

func (r ApiCreatePortMappingRequest) CreatePortMappingRequest(createPortMappingRequest CreatePortMappingRequest) ApiCreatePortMappingRequest

Port mapping to be created.

func (ApiCreatePortMappingRequest) Execute

type ApiCreateQuotationRequest

type ApiCreateQuotationRequest struct {
	ApiService *OrderApiService
	// contains filtered or unexported fields
}

func (ApiCreateQuotationRequest) CreateEstimatedOrderRequest

func (r ApiCreateQuotationRequest) CreateEstimatedOrderRequest(createEstimatedOrderRequest CreateEstimatedOrderRequest) ApiCreateQuotationRequest

注文品リストと配送先 ID

func (ApiCreateQuotationRequest) Execute

type ApiCreateRoleRequest

type ApiCreateRoleRequest struct {
	ApiService *RoleApiService
	// contains filtered or unexported fields
}

func (ApiCreateRoleRequest) CreateOrUpdateRoleRequest

func (r ApiCreateRoleRequest) CreateOrUpdateRoleRequest(createOrUpdateRoleRequest CreateOrUpdateRoleRequest) ApiCreateRoleRequest

permission

func (ApiCreateRoleRequest) Execute

type ApiCreateShippingAddressRequest

type ApiCreateShippingAddressRequest struct {
	ApiService *ShippingAddressApiService
	// contains filtered or unexported fields
}

func (ApiCreateShippingAddressRequest) Execute

func (ApiCreateShippingAddressRequest) ShippingAddressModel

func (r ApiCreateShippingAddressRequest) ShippingAddressModel(shippingAddressModel ShippingAddressModel) ApiCreateShippingAddressRequest

model

type ApiCreateSimPacketCaptureSessionRequest

type ApiCreateSimPacketCaptureSessionRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiCreateSimPacketCaptureSessionRequest) Execute

func (ApiCreateSimPacketCaptureSessionRequest) PacketCaptureSessionRequest

func (r ApiCreateSimPacketCaptureSessionRequest) PacketCaptureSessionRequest(packetCaptureSessionRequest PacketCaptureSessionRequest) ApiCreateSimPacketCaptureSessionRequest

パケットキャプチャセッションリクエスト

type ApiCreateSimRequest

type ApiCreateSimRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiCreateSimRequest) CreateSimRequest

func (r ApiCreateSimRequest) CreateSimRequest(createSimRequest CreateSimRequest) ApiCreateSimRequest

SIM の作成リクエスト

func (ApiCreateSimRequest) Execute

func (r ApiCreateSimRequest) Execute() (*Sim, *http.Response, error)

type ApiCreateSoraletRequest

type ApiCreateSoraletRequest struct {
	ApiService *SoraletApiService
	// contains filtered or unexported fields
}

func (ApiCreateSoraletRequest) CreateSoraletRequest

func (r ApiCreateSoraletRequest) CreateSoraletRequest(createSoraletRequest CreateSoraletRequest) ApiCreateSoraletRequest

request

func (ApiCreateSoraletRequest) Execute

func (r ApiCreateSoraletRequest) Execute() (*http.Response, error)

type ApiCreateUserPasswordRequest

type ApiCreateUserPasswordRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiCreateUserPasswordRequest) CreateUserPasswordRequest

func (r ApiCreateUserPasswordRequest) CreateUserPasswordRequest(createUserPasswordRequest CreateUserPasswordRequest) ApiCreateUserPasswordRequest

password

func (ApiCreateUserPasswordRequest) Execute

type ApiCreateUserRequest

type ApiCreateUserRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiCreateUserRequest) CreateUserRequest

func (r ApiCreateUserRequest) CreateUserRequest(createUserRequest CreateUserRequest) ApiCreateUserRequest

description

func (ApiCreateUserRequest) Execute

func (r ApiCreateUserRequest) Execute() (*http.Response, error)

type ApiCreateVirtualPrivateGatewayRequest

type ApiCreateVirtualPrivateGatewayRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiCreateVirtualPrivateGatewayRequest) CreateVirtualPrivateGatewayRequest

func (r ApiCreateVirtualPrivateGatewayRequest) CreateVirtualPrivateGatewayRequest(createVirtualPrivateGatewayRequest CreateVirtualPrivateGatewayRequest) ApiCreateVirtualPrivateGatewayRequest

作成対象の VPG の情報を含むリクエスト

func (ApiCreateVirtualPrivateGatewayRequest) Execute

type ApiCreateVolumeDiscountQuotationRequest

type ApiCreateVolumeDiscountQuotationRequest struct {
	ApiService *OrderApiService
	// contains filtered or unexported fields
}

func (ApiCreateVolumeDiscountQuotationRequest) CreateEstimatedVolumeDiscountRequest

func (r ApiCreateVolumeDiscountQuotationRequest) CreateEstimatedVolumeDiscountRequest(createEstimatedVolumeDiscountRequest CreateEstimatedVolumeDiscountRequest) ApiCreateVolumeDiscountQuotationRequest

長期割引契約詳細

func (ApiCreateVolumeDiscountQuotationRequest) Execute

type ApiCreateVpcPeeringConnectionRequest

type ApiCreateVpcPeeringConnectionRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiCreateVpcPeeringConnectionRequest) CreateVpcPeeringConnectionRequest

func (r ApiCreateVpcPeeringConnectionRequest) CreateVpcPeeringConnectionRequest(createVpcPeeringConnectionRequest CreateVpcPeeringConnectionRequest) ApiCreateVpcPeeringConnectionRequest

作成対象の VPC Peering Connection

func (ApiCreateVpcPeeringConnectionRequest) Execute

type ApiDeactivateSimRequest

type ApiDeactivateSimRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiDeactivateSimRequest) Execute

func (r ApiDeactivateSimRequest) Execute() (*Sim, *http.Response, error)

type ApiDeactivateSubscriberRequest

type ApiDeactivateSubscriberRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiDeactivateSubscriberRequest) Execute

type ApiDeleteConfigurationNamespaceRequest

type ApiDeleteConfigurationNamespaceRequest struct {
	ApiService *GroupApiService
	// contains filtered or unexported fields
}

func (ApiDeleteConfigurationNamespaceRequest) Execute

type ApiDeleteConfigurationParameterRequest

type ApiDeleteConfigurationParameterRequest struct {
	ApiService *GroupApiService
	// contains filtered or unexported fields
}

func (ApiDeleteConfigurationParameterRequest) Execute

type ApiDeleteCredentialRequest

type ApiDeleteCredentialRequest struct {
	ApiService *CredentialApiService
	// contains filtered or unexported fields
}

func (ApiDeleteCredentialRequest) Execute

type ApiDeleteDataEntryRequest

type ApiDeleteDataEntryRequest struct {
	ApiService *DataEntryApiService
	// contains filtered or unexported fields
}

func (ApiDeleteDataEntryRequest) Execute

func (r ApiDeleteDataEntryRequest) Execute() (*http.Response, error)

type ApiDeleteDefaultPermissionsRequest

type ApiDeleteDefaultPermissionsRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiDeleteDefaultPermissionsRequest) Execute

type ApiDeleteDeviceObjectModelRequest

type ApiDeleteDeviceObjectModelRequest struct {
	ApiService *DeviceObjectModelApiService
	// contains filtered or unexported fields
}

func (ApiDeleteDeviceObjectModelRequest) Execute

type ApiDeleteDeviceRequest

type ApiDeleteDeviceRequest struct {
	ApiService *DeviceApiService
	// contains filtered or unexported fields
}

func (ApiDeleteDeviceRequest) Execute

func (r ApiDeleteDeviceRequest) Execute() (*http.Response, error)

type ApiDeleteDeviceTagRequest

type ApiDeleteDeviceTagRequest struct {
	ApiService *DeviceApiService
	// contains filtered or unexported fields
}

func (ApiDeleteDeviceTagRequest) Execute

func (r ApiDeleteDeviceTagRequest) Execute() (*http.Response, error)

type ApiDeleteDirectoryRequest

type ApiDeleteDirectoryRequest struct {
	ApiService *FileEntryApiService
	// contains filtered or unexported fields
}

func (ApiDeleteDirectoryRequest) Execute

func (r ApiDeleteDirectoryRequest) Execute() (*http.Response, error)

type ApiDeleteEmailRequest

type ApiDeleteEmailRequest struct {
	ApiService *EmailApiService
	// contains filtered or unexported fields
}

func (ApiDeleteEmailRequest) Execute

func (r ApiDeleteEmailRequest) Execute() (*http.Response, error)

type ApiDeleteEventHandlerRequest

type ApiDeleteEventHandlerRequest struct {
	ApiService *EventHandlerApiService
	// contains filtered or unexported fields
}

func (ApiDeleteEventHandlerRequest) Execute

type ApiDeleteFileRequest

type ApiDeleteFileRequest struct {
	ApiService *FileEntryApiService
	// contains filtered or unexported fields
}

func (ApiDeleteFileRequest) Execute

func (r ApiDeleteFileRequest) Execute() (*http.Response, error)

type ApiDeleteGadgetTagRequest

type ApiDeleteGadgetTagRequest struct {
	ApiService *GadgetApiService
	// contains filtered or unexported fields
}

func (ApiDeleteGadgetTagRequest) Execute

func (r ApiDeleteGadgetTagRequest) Execute() (*http.Response, error)

type ApiDeleteGroupRequest

type ApiDeleteGroupRequest struct {
	ApiService *GroupApiService
	// contains filtered or unexported fields
}

func (ApiDeleteGroupRequest) Execute

func (r ApiDeleteGroupRequest) Execute() (*http.Response, error)

type ApiDeleteGroupTagRequest

type ApiDeleteGroupTagRequest struct {
	ApiService *GroupApiService
	// contains filtered or unexported fields
}

func (ApiDeleteGroupTagRequest) Execute

func (r ApiDeleteGroupTagRequest) Execute() (*http.Response, error)

type ApiDeleteIgnoreEventHandlerRequest

type ApiDeleteIgnoreEventHandlerRequest struct {
	ApiService *EventHandlerApiService
	// contains filtered or unexported fields
}

func (ApiDeleteIgnoreEventHandlerRequest) Execute

type ApiDeleteLagoonUserRequest

type ApiDeleteLagoonUserRequest struct {
	ApiService *LagoonApiService
	// contains filtered or unexported fields
}

func (ApiDeleteLagoonUserRequest) Execute

type ApiDeleteLoraDeviceTagRequest

type ApiDeleteLoraDeviceTagRequest struct {
	ApiService *LoraDeviceApiService
	// contains filtered or unexported fields
}

func (ApiDeleteLoraDeviceTagRequest) Execute

type ApiDeleteLoraGatewayTagRequest

type ApiDeleteLoraGatewayTagRequest struct {
	ApiService *LoraGatewayApiService
	// contains filtered or unexported fields
}

func (ApiDeleteLoraGatewayTagRequest) Execute

type ApiDeleteLoraNetworkSetRequest

type ApiDeleteLoraNetworkSetRequest struct {
	ApiService *LoraNetworkSetApiService
	// contains filtered or unexported fields
}

func (ApiDeleteLoraNetworkSetRequest) Execute

type ApiDeleteLoraNetworkSetTagRequest

type ApiDeleteLoraNetworkSetTagRequest struct {
	ApiService *LoraNetworkSetApiService
	// contains filtered or unexported fields
}

func (ApiDeleteLoraNetworkSetTagRequest) Execute

type ApiDeleteMirroringPeerRequest

type ApiDeleteMirroringPeerRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiDeleteMirroringPeerRequest) Execute

type ApiDeleteOperatorAuthKeyRequest

type ApiDeleteOperatorAuthKeyRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiDeleteOperatorAuthKeyRequest) Execute

type ApiDeleteOperatorContractRequest

type ApiDeleteOperatorContractRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiDeleteOperatorContractRequest) Execute

type ApiDeletePacketCaptureSessionRequest

type ApiDeletePacketCaptureSessionRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiDeletePacketCaptureSessionRequest) Execute

type ApiDeletePortMappingRequest

type ApiDeletePortMappingRequest struct {
	ApiService *PortMappingApiService
	// contains filtered or unexported fields
}

func (ApiDeletePortMappingRequest) Execute

type ApiDeleteRoleRequest

type ApiDeleteRoleRequest struct {
	ApiService *RoleApiService
	// contains filtered or unexported fields
}

func (ApiDeleteRoleRequest) Execute

func (r ApiDeleteRoleRequest) Execute() (*http.Response, error)

type ApiDeleteShippingAddressRequest

type ApiDeleteShippingAddressRequest struct {
	ApiService *ShippingAddressApiService
	// contains filtered or unexported fields
}

func (ApiDeleteShippingAddressRequest) Execute

type ApiDeleteSigfoxDeviceTagRequest

type ApiDeleteSigfoxDeviceTagRequest struct {
	ApiService *SigfoxDeviceApiService
	// contains filtered or unexported fields
}

func (ApiDeleteSigfoxDeviceTagRequest) Execute

type ApiDeleteSimPacketCaptureSessionRequest

type ApiDeleteSimPacketCaptureSessionRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiDeleteSimPacketCaptureSessionRequest) Execute

type ApiDeleteSimSessionRequest

type ApiDeleteSimSessionRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiDeleteSimSessionRequest) Execute

func (r ApiDeleteSimSessionRequest) Execute() (*Sim, *http.Response, error)

type ApiDeleteSimTagRequest

type ApiDeleteSimTagRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiDeleteSimTagRequest) Execute

func (r ApiDeleteSimTagRequest) Execute() (*http.Response, error)

type ApiDeleteSoraletRequest

type ApiDeleteSoraletRequest struct {
	ApiService *SoraletApiService
	// contains filtered or unexported fields
}

func (ApiDeleteSoraletRequest) Execute

func (r ApiDeleteSoraletRequest) Execute() (*http.Response, error)

type ApiDeleteSoraletVersionRequest

type ApiDeleteSoraletVersionRequest struct {
	ApiService *SoraletApiService
	// contains filtered or unexported fields
}

func (ApiDeleteSoraletVersionRequest) Execute

type ApiDeleteSubscriberSessionRequest

type ApiDeleteSubscriberSessionRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiDeleteSubscriberSessionRequest) Execute

type ApiDeleteSubscriberTagRequest

type ApiDeleteSubscriberTagRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiDeleteSubscriberTagRequest) Execute

type ApiDeleteSubscriberTransferTokenRequest

type ApiDeleteSubscriberTransferTokenRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiDeleteSubscriberTransferTokenRequest) Execute

type ApiDeleteSubscriptionContainerCountryMappingEntryRequest

type ApiDeleteSubscriptionContainerCountryMappingEntryRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiDeleteSubscriptionContainerCountryMappingEntryRequest) Execute

type ApiDeleteSystemNotificationRequest

type ApiDeleteSystemNotificationRequest struct {
	ApiService *SystemNotificationApiService
	// contains filtered or unexported fields
}

func (ApiDeleteSystemNotificationRequest) Execute

type ApiDeleteUserAuthKeyRequest

type ApiDeleteUserAuthKeyRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiDeleteUserAuthKeyRequest) Execute

type ApiDeleteUserPasswordRequest

type ApiDeleteUserPasswordRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiDeleteUserPasswordRequest) Execute

type ApiDeleteUserPermissionRequest

type ApiDeleteUserPermissionRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiDeleteUserPermissionRequest) Execute

type ApiDeleteUserRequest

type ApiDeleteUserRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiDeleteUserRequest) Execute

func (r ApiDeleteUserRequest) Execute() (*http.Response, error)

type ApiDeleteVirtualPrivateGatewayIpAddressMapEntryRequest

type ApiDeleteVirtualPrivateGatewayIpAddressMapEntryRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiDeleteVirtualPrivateGatewayIpAddressMapEntryRequest) Execute

type ApiDeleteVpcPeeringConnectionRequest

type ApiDeleteVpcPeeringConnectionRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiDeleteVpcPeeringConnectionRequest) Execute

type ApiDetachRoleRequest

type ApiDetachRoleRequest struct {
	ApiService *RoleApiService
	// contains filtered or unexported fields
}

func (ApiDetachRoleRequest) Execute

func (r ApiDetachRoleRequest) Execute() (*http.Response, error)

type ApiDisableGatePrivacySeparatorRequest

type ApiDisableGatePrivacySeparatorRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiDisableGatePrivacySeparatorRequest) Execute

type ApiDisableSimTerminationRequest

type ApiDisableSimTerminationRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiDisableSimTerminationRequest) Execute

type ApiDisableTerminationOnGadgetRequest

type ApiDisableTerminationOnGadgetRequest struct {
	ApiService *GadgetApiService
	// contains filtered or unexported fields
}

func (ApiDisableTerminationOnGadgetRequest) Execute

type ApiDisableTerminationOnLoraDeviceRequest

type ApiDisableTerminationOnLoraDeviceRequest struct {
	ApiService *LoraDeviceApiService
	// contains filtered or unexported fields
}

func (ApiDisableTerminationOnLoraDeviceRequest) Execute

type ApiDisableTerminationOnLoraGatewayRequest

type ApiDisableTerminationOnLoraGatewayRequest struct {
	ApiService *LoraGatewayApiService
	// contains filtered or unexported fields
}

func (ApiDisableTerminationOnLoraGatewayRequest) Execute

type ApiDisableTerminationOnSigfoxDeviceRequest

type ApiDisableTerminationOnSigfoxDeviceRequest struct {
	ApiService *SigfoxDeviceApiService
	// contains filtered or unexported fields
}

func (ApiDisableTerminationOnSigfoxDeviceRequest) Execute

type ApiDisableTerminationRequest

type ApiDisableTerminationRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiDisableTerminationRequest) Execute

type ApiEnableGatePrivacySeparatorRequest

type ApiEnableGatePrivacySeparatorRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiEnableGatePrivacySeparatorRequest) Execute

type ApiEnableMFARequest

type ApiEnableMFARequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiEnableMFARequest) Execute

type ApiEnableSimTerminationRequest

type ApiEnableSimTerminationRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiEnableSimTerminationRequest) Execute

type ApiEnableSubscriptionContainerRequest

type ApiEnableSubscriptionContainerRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiEnableSubscriptionContainerRequest) Execute

type ApiEnableTerminationOnGadgetRequest

type ApiEnableTerminationOnGadgetRequest struct {
	ApiService *GadgetApiService
	// contains filtered or unexported fields
}

func (ApiEnableTerminationOnGadgetRequest) Execute

type ApiEnableTerminationOnLoraDeviceRequest

type ApiEnableTerminationOnLoraDeviceRequest struct {
	ApiService *LoraDeviceApiService
	// contains filtered or unexported fields
}

func (ApiEnableTerminationOnLoraDeviceRequest) Execute

type ApiEnableTerminationOnLoraGatewayRequest

type ApiEnableTerminationOnLoraGatewayRequest struct {
	ApiService *LoraGatewayApiService
	// contains filtered or unexported fields
}

func (ApiEnableTerminationOnLoraGatewayRequest) Execute

type ApiEnableTerminationOnSigfoxDeviceRequest

type ApiEnableTerminationOnSigfoxDeviceRequest struct {
	ApiService *SigfoxDeviceApiService
	// contains filtered or unexported fields
}

func (ApiEnableTerminationOnSigfoxDeviceRequest) Execute

type ApiEnableTerminationRequest

type ApiEnableTerminationRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiEnableTerminationRequest) Execute

type ApiEnableUserMFARequest

type ApiEnableUserMFARequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiEnableUserMFARequest) Execute

type ApiExecuteDeviceResourceRequest

type ApiExecuteDeviceResourceRequest struct {
	ApiService *DeviceApiService
	// contains filtered or unexported fields
}

func (ApiExecuteDeviceResourceRequest) Execute

func (ApiExecuteDeviceResourceRequest) ExecuteDeviceResourceRequest

func (r ApiExecuteDeviceResourceRequest) ExecuteDeviceResourceRequest(executeDeviceResourceRequest ExecuteDeviceResourceRequest) ApiExecuteDeviceResourceRequest

Resource を実行する際に渡す引数文字列

type ApiExportAirStatsRequest

type ApiExportAirStatsRequest struct {
	ApiService *StatsApiService
	// contains filtered or unexported fields
}

func (ApiExportAirStatsRequest) Execute

func (ApiExportAirStatsRequest) ExportMode

func (r ApiExportAirStatsRequest) ExportMode(exportMode string) ApiExportAirStatsRequest

export_mode (async, sync)

func (ApiExportAirStatsRequest) ExportRequest

func (r ApiExportAirStatsRequest) ExportRequest(exportRequest ExportRequest) ApiExportAirStatsRequest

出力するデータの期間

type ApiExportBeamStatsRequest

type ApiExportBeamStatsRequest struct {
	ApiService *StatsApiService
	// contains filtered or unexported fields
}

func (ApiExportBeamStatsRequest) Execute

func (ApiExportBeamStatsRequest) ExportMode

export_mode (async, sync)

func (ApiExportBeamStatsRequest) ExportRequest

func (r ApiExportBeamStatsRequest) ExportRequest(exportRequest ExportRequest) ApiExportBeamStatsRequest

出力するデータの期間

type ApiExportBillingRequest

type ApiExportBillingRequest struct {
	ApiService *BillingApiService
	// contains filtered or unexported fields
}

func (ApiExportBillingRequest) Execute

func (ApiExportBillingRequest) ExportMode

func (r ApiExportBillingRequest) ExportMode(exportMode string) ApiExportBillingRequest

課金詳細情報 CSV をダウンロードするための URL を取得する方法を指定します。 - `async`: SORACOM プラットフォームで URL が発行されるのを待たずに、`exportedFieldId` を取得します。この `exportedFieldId` を [`Files:getExportedFile API`](#/Files/getExportedFile) で指定すると、URL を取得できます。課金詳細情報 CSV のファイルサイズが大きい場合は、`async` を利用してください。 - `sync` (デフォルト): SORACOM プラットフォームで URL が発行されるのを待ちます。ただし、課金詳細情報 CSV のファイルサイズが大きい場合など、タイムアウトして URL を取得できないことがあります。タイムアウトする場合は、`async` を指定してください。

type ApiExportFunkStatsRequest

type ApiExportFunkStatsRequest struct {
	ApiService *StatsApiService
	// contains filtered or unexported fields
}

func (ApiExportFunkStatsRequest) Execute

func (ApiExportFunkStatsRequest) ExportMode

export_mode (async, sync)

func (ApiExportFunkStatsRequest) ExportRequest

func (r ApiExportFunkStatsRequest) ExportRequest(exportRequest ExportRequest) ApiExportFunkStatsRequest

出力するデータの期間

type ApiExportFunnelStatsRequest

type ApiExportFunnelStatsRequest struct {
	ApiService *StatsApiService
	// contains filtered or unexported fields
}

func (ApiExportFunnelStatsRequest) Execute

func (ApiExportFunnelStatsRequest) ExportMode

export_mode (async, sync)

func (ApiExportFunnelStatsRequest) ExportRequest

出力するデータの期間

type ApiExportLatestBillingRequest

type ApiExportLatestBillingRequest struct {
	ApiService *BillingApiService
	// contains filtered or unexported fields
}

func (ApiExportLatestBillingRequest) Execute

func (ApiExportLatestBillingRequest) ExportMode

export_mode (async, sync)

type ApiExportPaymentStatementRequest

type ApiExportPaymentStatementRequest struct {
	ApiService *PaymentApiService
	// contains filtered or unexported fields
}

func (ApiExportPaymentStatementRequest) Execute

func (ApiExportPaymentStatementRequest) ExportMode

出力モード (非同期, 同期)

type ApiExportSoraCamDeviceRecordedImageRequest

type ApiExportSoraCamDeviceRecordedImageRequest struct {
	ApiService *SoraCamApiService
	// contains filtered or unexported fields
}

func (ApiExportSoraCamDeviceRecordedImageRequest) Execute

func (ApiExportSoraCamDeviceRecordedImageRequest) SoraCamImageExportSpecification

func (r ApiExportSoraCamDeviceRecordedImageRequest) SoraCamImageExportSpecification(soraCamImageExportSpecification SoraCamImageExportSpecification) ApiExportSoraCamDeviceRecordedImageRequest

type ApiExportSoraCamDeviceRecordedVideoRequest

type ApiExportSoraCamDeviceRecordedVideoRequest struct {
	ApiService *SoraCamApiService
	// contains filtered or unexported fields
}

func (ApiExportSoraCamDeviceRecordedVideoRequest) Execute

func (ApiExportSoraCamDeviceRecordedVideoRequest) SoraCamVideoExportSpecification

func (r ApiExportSoraCamDeviceRecordedVideoRequest) SoraCamVideoExportSpecification(soraCamVideoExportSpecification SoraCamVideoExportSpecification) ApiExportSoraCamDeviceRecordedVideoRequest

type ApiExportSubscribersRequest

type ApiExportSubscribersRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiExportSubscribersRequest) Execute

func (ApiExportSubscribersRequest) ExportMode

エクスポート方法 (非同期, 同期)

type ApiFindFilesRequest

type ApiFindFilesRequest struct {
	ApiService *FileEntryApiService
	// contains filtered or unexported fields
}

func (ApiFindFilesRequest) Execute

func (r ApiFindFilesRequest) Execute() ([]FileEntry, *http.Response, error)

func (ApiFindFilesRequest) LastEvaluatedKey

func (r ApiFindFilesRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiFindFilesRequest

現ページで取得した最後のファイルエントリの filePath 。このパラメータを指定することで次のファイルエントリ以降のリストを取得できる。

func (ApiFindFilesRequest) Limit

返却するファイルエントリ数の上限

func (ApiFindFilesRequest) Prefix

ファイルパスにマッチさせるプレフィックス

func (ApiFindFilesRequest) Scope

リクエストのスコープ

type ApiGenerateAuthTokenRequest

type ApiGenerateAuthTokenRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiGenerateAuthTokenRequest) Execute

func (ApiGenerateAuthTokenRequest) GenerateTokenRequest

func (r ApiGenerateAuthTokenRequest) GenerateTokenRequest(generateTokenRequest GenerateTokenRequest) ApiGenerateAuthTokenRequest

token timeout seconds

type ApiGenerateOperatorAuthKeyRequest

type ApiGenerateOperatorAuthKeyRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiGenerateOperatorAuthKeyRequest) Execute

type ApiGenerateSupportTokenRequest

type ApiGenerateSupportTokenRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiGenerateSupportTokenRequest) Execute

type ApiGenerateUserAuthKeyRequest

type ApiGenerateUserAuthKeyRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiGenerateUserAuthKeyRequest) Execute

type ApiGetAirStatsOfSimRequest

type ApiGetAirStatsOfSimRequest struct {
	ApiService *StatsApiService
	// contains filtered or unexported fields
}

func (ApiGetAirStatsOfSimRequest) Execute

func (ApiGetAirStatsOfSimRequest) From

集計対象時刻の始まりを UNIX 時間 (秒) で与える

func (ApiGetAirStatsOfSimRequest) Period

集計単位。minutes は最も細かい粒度で通信量履歴を出力します。ただし、デバイスが SORACOM プラットフォームに接続している間は、約 5 分間隔で通信量が記録されます。

func (ApiGetAirStatsOfSimRequest) To

集計対象時刻の終わりを UNIX 時間 (秒) で与える

type ApiGetAirStatsRequest

type ApiGetAirStatsRequest struct {
	ApiService *StatsApiService
	// contains filtered or unexported fields
}

func (ApiGetAirStatsRequest) Execute

func (ApiGetAirStatsRequest) From

集計対象時刻の始まりを unixtime で与える

func (ApiGetAirStatsRequest) Period

集計単位。minutes は最も細かい粒度で通信量履歴を出力します。ただし、デバイスが SORACOM プラットフォームに接続している間は、約 5 分間隔で通信量が記録されます。

func (ApiGetAirStatsRequest) To

集計対象時刻の終わりを unixtime で与える

type ApiGetApiAuditLogsRequest

type ApiGetApiAuditLogsRequest struct {
	ApiService *AuditLogApiService
	// contains filtered or unexported fields
}

func (ApiGetApiAuditLogsRequest) ApiKind

ログ取得のフィルターに用いる API 種別 (例: `/v1/auth`)

func (ApiGetApiAuditLogsRequest) Execute

func (ApiGetApiAuditLogsRequest) FromEpochMs

func (r ApiGetApiAuditLogsRequest) FromEpochMs(fromEpochMs int32) ApiGetApiAuditLogsRequest

ログ取得対象の期間の始まり (unixtime milliseconds)

func (ApiGetApiAuditLogsRequest) LastEvaluatedKey

func (r ApiGetApiAuditLogsRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiGetApiAuditLogsRequest

前ページで取得した最後のログエントリのタイムスタンプ (`requestedTimeEpochMs`)。このパラメータを指定することで次のログエントリ以降のリストを取得できる。

func (ApiGetApiAuditLogsRequest) Limit

取得するログエントリ数の上限

func (ApiGetApiAuditLogsRequest) ToEpochMs

ログ取得対象の期間の終わり (unixtime milliseconds)

type ApiGetBeamStatsRequest

type ApiGetBeamStatsRequest struct {
	ApiService *StatsApiService
	// contains filtered or unexported fields
}

func (ApiGetBeamStatsRequest) Execute

func (ApiGetBeamStatsRequest) From

集計対象時刻の始まりを unixtime で与える

func (ApiGetBeamStatsRequest) Period

集計単位。minutes は最も細かい粒度で利用量履歴を出力します。ただし、デバイスが SORACOM プラットフォームに接続している間は、約 5 分間隔で利用量が記録されます。

func (ApiGetBeamStatsRequest) To

集計対象時刻の終わりを unixtime で与える

type ApiGetBillingHistoryRequest

type ApiGetBillingHistoryRequest struct {
	ApiService *BillingApiService
	// contains filtered or unexported fields
}

func (ApiGetBillingHistoryRequest) Execute

type ApiGetBillingPerDayRequest

type ApiGetBillingPerDayRequest struct {
	ApiService *BillingApiService
	// contains filtered or unexported fields
}

func (ApiGetBillingPerDayRequest) Execute

type ApiGetBillingRequest

type ApiGetBillingRequest struct {
	ApiService *BillingApiService
	// contains filtered or unexported fields
}

func (ApiGetBillingRequest) Execute

type ApiGetCellLocationRequest

type ApiGetCellLocationRequest struct {
	ApiService *CellLocationApiService
	// contains filtered or unexported fields
}

func (ApiGetCellLocationRequest) Cid

CID (Cell ID) - セル ID(3G 用)

func (ApiGetCellLocationRequest) Eci

ECID (Enhanced Cell ID) - セル ID(LTE 用) - `ecid` もしくは `eci` のいずれかを指定してください。(どちらに値を指定しても結果は同一です)

func (ApiGetCellLocationRequest) Ecid

ECID (Enhanced Cell ID) - セル ID(LTE 用) - `ecid` もしくは `eci` のいずれかを指定してください。(どちらに値を指定しても結果は同一です)

func (ApiGetCellLocationRequest) Execute

func (ApiGetCellLocationRequest) Lac

LAC (Location Area Code) - エリアコード(3G 用)

func (ApiGetCellLocationRequest) Mcc

MCC (Mobile Country Code) - 国コード

func (ApiGetCellLocationRequest) Mnc

MNC (Mobile Network Code) - ネットワークコード

func (ApiGetCellLocationRequest) Tac

TAC (Tracking Area Code) - エリアコード(LTE 用)

type ApiGetCompanyInformationRequest

type ApiGetCompanyInformationRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiGetCompanyInformationRequest) Execute

type ApiGetDataEntriesRequest

type ApiGetDataEntriesRequest struct {
	ApiService *DataEntryApiService
	// contains filtered or unexported fields
}

func (ApiGetDataEntriesRequest) Execute

func (ApiGetDataEntriesRequest) From

取得対象の期間の始まり (UNIX 時間 (ミリ秒))

func (ApiGetDataEntriesRequest) LastEvaluatedKey

func (r ApiGetDataEntriesRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiGetDataEntriesRequest

前ページで取得した最後のデータエントリのタイムスタンプ。このパラメータを指定することで次のデータエントリ以降のリストを取得できる。

func (ApiGetDataEntriesRequest) Limit

取得するデータエントリ数の上限

func (ApiGetDataEntriesRequest) Sort

データエントリのソート順。下降順(最新のデータが先頭)もしくは上昇順(最も古いデータが先頭)。

func (ApiGetDataEntriesRequest) To

取得対象の期間の終わり (UNIX 時間 (ミリ秒))

type ApiGetDataEntryRequest

type ApiGetDataEntryRequest struct {
	ApiService *DataEntryApiService
	// contains filtered or unexported fields
}

func (ApiGetDataEntryRequest) Execute

func (r ApiGetDataEntryRequest) Execute() (*http.Response, error)

type ApiGetDataFromDeviceRequest

type ApiGetDataFromDeviceRequest struct {
	ApiService *DeviceApiService
	// contains filtered or unexported fields
}

func (ApiGetDataFromDeviceRequest) Execute

func (ApiGetDataFromDeviceRequest) From

取得対象の期間の始まり (UNIX 時間 (ミリ秒))

func (ApiGetDataFromDeviceRequest) LastEvaluatedKey

func (r ApiGetDataFromDeviceRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiGetDataFromDeviceRequest

前ページで取得した最後のデータエントリのタイムスタンプ。このパラメータを指定することで次のデータエントリ以降のリストを取得できる。

func (ApiGetDataFromDeviceRequest) Limit

取得するデータエントリ数の上限

func (ApiGetDataFromDeviceRequest) Sort

データエントリのソート順。下降順(最新のデータが先頭)もしくは上昇順(最も古いデータが先頭)。

func (ApiGetDataFromDeviceRequest) To

取得対象の期間の終わり (UNIX 時間 (ミリ秒))

type ApiGetDataFromLoraDeviceRequest

type ApiGetDataFromLoraDeviceRequest struct {
	ApiService *LoraDeviceApiService
	// contains filtered or unexported fields
}

func (ApiGetDataFromLoraDeviceRequest) Execute

func (ApiGetDataFromLoraDeviceRequest) From

取得対象の期間の始まり (UNIX 時間 (ミリ秒))

func (ApiGetDataFromLoraDeviceRequest) LastEvaluatedKey

func (r ApiGetDataFromLoraDeviceRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiGetDataFromLoraDeviceRequest

前ページで取得した最後のデータエントリのタイムスタンプ。このパラメータを指定することで次のデータエントリ以降のリストを取得できる。

func (ApiGetDataFromLoraDeviceRequest) Limit

取得するデータエントリ数の上限

func (ApiGetDataFromLoraDeviceRequest) Sort

データエントリのソート順。下降順(最新のデータが先頭)もしくは上昇順(最も古いデータが先頭)。

func (ApiGetDataFromLoraDeviceRequest) To

取得対象の期間の終わり (UNIX 時間 (ミリ秒))

type ApiGetDataFromSigfoxDeviceRequest

type ApiGetDataFromSigfoxDeviceRequest struct {
	ApiService *SigfoxDeviceApiService
	// contains filtered or unexported fields
}

func (ApiGetDataFromSigfoxDeviceRequest) Execute

func (ApiGetDataFromSigfoxDeviceRequest) From

取得対象の期間の始まり (UNIX 時間 (ミリ秒))

func (ApiGetDataFromSigfoxDeviceRequest) LastEvaluatedKey

func (r ApiGetDataFromSigfoxDeviceRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiGetDataFromSigfoxDeviceRequest

前ページで取得した最後のデータエントリのタイムスタンプ。このパラメータを指定することで次のデータエントリ以降のリストを取得できる。

func (ApiGetDataFromSigfoxDeviceRequest) Limit

取得するデータエントリ数の上限

func (ApiGetDataFromSigfoxDeviceRequest) Sort

データエントリのソート順。下降順(最新のデータが先頭)もしくは上昇順(最も古いデータが先頭)。

func (ApiGetDataFromSigfoxDeviceRequest) To

取得対象の期間の終わり (UNIX 時間 (ミリ秒))

type ApiGetDataFromSimRequest

type ApiGetDataFromSimRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiGetDataFromSimRequest) Execute

func (ApiGetDataFromSimRequest) From

取得対象の期間の始まり (UNIX 時間 (ミリ秒))

func (ApiGetDataFromSimRequest) LastEvaluatedKey

func (r ApiGetDataFromSimRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiGetDataFromSimRequest

前ページで取得した最後のデータエントリのタイムスタンプ。このパラメータを指定することで次のデータエントリ以降のリストを取得できる。

func (ApiGetDataFromSimRequest) Limit

取得するデータエントリ数の上限

func (ApiGetDataFromSimRequest) Sort

データエントリのソート順。下降順(最新のデータが先頭)もしくは上昇順(最も古いデータが先頭)。

func (ApiGetDataFromSimRequest) To

取得対象の期間の終わり (UNIX 時間 (ミリ秒))

type ApiGetDataFromSubscriberRequest

type ApiGetDataFromSubscriberRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiGetDataFromSubscriberRequest) Execute

func (ApiGetDataFromSubscriberRequest) From

取得対象の期間の始まり (UNIX 時間 (ミリ秒))

func (ApiGetDataFromSubscriberRequest) LastEvaluatedKey

func (r ApiGetDataFromSubscriberRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiGetDataFromSubscriberRequest

前ページで取得した最後のデータエントリのタイムスタンプ。このパラメータを指定することで次のデータエントリ以降のリストを取得できる。

func (ApiGetDataFromSubscriberRequest) Limit

取得するデータエントリ数の上限

func (ApiGetDataFromSubscriberRequest) Sort

データエントリのソート順。下降順(最新のデータが先頭)もしくは上昇順(最も古いデータが先頭)。

func (ApiGetDataFromSubscriberRequest) To

取得対象の期間の終わり (UNIX 時間 (ミリ秒))

type ApiGetDefaultPermissionsRequest

type ApiGetDefaultPermissionsRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiGetDefaultPermissionsRequest) Execute

type ApiGetDeviceObjectModelRequest

type ApiGetDeviceObjectModelRequest struct {
	ApiService *DeviceObjectModelApiService
	// contains filtered or unexported fields
}

func (ApiGetDeviceObjectModelRequest) Execute

type ApiGetDeviceRequest

type ApiGetDeviceRequest struct {
	ApiService *DeviceApiService
	// contains filtered or unexported fields
}

func (ApiGetDeviceRequest) Execute

func (r ApiGetDeviceRequest) Execute() (*Device, *http.Response, error)

func (ApiGetDeviceRequest) Model

モデル情報を取得するかどうか

type ApiGetDiagnosticRequest

type ApiGetDiagnosticRequest struct {
	ApiService *DiagnosticApiService
	// contains filtered or unexported fields
}

func (ApiGetDiagnosticRequest) Execute

type ApiGetEmailRequest

type ApiGetEmailRequest struct {
	ApiService *EmailApiService
	// contains filtered or unexported fields
}

func (ApiGetEmailRequest) Execute

func (r ApiGetEmailRequest) Execute() (*EmailsModel, *http.Response, error)

type ApiGetEventHandlerRequest

type ApiGetEventHandlerRequest struct {
	ApiService *EventHandlerApiService
	// contains filtered or unexported fields
}

func (ApiGetEventHandlerRequest) Execute

type ApiGetExportedFileRequest

type ApiGetExportedFileRequest struct {
	ApiService *FilesApiService
	// contains filtered or unexported fields
}

func (ApiGetExportedFileRequest) Execute

type ApiGetFileMetadataRequest

type ApiGetFileMetadataRequest struct {
	ApiService *FileEntryApiService
	// contains filtered or unexported fields
}

func (ApiGetFileMetadataRequest) Execute

type ApiGetFileRequest

type ApiGetFileRequest struct {
	ApiService *FileEntryApiService
	// contains filtered or unexported fields
}

func (ApiGetFileRequest) Execute

func (r ApiGetFileRequest) Execute() (*http.Response, error)

type ApiGetFunkStatsRequest

type ApiGetFunkStatsRequest struct {
	ApiService *StatsApiService
	// contains filtered or unexported fields
}

func (ApiGetFunkStatsRequest) Execute

func (ApiGetFunkStatsRequest) From

集計対象時刻の始まりを unixtime で与える

func (ApiGetFunkStatsRequest) Period

集計単位。minutes は最も細かい粒度で利用量履歴を出力します。ただし、デバイスが SORACOM プラットフォームに接続している間は、約 5 分間隔で利用量が記録されます。

func (ApiGetFunkStatsRequest) To

集計対象時刻の終わりを unixtime で与える

type ApiGetFunnelStatsRequest

type ApiGetFunnelStatsRequest struct {
	ApiService *StatsApiService
	// contains filtered or unexported fields
}

func (ApiGetFunnelStatsRequest) Execute

func (ApiGetFunnelStatsRequest) From

集計対象時刻の始まりを unixtime で与える

func (ApiGetFunnelStatsRequest) Period

集計単位。minutes は最も細かい粒度で利用量履歴を出力します。ただし、デバイスが SORACOM プラットフォームに接続している間は、約 5 分間隔で利用量が記録されます。

func (ApiGetFunnelStatsRequest) To

集計対象時刻の終わりを unixtime で与える

type ApiGetGadgetRequest

type ApiGetGadgetRequest struct {
	ApiService *GadgetApiService
	// contains filtered or unexported fields
}

func (ApiGetGadgetRequest) Execute

func (r ApiGetGadgetRequest) Execute() (*Gadget, *http.Response, error)

type ApiGetGroupRequest

type ApiGetGroupRequest struct {
	ApiService *GroupApiService
	// contains filtered or unexported fields
}

func (ApiGetGroupRequest) Execute

func (r ApiGetGroupRequest) Execute() (*Group, *http.Response, error)

type ApiGetHarvestExportedDataStatsRequest

type ApiGetHarvestExportedDataStatsRequest struct {
	ApiService *StatsApiService
	// contains filtered or unexported fields
}

func (ApiGetHarvestExportedDataStatsRequest) Execute

func (ApiGetHarvestExportedDataStatsRequest) YearMonth

年月を YYYYMM 形式で指定します。

type ApiGetHarvestStatsRequest

type ApiGetHarvestStatsRequest struct {
	ApiService *StatsApiService
	// contains filtered or unexported fields
}

func (ApiGetHarvestStatsRequest) Execute

func (ApiGetHarvestStatsRequest) From

集計対象時刻の始まりを unixtime で与える

func (ApiGetHarvestStatsRequest) Period

集計単位。minutes は最も細かい粒度で利用量履歴を出力します。ただし、デバイスが SORACOM プラットフォームに接続している間は、約 5 分間隔で利用量が記録されます。

func (ApiGetHarvestStatsRequest) To

集計対象時刻の終わりを unixtime で与える

type ApiGetImageLinkRequest

type ApiGetImageLinkRequest struct {
	ApiService *LagoonApiService
	// contains filtered or unexported fields
}

func (ApiGetImageLinkRequest) Classic

If the value is true, a request will be issued to Lagoon Classic. This is only valid if both Lagoon and Lagoon Classic are enabled.

func (ApiGetImageLinkRequest) Execute

func (r ApiGetImageLinkRequest) Execute() (string, *http.Response, error)

type ApiGetIndividualInformationRequest

type ApiGetIndividualInformationRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiGetIndividualInformationRequest) Execute

type ApiGetLagoonMigrationInfoRequest

type ApiGetLagoonMigrationInfoRequest struct {
	ApiService *LagoonApiService
	// contains filtered or unexported fields
}

func (ApiGetLagoonMigrationInfoRequest) Execute

func (ApiGetLagoonMigrationInfoRequest) LagoonPlanChangingRequest

func (r ApiGetLagoonMigrationInfoRequest) LagoonPlanChangingRequest(lagoonPlanChangingRequest LagoonPlanChangingRequest) ApiGetLagoonMigrationInfoRequest

req

type ApiGetLatestBillingRequest

type ApiGetLatestBillingRequest struct {
	ApiService *BillingApiService
	// contains filtered or unexported fields
}

func (ApiGetLatestBillingRequest) Execute

type ApiGetLogsRequest

type ApiGetLogsRequest struct {
	ApiService *LogApiService
	// contains filtered or unexported fields
}

func (ApiGetLogsRequest) Execute

func (r ApiGetLogsRequest) Execute() ([]LogEntry, *http.Response, error)

func (ApiGetLogsRequest) From

ログ取得対象の期間の始まり (unixtime)

func (ApiGetLogsRequest) LastEvaluatedKey

func (r ApiGetLogsRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiGetLogsRequest

前ページで取得した最後のログエントリのタイムスタンプ。このパラメータを指定することで次のログエントリ以降のリストを取得できる。

func (ApiGetLogsRequest) Limit

func (r ApiGetLogsRequest) Limit(limit int32) ApiGetLogsRequest

取得するログエントリ数の上限

func (ApiGetLogsRequest) ResourceId

func (r ApiGetLogsRequest) ResourceId(resourceId string) ApiGetLogsRequest

ログ取得対象のリソースの ID

func (ApiGetLogsRequest) ResourceType

func (r ApiGetLogsRequest) ResourceType(resourceType string) ApiGetLogsRequest

ログ取得対象のリソースのタイプ

func (ApiGetLogsRequest) Service

func (r ApiGetLogsRequest) Service(service string) ApiGetLogsRequest

ログエントリをフィルタするためのサービス名

func (ApiGetLogsRequest) To

ログ取得対象の期間の終わり (unixtime)

type ApiGetLoraDeviceRequest

type ApiGetLoraDeviceRequest struct {
	ApiService *LoraDeviceApiService
	// contains filtered or unexported fields
}

func (ApiGetLoraDeviceRequest) Execute

type ApiGetLoraGatewayRequest

type ApiGetLoraGatewayRequest struct {
	ApiService *LoraGatewayApiService
	// contains filtered or unexported fields
}

func (ApiGetLoraGatewayRequest) Execute

type ApiGetLoraNetworkSetRequest

type ApiGetLoraNetworkSetRequest struct {
	ApiService *LoraNetworkSetApiService
	// contains filtered or unexported fields
}

func (ApiGetLoraNetworkSetRequest) Execute

type ApiGetMFAStatusRequest

type ApiGetMFAStatusRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiGetMFAStatusRequest) Execute

type ApiGetNapterAuditLogsExportedDataStatsRequest

type ApiGetNapterAuditLogsExportedDataStatsRequest struct {
	ApiService *StatsApiService
	// contains filtered or unexported fields
}

func (ApiGetNapterAuditLogsExportedDataStatsRequest) Execute

func (ApiGetNapterAuditLogsExportedDataStatsRequest) YearMonth

年月を YYYYMM 形式で指定します。

type ApiGetNapterAuditLogsRequest

type ApiGetNapterAuditLogsRequest struct {
	ApiService *AuditLogApiService
	// contains filtered or unexported fields
}

func (ApiGetNapterAuditLogsRequest) Execute

func (ApiGetNapterAuditLogsRequest) From

ログ取得対象の期間の始まり (unixtime milliseconds)

func (ApiGetNapterAuditLogsRequest) LastEvaluatedKey

func (r ApiGetNapterAuditLogsRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiGetNapterAuditLogsRequest

前ページで取得した最後のログエントリのタイムスタンプ。このパラメータを指定することで次のログエントリ以降のリストを取得できる。

func (ApiGetNapterAuditLogsRequest) Limit

取得するログエントリ数の上限

func (ApiGetNapterAuditLogsRequest) ResourceId

ログ取得対象のリソースの ID

func (ApiGetNapterAuditLogsRequest) ResourceType

ログ取得対象のリソースのタイプ

func (ApiGetNapterAuditLogsRequest) To

ログ取得対象の期間の終わり (unixtime milliseconds)

type ApiGetOperatorRequest

type ApiGetOperatorRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiGetOperatorRequest) Execute

type ApiGetOrderRequest

type ApiGetOrderRequest struct {
	ApiService *OrderApiService
	// contains filtered or unexported fields
}

func (ApiGetOrderRequest) Execute

type ApiGetPacketCaptureSessionRequest

type ApiGetPacketCaptureSessionRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiGetPacketCaptureSessionRequest) Execute

type ApiGetPayerInformationRequest

type ApiGetPayerInformationRequest struct {
	ApiService *PaymentApiService
	// contains filtered or unexported fields
}

func (ApiGetPayerInformationRequest) Execute

type ApiGetPaymentMethodRequest

type ApiGetPaymentMethodRequest struct {
	ApiService *PaymentApiService
	// contains filtered or unexported fields
}

func (ApiGetPaymentMethodRequest) Execute

type ApiGetPaymentTransactionRequest

type ApiGetPaymentTransactionRequest struct {
	ApiService *PaymentApiService
	// contains filtered or unexported fields
}

func (ApiGetPaymentTransactionRequest) Execute

type ApiGetResourceSummaryRequest

type ApiGetResourceSummaryRequest struct {
	ApiService *ResourceSummaryApiService
	// contains filtered or unexported fields
}

func (ApiGetResourceSummaryRequest) Execute

type ApiGetRoleRequest

type ApiGetRoleRequest struct {
	ApiService *RoleApiService
	// contains filtered or unexported fields
}

func (ApiGetRoleRequest) Execute

func (r ApiGetRoleRequest) Execute() (*RoleResponse, *http.Response, error)

type ApiGetShippingAddressRequest

type ApiGetShippingAddressRequest struct {
	ApiService *ShippingAddressApiService
	// contains filtered or unexported fields
}

func (ApiGetShippingAddressRequest) Execute

type ApiGetSigfoxDeviceRequest

type ApiGetSigfoxDeviceRequest struct {
	ApiService *SigfoxDeviceApiService
	// contains filtered or unexported fields
}

func (ApiGetSigfoxDeviceRequest) Execute

type ApiGetSimPacketCaptureSessionRequest

type ApiGetSimPacketCaptureSessionRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiGetSimPacketCaptureSessionRequest) Execute

type ApiGetSimRequest

type ApiGetSimRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiGetSimRequest) Execute

func (r ApiGetSimRequest) Execute() (*Sim, *http.Response, error)

type ApiGetSoraCamDeviceExportUsageRequest

type ApiGetSoraCamDeviceExportUsageRequest struct {
	ApiService *SoraCamApiService
	// contains filtered or unexported fields
}

func (ApiGetSoraCamDeviceExportUsageRequest) Execute

type ApiGetSoraCamDeviceExportedImageRequest

type ApiGetSoraCamDeviceExportedImageRequest struct {
	ApiService *SoraCamApiService
	// contains filtered or unexported fields
}

func (ApiGetSoraCamDeviceExportedImageRequest) Execute

type ApiGetSoraCamDeviceExportedVideoRequest

type ApiGetSoraCamDeviceExportedVideoRequest struct {
	ApiService *SoraCamApiService
	// contains filtered or unexported fields
}

func (ApiGetSoraCamDeviceExportedVideoRequest) Execute

type ApiGetSoraCamDeviceRequest

type ApiGetSoraCamDeviceRequest struct {
	ApiService *SoraCamApiService
	// contains filtered or unexported fields
}

func (ApiGetSoraCamDeviceRequest) Execute

type ApiGetSoraCamDeviceStreamingVideoRequest

type ApiGetSoraCamDeviceStreamingVideoRequest struct {
	ApiService *SoraCamApiService
	// contains filtered or unexported fields
}

func (ApiGetSoraCamDeviceStreamingVideoRequest) Execute

func (ApiGetSoraCamDeviceStreamingVideoRequest) From

録画映像の開始時刻 (UNIX 時間 (ミリ秒)) - リアルタイム映像をダウンロードするための情報を取得するには、`from` と `to` をどちらも省略します。

func (ApiGetSoraCamDeviceStreamingVideoRequest) To

録画映像の終了時刻 (UNIX 時間 (ミリ秒)) - リアルタイム映像をダウンロードするための情報を取得するには、`from` と `to` をどちらも省略します。 - 一回の API 呼び出しで視聴できる時間は最大 300 秒 (5 分) です。`from` と `to` の差が、300 秒を超えないようにしてください。

type ApiGetSoraletLogsRequest

type ApiGetSoraletLogsRequest struct {
	ApiService *SoraletApiService
	// contains filtered or unexported fields
}

func (ApiGetSoraletLogsRequest) Execute

func (ApiGetSoraletLogsRequest) LastEvaluatedKey

func (r ApiGetSoraletLogsRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiGetSoraletLogsRequest

現在のページで最後に取得されたログの識別子を指定します。このパラメータを指定することで、ログのリストの続きを取得できます。

func (ApiGetSoraletLogsRequest) Limit

一度のレスポンスに含まれる項目数の最大値

func (ApiGetSoraletLogsRequest) Sort

Sort order

type ApiGetSoraletRequest

type ApiGetSoraletRequest struct {
	ApiService *SoraletApiService
	// contains filtered or unexported fields
}

func (ApiGetSoraletRequest) Execute

func (r ApiGetSoraletRequest) Execute() (*Soralet, *http.Response, error)

type ApiGetSubscriberRequest

type ApiGetSubscriberRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiGetSubscriberRequest) Execute

type ApiGetSystemNotificationRequest

type ApiGetSystemNotificationRequest struct {
	ApiService *SystemNotificationApiService
	// contains filtered or unexported fields
}

func (ApiGetSystemNotificationRequest) Execute

type ApiGetUserAuthKeyRequest

type ApiGetUserAuthKeyRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiGetUserAuthKeyRequest) Execute

type ApiGetUserMFAStatusRequest

type ApiGetUserMFAStatusRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiGetUserMFAStatusRequest) Execute

type ApiGetUserPermissionRequest

type ApiGetUserPermissionRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiGetUserPermissionRequest) Execute

type ApiGetUserRequest

type ApiGetUserRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiGetUserRequest) Execute

type ApiGetVirtualPrivateGatewayRequest

type ApiGetVirtualPrivateGatewayRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiGetVirtualPrivateGatewayRequest) Execute

type ApiGetVolumeDiscountRequest

type ApiGetVolumeDiscountRequest struct {
	ApiService *PaymentApiService
	// contains filtered or unexported fields
}

func (ApiGetVolumeDiscountRequest) Execute

type ApiHasUserPasswordRequest

type ApiHasUserPasswordRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiHasUserPasswordRequest) Execute

type ApiInitializeLagoonDashboardPermissionsRequest

type ApiInitializeLagoonDashboardPermissionsRequest struct {
	ApiService *LagoonApiService
	// contains filtered or unexported fields
}

func (ApiInitializeLagoonDashboardPermissionsRequest) Classic

If the value is true, a request will be issued to Lagoon Classic. This is only valid if both Lagoon and Lagoon Classic are enabled.

func (ApiInitializeLagoonDashboardPermissionsRequest) Execute

type ApiIssueAddEmailTokenRequest

type ApiIssueAddEmailTokenRequest struct {
	ApiService *EmailApiService
	// contains filtered or unexported fields
}

func (ApiIssueAddEmailTokenRequest) Execute

func (ApiIssueAddEmailTokenRequest) IssueAddEmailTokenRequest

func (r ApiIssueAddEmailTokenRequest) IssueAddEmailTokenRequest(issueAddEmailTokenRequest IssueAddEmailTokenRequest) ApiIssueAddEmailTokenRequest

request

type ApiIssueMFARevokingTokenRequest

type ApiIssueMFARevokingTokenRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiIssueMFARevokingTokenRequest) Execute

func (ApiIssueMFARevokingTokenRequest) MFAIssueRevokingTokenRequest

func (r ApiIssueMFARevokingTokenRequest) MFAIssueRevokingTokenRequest(mFAIssueRevokingTokenRequest MFAIssueRevokingTokenRequest) ApiIssueMFARevokingTokenRequest

request

type ApiIssuePasswordResetTokenRequest

type ApiIssuePasswordResetTokenRequest struct {
	ApiService *AuthApiService
	// contains filtered or unexported fields
}

func (ApiIssuePasswordResetTokenRequest) Execute

func (ApiIssuePasswordResetTokenRequest) IssuePasswordResetTokenRequest

func (r ApiIssuePasswordResetTokenRequest) IssuePasswordResetTokenRequest(issuePasswordResetTokenRequest IssuePasswordResetTokenRequest) ApiIssuePasswordResetTokenRequest

email address

type ApiIssueSubscriberTransferTokenRequest

type ApiIssueSubscriberTransferTokenRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiIssueSubscriberTransferTokenRequest) Execute

func (ApiIssueSubscriberTransferTokenRequest) IssueSubscriberTransferTokenRequest

func (r ApiIssueSubscriberTransferTokenRequest) IssueSubscriberTransferTokenRequest(issueSubscriberTransferTokenRequest IssueSubscriberTransferTokenRequest) ApiIssueSubscriberTransferTokenRequest

移管先オペレーターのメールアドレス、オペレーターID、移管対象の IMSI

type ApiListAvailableDiscountsRequest

type ApiListAvailableDiscountsRequest struct {
	ApiService *OrderApiService
	// contains filtered or unexported fields
}

func (ApiListAvailableDiscountsRequest) Execute

type ApiListCouponsRequest

type ApiListCouponsRequest struct {
	ApiService *PaymentApiService
	// contains filtered or unexported fields
}

func (ApiListCouponsRequest) Execute

type ApiListCredentialsRequest

type ApiListCredentialsRequest struct {
	ApiService *CredentialApiService
	// contains filtered or unexported fields
}

func (ApiListCredentialsRequest) Execute

type ApiListDataSourceResourcesRequest

type ApiListDataSourceResourcesRequest struct {
	ApiService *DataEntryApiService
	// contains filtered or unexported fields
}

func (ApiListDataSourceResourcesRequest) Execute

func (ApiListDataSourceResourcesRequest) LastEvaluatedKey

func (r ApiListDataSourceResourcesRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiListDataSourceResourcesRequest

前ページで取得した最後のデータ送信元リソースの ID。このパラメータを指定することで次のデータ送信元リソース以降のリストを取得できる。

func (ApiListDataSourceResourcesRequest) Limit

取得するデータエントリ数の上限

func (ApiListDataSourceResourcesRequest) ResourceType

対象のリソース Type

type ApiListDeviceObjectModelsRequest

type ApiListDeviceObjectModelsRequest struct {
	ApiService *DeviceObjectModelApiService
	// contains filtered or unexported fields
}

func (ApiListDeviceObjectModelsRequest) Execute

func (ApiListDeviceObjectModelsRequest) LastEvaluatedKey

func (r ApiListDeviceObjectModelsRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiListDeviceObjectModelsRequest

現ページで取得した最後のデバイスオブジェクトモデルの ID。このパラメータを指定することで次のデバイスオブジェクトモデル以降のリストを取得できる。

func (ApiListDeviceObjectModelsRequest) Limit

取得する結果の上限数

type ApiListDevicesRequest

type ApiListDevicesRequest struct {
	ApiService *DeviceApiService
	// contains filtered or unexported fields
}

func (ApiListDevicesRequest) Execute

func (r ApiListDevicesRequest) Execute() ([]Device, *http.Response, error)

func (ApiListDevicesRequest) LastEvaluatedKey

func (r ApiListDevicesRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiListDevicesRequest

現ページで取得した最後のデバイスの ID。このパラメータを指定することで次のデバイスから始まるリストを取得できる。

func (ApiListDevicesRequest) Limit

取得するデバイス数の上限

func (ApiListDevicesRequest) TagName

タグの名前

func (ApiListDevicesRequest) TagValue

func (r ApiListDevicesRequest) TagValue(tagValue string) ApiListDevicesRequest

タグの値

func (ApiListDevicesRequest) TagValueMatchMode

func (r ApiListDevicesRequest) TagValueMatchMode(tagValueMatchMode string) ApiListDevicesRequest

タグの検索条件 (exact | prefix)

type ApiListEmailsRequest

type ApiListEmailsRequest struct {
	ApiService *EmailApiService
	// contains filtered or unexported fields
}

func (ApiListEmailsRequest) Execute

func (r ApiListEmailsRequest) Execute() ([]EmailsModel, *http.Response, error)

type ApiListEventHandlersBySubscriberRequest

type ApiListEventHandlersBySubscriberRequest struct {
	ApiService *EventHandlerApiService
	// contains filtered or unexported fields
}

func (ApiListEventHandlersBySubscriberRequest) Execute

type ApiListEventHandlersRequest

type ApiListEventHandlersRequest struct {
	ApiService *EventHandlerApiService
	// contains filtered or unexported fields
}

func (ApiListEventHandlersRequest) Execute

func (ApiListEventHandlersRequest) Target

target

type ApiListFilesRequest

type ApiListFilesRequest struct {
	ApiService *FileEntryApiService
	// contains filtered or unexported fields
}

func (ApiListFilesRequest) Execute

func (r ApiListFilesRequest) Execute() ([]FileEntry, *http.Response, error)

func (ApiListFilesRequest) LastEvaluatedKey

func (r ApiListFilesRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiListFilesRequest

現ページで取得した最後のファイルエントリの filename 。このパラメータを指定することで次のファイルエントリ以降のリストを取得できる。

func (ApiListFilesRequest) Limit

返却するファイルエントリ数の上限

type ApiListGadgetsRequest

type ApiListGadgetsRequest struct {
	ApiService *GadgetApiService
	// contains filtered or unexported fields
}

func (ApiListGadgetsRequest) Execute

func (r ApiListGadgetsRequest) Execute() ([]Gadget, *http.Response, error)

func (ApiListGadgetsRequest) LastEvaluatedKey

func (r ApiListGadgetsRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiListGadgetsRequest

現ページで取得した最後の Gadget の ID ({product_id}/{serial_number})。このパラメータを指定することで次の Gadget 以降のリストを取得できる

func (ApiListGadgetsRequest) Limit

取得する Gadget の上限

func (ApiListGadgetsRequest) ProductId

func (r ApiListGadgetsRequest) ProductId(productId string) ApiListGadgetsRequest

対象の Gadget の Product ID

func (ApiListGadgetsRequest) TagName

検索対象にするタグの名前(完全一致)

func (ApiListGadgetsRequest) TagValue

func (r ApiListGadgetsRequest) TagValue(tagValue string) ApiListGadgetsRequest

検索対象にするタグの検索文字列。`tag_name` を指定した場合は必須

func (ApiListGadgetsRequest) TagValueMatchMode

func (r ApiListGadgetsRequest) TagValueMatchMode(tagValueMatchMode string) ApiListGadgetsRequest

タグの検索条件

type ApiListGatePeersRequest

type ApiListGatePeersRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiListGatePeersRequest) Execute

func (r ApiListGatePeersRequest) Execute() ([]GatePeer, *http.Response, error)

type ApiListGatewaysInLoraNetworkSetRequest

type ApiListGatewaysInLoraNetworkSetRequest struct {
	ApiService *LoraNetworkSetApiService
	// contains filtered or unexported fields
}

func (ApiListGatewaysInLoraNetworkSetRequest) Execute

func (ApiListGatewaysInLoraNetworkSetRequest) LastEvaluatedKey

現ページで取得した最後の LoRa gateway の ID。このパラメータを指定することで次の LoRa gateway 以降のリストを取得できる。

func (ApiListGatewaysInLoraNetworkSetRequest) Limit

一度に取得する LoRa gateway の数の上限

type ApiListGroupsRequest

type ApiListGroupsRequest struct {
	ApiService *GroupApiService
	// contains filtered or unexported fields
}

func (ApiListGroupsRequest) Execute

func (r ApiListGroupsRequest) Execute() ([]Group, *http.Response, error)

func (ApiListGroupsRequest) LastEvaluatedKey

func (r ApiListGroupsRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiListGroupsRequest

現ページで取得した最後の Group の ID。このパラメータを指定することで次の Group から始まるリストを取得できる。

func (ApiListGroupsRequest) Limit

レスポンス 1 ページあたりの最大数

func (ApiListGroupsRequest) TagName

Group についた Tag 名。完全一致する Tag 名が検索対象となる。tag_name を指定した場合、tag_value が必須。

func (ApiListGroupsRequest) TagValue

func (r ApiListGroupsRequest) TagValue(tagValue string) ApiListGroupsRequest

Group についた Tag の値。

func (ApiListGroupsRequest) TagValueMatchMode

func (r ApiListGroupsRequest) TagValueMatchMode(tagValueMatchMode string) ApiListGroupsRequest

タグの検索条件。

type ApiListLagoonDashboardsPermissionsRequest

type ApiListLagoonDashboardsPermissionsRequest struct {
	ApiService *LagoonApiService
	// contains filtered or unexported fields
}

func (ApiListLagoonDashboardsPermissionsRequest) Classic

If the value is true, a request will be issued to Lagoon Classic. This is only valid if both Lagoon and Lagoon Classic are enabled.

func (ApiListLagoonDashboardsPermissionsRequest) Execute

type ApiListLagoonLicensePackStatusRequest

type ApiListLagoonLicensePackStatusRequest struct {
	ApiService *LagoonApiService
	// contains filtered or unexported fields
}

func (ApiListLagoonLicensePackStatusRequest) Execute

type ApiListLagoonUsersRequest

type ApiListLagoonUsersRequest struct {
	ApiService *LagoonApiService
	// contains filtered or unexported fields
}

func (ApiListLagoonUsersRequest) Classic

If the value is true, a request will be issued to Lagoon Classic. This is only valid if both Lagoon and Lagoon Classic are enabled.

func (ApiListLagoonUsersRequest) Execute

type ApiListLoraDevicesRequest

type ApiListLoraDevicesRequest struct {
	ApiService *LoraDeviceApiService
	// contains filtered or unexported fields
}

func (ApiListLoraDevicesRequest) Execute

func (ApiListLoraDevicesRequest) LastEvaluatedKey

func (r ApiListLoraDevicesRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiListLoraDevicesRequest

現ページで取得した最後の LoRa device の Device ID。このパラメータを指定することで次の LoRa device 以降のリストを取得できる

func (ApiListLoraDevicesRequest) Limit

取得する LoRa device の上限

func (ApiListLoraDevicesRequest) TagName

検索対象にするタグの名前(完全一致)

func (ApiListLoraDevicesRequest) TagValue

検索対象にするタグの検索文字列。`tag_name` を指定した場合は必須

func (ApiListLoraDevicesRequest) TagValueMatchMode

func (r ApiListLoraDevicesRequest) TagValueMatchMode(tagValueMatchMode string) ApiListLoraDevicesRequest

タグの検索条件

type ApiListLoraGatewaysRequest

type ApiListLoraGatewaysRequest struct {
	ApiService *LoraGatewayApiService
	// contains filtered or unexported fields
}

func (ApiListLoraGatewaysRequest) Execute

func (ApiListLoraGatewaysRequest) LastEvaluatedKey

func (r ApiListLoraGatewaysRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiListLoraGatewaysRequest

現ページで取得した最後の LoRa gateway の ID。このパラメータを指定することで次の LoRa gateway 以降のリストを取得できる。

func (ApiListLoraGatewaysRequest) Limit

一度に取得する LoRa gateway の数の上限

func (ApiListLoraGatewaysRequest) TagName

検索対象にするタグの名前(完全一致)。

func (ApiListLoraGatewaysRequest) TagValue

検索対象にするタグの検索文字列。`tag_name` を指定した場合は必須。

func (ApiListLoraGatewaysRequest) TagValueMatchMode

func (r ApiListLoraGatewaysRequest) TagValueMatchMode(tagValueMatchMode string) ApiListLoraGatewaysRequest

タグの検索条件。

type ApiListLoraNetworkSetsRequest

type ApiListLoraNetworkSetsRequest struct {
	ApiService *LoraNetworkSetApiService
	// contains filtered or unexported fields
}

func (ApiListLoraNetworkSetsRequest) Execute

func (ApiListLoraNetworkSetsRequest) LastEvaluatedKey

func (r ApiListLoraNetworkSetsRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiListLoraNetworkSetsRequest

現ページで取得した最後の LoRa network set の ID。このパラメータを指定することで次以降のリストを取得できる。

func (ApiListLoraNetworkSetsRequest) Limit

一度に取得する LoRa network set の数の上限

func (ApiListLoraNetworkSetsRequest) TagName

検索対象にするタグの名前(完全一致)。

func (ApiListLoraNetworkSetsRequest) TagValue

検索対象にするタグの検索文字列。`tag_name` を指定した場合は必須。

func (ApiListLoraNetworkSetsRequest) TagValueMatchMode

func (r ApiListLoraNetworkSetsRequest) TagValueMatchMode(tagValueMatchMode string) ApiListLoraNetworkSetsRequest

タグの検索条件。

type ApiListOperatorAuthKeysRequest

type ApiListOperatorAuthKeysRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiListOperatorAuthKeysRequest) Execute

type ApiListOrderedSubscribersRequest

type ApiListOrderedSubscribersRequest struct {
	ApiService *OrderApiService
	// contains filtered or unexported fields
}

func (ApiListOrderedSubscribersRequest) Execute

func (ApiListOrderedSubscribersRequest) LastEvaluatedKey

func (r ApiListOrderedSubscribersRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiListOrderedSubscribersRequest

直前のリクエストで取得したうち、最後の Subscriber の製造番号。レスポンスヘッダの X-Soracom-Next-Key に含まれる値

func (ApiListOrderedSubscribersRequest) Limit

レスポンスに含まれる最大 Subscriber 数

type ApiListOrdersRequest

type ApiListOrdersRequest struct {
	ApiService *OrderApiService
	// contains filtered or unexported fields
}

func (ApiListOrdersRequest) Execute

type ApiListPacketCaptureSessionsRequest

type ApiListPacketCaptureSessionsRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiListPacketCaptureSessionsRequest) Execute

func (ApiListPacketCaptureSessionsRequest) LastEvaluatedKey

現ページで取得した最後のパケットキャプチャセッション。このパラメータを指定することで次のパケットキャプチャセッション以降のリストを取得できる。

func (ApiListPacketCaptureSessionsRequest) Limit

取得するパケットキャプチャセッションの上限

type ApiListPaymentStatementsRequest

type ApiListPaymentStatementsRequest struct {
	ApiService *PaymentApiService
	// contains filtered or unexported fields
}

func (ApiListPaymentStatementsRequest) Execute

type ApiListPortMappingsForSubscriberRequest

type ApiListPortMappingsForSubscriberRequest struct {
	ApiService *PortMappingApiService
	// contains filtered or unexported fields
}

func (ApiListPortMappingsForSubscriberRequest) Execute

type ApiListPortMappingsRequest

type ApiListPortMappingsRequest struct {
	ApiService *PortMappingApiService
	// contains filtered or unexported fields
}

func (ApiListPortMappingsRequest) Execute

func (ApiListPortMappingsRequest) LastEvaluatedKey

func (r ApiListPortMappingsRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiListPortMappingsRequest

The last Port Mapping ID retrieved on the current page. By specifying this parameter, you can continue to retrieve the list from the next group onward.

func (ApiListPortMappingsRequest) Limit

Maximum number of results per response page.

type ApiListProductsRequest

type ApiListProductsRequest struct {
	ApiService *OrderApiService
	// contains filtered or unexported fields
}

func (ApiListProductsRequest) Execute

type ApiListRoleAttachedUsersRequest

type ApiListRoleAttachedUsersRequest struct {
	ApiService *RoleApiService
	// contains filtered or unexported fields
}

func (ApiListRoleAttachedUsersRequest) Execute

type ApiListRolesRequest

type ApiListRolesRequest struct {
	ApiService *RoleApiService
	// contains filtered or unexported fields
}

func (ApiListRolesRequest) Execute

type ApiListSessionEventsRequest

type ApiListSessionEventsRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiListSessionEventsRequest) Execute

func (ApiListSessionEventsRequest) From

イベントの検索範囲時刻の始まり(unixtime)

func (ApiListSessionEventsRequest) LastEvaluatedKey

func (r ApiListSessionEventsRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiListSessionEventsRequest

現ページで取得した最後のイベントのタイムスタンプ。このパラメータを指定することで次のイベント以降のリストを取得できる。

func (ApiListSessionEventsRequest) Limit

取得するイベント数の上限

func (ApiListSessionEventsRequest) To

イベントの検索範囲時刻の終わり(unixtime)

type ApiListShippingAddressesRequest

type ApiListShippingAddressesRequest struct {
	ApiService *ShippingAddressApiService
	// contains filtered or unexported fields
}

func (ApiListShippingAddressesRequest) Execute

type ApiListSigfoxDevicesRequest

type ApiListSigfoxDevicesRequest struct {
	ApiService *SigfoxDeviceApiService
	// contains filtered or unexported fields
}

func (ApiListSigfoxDevicesRequest) Execute

func (ApiListSigfoxDevicesRequest) LastEvaluatedKey

func (r ApiListSigfoxDevicesRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiListSigfoxDevicesRequest

現ページで取得した最後の Sigfox device の Device ID。このパラメータを指定することで次の Sigfox device 以降のリストを取得できる

func (ApiListSigfoxDevicesRequest) Limit

取得する Sigfox device の上限

func (ApiListSigfoxDevicesRequest) TagName

検索対象にするタグの名前(完全一致)

func (ApiListSigfoxDevicesRequest) TagValue

検索対象にするタグの検索文字列。`tag_name` を指定した場合は必須

func (ApiListSigfoxDevicesRequest) TagValueMatchMode

func (r ApiListSigfoxDevicesRequest) TagValueMatchMode(tagValueMatchMode string) ApiListSigfoxDevicesRequest

タグの検索条件

type ApiListSimPacketCaptureSessionsRequest

type ApiListSimPacketCaptureSessionsRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiListSimPacketCaptureSessionsRequest) Execute

func (ApiListSimPacketCaptureSessionsRequest) LastEvaluatedKey

現ページで取得した最後のパケットキャプチャセッション。このパラメータを指定することで次のパケットキャプチャセッション以降のリストを取得できる。

func (ApiListSimPacketCaptureSessionsRequest) Limit

取得するパケットキャプチャセッションの上限

type ApiListSimSessionEventsRequest

type ApiListSimSessionEventsRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiListSimSessionEventsRequest) Execute

func (ApiListSimSessionEventsRequest) From

イベントの検索範囲時刻の始まり(unixtime)

func (ApiListSimSessionEventsRequest) LastEvaluatedKey

func (r ApiListSimSessionEventsRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiListSimSessionEventsRequest

現ページで取得した最後のイベントのタイムスタンプ。このパラメータを指定することで次のイベント以降のリストを取得できる。

func (ApiListSimSessionEventsRequest) Limit

取得するイベント数の上限

func (ApiListSimSessionEventsRequest) To

イベントの検索範囲時刻の終わり(unixtime)

type ApiListSimsRequest

type ApiListSimsRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiListSimsRequest) Execute

func (r ApiListSimsRequest) Execute() ([]Sim, *http.Response, error)

func (ApiListSimsRequest) LastEvaluatedKey

func (r ApiListSimsRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiListSimsRequest

現ページで取得した最後の SIM ID。このパラメータを指定することで次の SIM 以降のリストを取得できる。

func (ApiListSimsRequest) Limit

取得する SIM の上限。ただし、返却される SIM の個数は指定された値を下回る可能性があります。

type ApiListSoraCamDeviceImageExportsForDeviceRequest

type ApiListSoraCamDeviceImageExportsForDeviceRequest struct {
	ApiService *SoraCamApiService
	// contains filtered or unexported fields
}

func (ApiListSoraCamDeviceImageExportsForDeviceRequest) Execute

func (ApiListSoraCamDeviceImageExportsForDeviceRequest) LastEvaluatedKey

前回のリクエストのレスポンスに含まれていた x-soracom-next-key ヘッダーの値。このパラメーターを指定することで、前回のリクエストの続きからリストを取得できます。

func (ApiListSoraCamDeviceImageExportsForDeviceRequest) Limit

一回のリクエストで取得するエクスポート処理に関するデータの個数の最大値。なお、取得できるデータの個数は、指定した数を下回る可能性があります。

type ApiListSoraCamDeviceImageExportsRequest

type ApiListSoraCamDeviceImageExportsRequest struct {
	ApiService *SoraCamApiService
	// contains filtered or unexported fields
}

func (ApiListSoraCamDeviceImageExportsRequest) DeviceId

対象のソラカメ対応カメラのデバイス ID。省略した場合はオペレーターが所有するすべてのデバイスが対象となります。

func (ApiListSoraCamDeviceImageExportsRequest) Execute

func (ApiListSoraCamDeviceImageExportsRequest) LastEvaluatedKey

前回のリクエストのレスポンスに含まれていた x-soracom-next-key ヘッダーの値。このパラメーターを指定することで、前回のリクエストの続きからリストを取得できます。

func (ApiListSoraCamDeviceImageExportsRequest) Limit

一回のリクエストで取得するエクスポート処理に関するデータの個数の最大値。なお、取得できるデータの個数は、指定した数を下回る可能性があります。

type ApiListSoraCamDeviceVideoExportsForDeviceRequest

type ApiListSoraCamDeviceVideoExportsForDeviceRequest struct {
	ApiService *SoraCamApiService
	// contains filtered or unexported fields
}

func (ApiListSoraCamDeviceVideoExportsForDeviceRequest) Execute

func (ApiListSoraCamDeviceVideoExportsForDeviceRequest) LastEvaluatedKey

前回のリクエストのレスポンスに含まれていた x-soracom-next-key ヘッダーの値。このパラメーターを指定することで、前回のリクエストの続きからリストを取得できます。

func (ApiListSoraCamDeviceVideoExportsForDeviceRequest) Limit

一回のリクエストで取得するエクスポート処理に関するデータの個数の最大値。なお、取得できるデータの個数は、指定した数を下回る可能性があります。

type ApiListSoraCamDeviceVideoExportsRequest

type ApiListSoraCamDeviceVideoExportsRequest struct {
	ApiService *SoraCamApiService
	// contains filtered or unexported fields
}

func (ApiListSoraCamDeviceVideoExportsRequest) DeviceId

対象のソラカメ対応カメラのデバイス ID。省略した場合はオペレーターが所有するすべてのデバイスが対象となります。

func (ApiListSoraCamDeviceVideoExportsRequest) Execute

func (ApiListSoraCamDeviceVideoExportsRequest) LastEvaluatedKey

前回のリクエストのレスポンスに含まれていた x-soracom-next-key ヘッダーの値。このパラメーターを指定することで、前回のリクエストの続きからリストを取得できます。

func (ApiListSoraCamDeviceVideoExportsRequest) Limit

一回のリクエストで取得するエクスポート処理に関するデータの個数の最大値。なお、取得できるデータの個数は、指定した数を下回る可能性があります。

type ApiListSoraCamDevicesRequest

type ApiListSoraCamDevicesRequest struct {
	ApiService *SoraCamApiService
	// contains filtered or unexported fields
}

func (ApiListSoraCamDevicesRequest) Execute

type ApiListSoraCamLicensePacksRequest

type ApiListSoraCamLicensePacksRequest struct {
	ApiService *SoraCamApiService
	// contains filtered or unexported fields
}

func (ApiListSoraCamLicensePacksRequest) Execute

type ApiListSoraletVersionsRequest

type ApiListSoraletVersionsRequest struct {
	ApiService *SoraletApiService
	// contains filtered or unexported fields
}

func (ApiListSoraletVersionsRequest) Execute

func (ApiListSoraletVersionsRequest) LastEvaluatedKey

func (r ApiListSoraletVersionsRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiListSoraletVersionsRequest

現在のページで最後に取得された Soralet の識別子を指定します。このパラメータを指定することで、Soralet のリストの続きを取得できます。

func (ApiListSoraletVersionsRequest) Limit

一度のレスポンスに含まれる項目数の最大値

func (ApiListSoraletVersionsRequest) Sort

Sort order

type ApiListSoraletsRequest

type ApiListSoraletsRequest struct {
	ApiService *SoraletApiService
	// contains filtered or unexported fields
}

func (ApiListSoraletsRequest) Execute

func (r ApiListSoraletsRequest) Execute() ([]Soralet, *http.Response, error)

func (ApiListSoraletsRequest) LastEvaluatedKey

func (r ApiListSoraletsRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiListSoraletsRequest

現在のページで最後に取得された Soralet の識別子を指定します。このパラメータを指定することで、Soralet のリストの続きを取得できます。

func (ApiListSoraletsRequest) Limit

一度のレスポンスに含まれる項目数の最大値

func (ApiListSoraletsRequest) Sort

Sort order

type ApiListSubscribersInGroupRequest

type ApiListSubscribersInGroupRequest struct {
	ApiService *GroupApiService
	// contains filtered or unexported fields
}

func (ApiListSubscribersInGroupRequest) Execute

func (ApiListSubscribersInGroupRequest) LastEvaluatedKey

func (r ApiListSubscribersInGroupRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiListSubscribersInGroupRequest

現ページで取得した最後の Subscriber の IMSI。このパラメータを指定することで次の Subscriber 以降のリストを取得できる。

func (ApiListSubscribersInGroupRequest) Limit

レスポンス 1 ページあたりの最大数

type ApiListSubscribersRequest

type ApiListSubscribersRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiListSubscribersRequest) Execute

func (ApiListSubscribersRequest) LastEvaluatedKey

func (r ApiListSubscribersRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiListSubscribersRequest

現ページで取得した最後の Subscriber の IMSI。このパラメータを指定することで次の Subscriber 以降のリストを取得できる。

func (ApiListSubscribersRequest) Limit

取得する Subscriber の上限。ただし、返却される Subscriber の個数は指定された値を下回る可能性があります。

func (ApiListSubscribersRequest) SerialNumberFilter

func (r ApiListSubscribersRequest) SerialNumberFilter(serialNumberFilter string) ApiListSubscribersRequest

検索対象にする製造番号。`|`で区切って複数指定することができる。指定された値で始まる製造番号を持つ Subscriber の一覧を返す。

func (ApiListSubscribersRequest) SpeedClassFilter

func (r ApiListSubscribersRequest) SpeedClassFilter(speedClassFilter string) ApiListSubscribersRequest

検索対象にする速度クラス。`|`で区切って複数指定することができる。指定可能な値の一覧は以下のとおり: `s1.minimum`, `s1.slow`, `s1.standard`, `s1.fast`

func (ApiListSubscribersRequest) StatusFilter

func (r ApiListSubscribersRequest) StatusFilter(statusFilter string) ApiListSubscribersRequest

検索対象にする status。`|`で区切って複数指定することができる。指定可能な値の一覧は以下のとおり: `active`, `inactive`, `ready`, `instock`, `shipped`, `suspended`, `terminated`

func (ApiListSubscribersRequest) TagName

検索対象にするタグの名前(完全一致)。

func (ApiListSubscribersRequest) TagValue

検索対象にするタグの検索文字列。`tag_name` を指定した場合は必須。

func (ApiListSubscribersRequest) TagValueMatchMode

func (r ApiListSubscribersRequest) TagValueMatchMode(tagValueMatchMode string) ApiListSubscribersRequest

タグの検索条件。

type ApiListSubscriptionContainersRequest

type ApiListSubscriptionContainersRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiListSubscriptionContainersRequest) Execute

type ApiListSystemNotificationsRequest

type ApiListSystemNotificationsRequest struct {
	ApiService *SystemNotificationApiService
	// contains filtered or unexported fields
}

func (ApiListSystemNotificationsRequest) Execute

type ApiListUserAuthKeysRequest

type ApiListUserAuthKeysRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiListUserAuthKeysRequest) Execute

type ApiListUserRolesRequest

type ApiListUserRolesRequest struct {
	ApiService *RoleApiService
	// contains filtered or unexported fields
}

func (ApiListUserRolesRequest) Execute

type ApiListUsersRequest

type ApiListUsersRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiListUsersRequest) Execute

type ApiListVirtualPrivateGatewayIpAddressMapEntriesRequest

type ApiListVirtualPrivateGatewayIpAddressMapEntriesRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiListVirtualPrivateGatewayIpAddressMapEntriesRequest) Execute

type ApiListVirtualPrivateGatewaysRequest

type ApiListVirtualPrivateGatewaysRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiListVirtualPrivateGatewaysRequest) Execute

func (ApiListVirtualPrivateGatewaysRequest) LastEvaluatedKey

現ページで取得した最後の Group の ID。このパラメータを指定することで次の VPG から始まるリストを取得できる。

func (ApiListVirtualPrivateGatewaysRequest) Limit

レスポンス 1 ページあたりの最大数

func (ApiListVirtualPrivateGatewaysRequest) TagName

VPG についた Tag 名。完全一致する Tag 名が検索対象となる。tag_name を指定した場合、tag_value が必須。

func (ApiListVirtualPrivateGatewaysRequest) TagValue

VPG についた Tag の値。

func (ApiListVirtualPrivateGatewaysRequest) TagValueMatchMode

タグの検索条件。

type ApiListVolumeDiscountsRequest

type ApiListVolumeDiscountsRequest struct {
	ApiService *PaymentApiService
	// contains filtered or unexported fields
}

func (ApiListVolumeDiscountsRequest) Execute

type ApiLogoutRequest

type ApiLogoutRequest struct {
	ApiService *AuthApiService
	// contains filtered or unexported fields
}

func (ApiLogoutRequest) Execute

func (r ApiLogoutRequest) Execute() (*http.Response, error)

type ApiMigrateLagoonRequest

type ApiMigrateLagoonRequest struct {
	ApiService *LagoonApiService
	// contains filtered or unexported fields
}

func (ApiMigrateLagoonRequest) Execute

func (r ApiMigrateLagoonRequest) Execute() (*http.Response, error)

func (ApiMigrateLagoonRequest) LagoonMigrationFromClassicRequest

func (r ApiMigrateLagoonRequest) LagoonMigrationFromClassicRequest(lagoonMigrationFromClassicRequest LagoonMigrationFromClassicRequest) ApiMigrateLagoonRequest

req

type ApiObserveDeviceResourceRequest

type ApiObserveDeviceResourceRequest struct {
	ApiService *DeviceApiService
	// contains filtered or unexported fields
}

func (ApiObserveDeviceResourceRequest) Execute

func (ApiObserveDeviceResourceRequest) Model

モデル情報を含めるかどうか

type ApiObserveDeviceResourcesRequest

type ApiObserveDeviceResourcesRequest struct {
	ApiService *DeviceApiService
	// contains filtered or unexported fields
}

func (ApiObserveDeviceResourcesRequest) Execute

func (ApiObserveDeviceResourcesRequest) Model

モデルの情報を追加するか否か

type ApiOpenGateRequest

type ApiOpenGateRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiOpenGateRequest) Execute

func (r ApiOpenGateRequest) Execute() (*http.Response, error)

func (ApiOpenGateRequest) OpenGateRequest

func (r ApiOpenGateRequest) OpenGateRequest(openGateRequest OpenGateRequest) ApiOpenGateRequest

オプショナルな Gate の設定パラメータ。

type ApiPutBundlesRequest

type ApiPutBundlesRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiPutBundlesRequest) Execute

func (ApiPutBundlesRequest) RequestBody

func (r ApiPutBundlesRequest) RequestBody(requestBody []string) ApiPutBundlesRequest

設定するバンドルの配列

type ApiPutConfigurationParametersRequest

type ApiPutConfigurationParametersRequest struct {
	ApiService *GroupApiService
	// contains filtered or unexported fields
}

func (ApiPutConfigurationParametersRequest) Execute

func (ApiPutConfigurationParametersRequest) GroupConfigurationUpdateRequest

func (r ApiPutConfigurationParametersRequest) GroupConfigurationUpdateRequest(groupConfigurationUpdateRequest []GroupConfigurationUpdateRequest) ApiPutConfigurationParametersRequest

更新対象のオブジェクトを指定します。

type ApiPutDeviceTagsRequest

type ApiPutDeviceTagsRequest struct {
	ApiService *DeviceApiService
	// contains filtered or unexported fields
}

func (ApiPutDeviceTagsRequest) Execute

func (r ApiPutDeviceTagsRequest) Execute() (*Device, *http.Response, error)

func (ApiPutDeviceTagsRequest) TagUpdateRequest

func (r ApiPutDeviceTagsRequest) TagUpdateRequest(tagUpdateRequest []TagUpdateRequest) ApiPutDeviceTagsRequest

追加・更新対象のタグの配列

type ApiPutFileRequest

type ApiPutFileRequest struct {
	ApiService *FileEntryApiService
	// contains filtered or unexported fields
}

func (ApiPutFileRequest) Body

Content of the file to upload

func (ApiPutFileRequest) ContentType

func (r ApiPutFileRequest) ContentType(contentType string) ApiPutFileRequest

Content type of the file to upload

func (ApiPutFileRequest) Execute

func (r ApiPutFileRequest) Execute() (*http.Response, error)

type ApiPutGadgetTagsRequest

type ApiPutGadgetTagsRequest struct {
	ApiService *GadgetApiService
	// contains filtered or unexported fields
}

func (ApiPutGadgetTagsRequest) Execute

func (r ApiPutGadgetTagsRequest) Execute() (*Gadget, *http.Response, error)

func (ApiPutGadgetTagsRequest) TagUpdateRequest

func (r ApiPutGadgetTagsRequest) TagUpdateRequest(tagUpdateRequest []TagUpdateRequest) ApiPutGadgetTagsRequest

追加・更新対象のタグの配列

type ApiPutGroupTagsRequest

type ApiPutGroupTagsRequest struct {
	ApiService *GroupApiService
	// contains filtered or unexported fields
}

func (ApiPutGroupTagsRequest) Execute

func (r ApiPutGroupTagsRequest) Execute() (*Group, *http.Response, error)

func (ApiPutGroupTagsRequest) TagUpdateRequest

func (r ApiPutGroupTagsRequest) TagUpdateRequest(tagUpdateRequest []TagUpdateRequest) ApiPutGroupTagsRequest

更新対象のタグの配列

type ApiPutLoraDeviceTagsRequest

type ApiPutLoraDeviceTagsRequest struct {
	ApiService *LoraDeviceApiService
	// contains filtered or unexported fields
}

func (ApiPutLoraDeviceTagsRequest) Execute

func (ApiPutLoraDeviceTagsRequest) TagUpdateRequest

func (r ApiPutLoraDeviceTagsRequest) TagUpdateRequest(tagUpdateRequest []TagUpdateRequest) ApiPutLoraDeviceTagsRequest

追加・更新対象のタグの配列

type ApiPutLoraGatewayTagsRequest

type ApiPutLoraGatewayTagsRequest struct {
	ApiService *LoraGatewayApiService
	// contains filtered or unexported fields
}

func (ApiPutLoraGatewayTagsRequest) Execute

func (ApiPutLoraGatewayTagsRequest) TagUpdateRequest

func (r ApiPutLoraGatewayTagsRequest) TagUpdateRequest(tagUpdateRequest []TagUpdateRequest) ApiPutLoraGatewayTagsRequest

追加・更新対象のタグの配列

type ApiPutLoraNetworkSetTagsRequest

type ApiPutLoraNetworkSetTagsRequest struct {
	ApiService *LoraNetworkSetApiService
	// contains filtered or unexported fields
}

func (ApiPutLoraNetworkSetTagsRequest) Execute

func (ApiPutLoraNetworkSetTagsRequest) TagUpdateRequest

追加・更新対象のタグの配列

type ApiPutSigfoxDeviceTagsRequest

type ApiPutSigfoxDeviceTagsRequest struct {
	ApiService *SigfoxDeviceApiService
	// contains filtered or unexported fields
}

func (ApiPutSigfoxDeviceTagsRequest) Execute

func (ApiPutSigfoxDeviceTagsRequest) TagUpdateRequest

func (r ApiPutSigfoxDeviceTagsRequest) TagUpdateRequest(tagUpdateRequest []TagUpdateRequest) ApiPutSigfoxDeviceTagsRequest

追加・更新対象のタグの配列

type ApiPutSimTagsRequest

type ApiPutSimTagsRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiPutSimTagsRequest) Execute

func (r ApiPutSimTagsRequest) Execute() (*Sim, *http.Response, error)

func (ApiPutSimTagsRequest) TagUpdateRequest

func (r ApiPutSimTagsRequest) TagUpdateRequest(tagUpdateRequest []TagUpdateRequest) ApiPutSimTagsRequest

追加・更新対象のタグの配列

type ApiPutSubscriberTagsRequest

type ApiPutSubscriberTagsRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiPutSubscriberTagsRequest) Execute

func (ApiPutSubscriberTagsRequest) TagUpdateRequest

func (r ApiPutSubscriberTagsRequest) TagUpdateRequest(tagUpdateRequest []TagUpdateRequest) ApiPutSubscriberTagsRequest

追加・更新対象のタグの配列

type ApiPutSubscriptionContainerCountryMappingEntriesRequest

type ApiPutSubscriptionContainerCountryMappingEntriesRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiPutSubscriptionContainerCountryMappingEntriesRequest) Execute

func (ApiPutSubscriptionContainerCountryMappingEntriesRequest) MappingEntries

collection of country (and optionally network) to subscription container mapping entries

type ApiPutVirtualPrivateGatewayIpAddressMapEntryRequest

type ApiPutVirtualPrivateGatewayIpAddressMapEntryRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiPutVirtualPrivateGatewayIpAddressMapEntryRequest) Execute

func (ApiPutVirtualPrivateGatewayIpAddressMapEntryRequest) PutIpAddressMapEntryRequest

type ApiReadDeviceResourceRequest

type ApiReadDeviceResourceRequest struct {
	ApiService *DeviceApiService
	// contains filtered or unexported fields
}

func (ApiReadDeviceResourceRequest) Execute

func (ApiReadDeviceResourceRequest) Model

モデル情報を含めるかどうか

type ApiReadDeviceResourcesRequest

type ApiReadDeviceResourcesRequest struct {
	ApiService *DeviceApiService
	// contains filtered or unexported fields
}

func (ApiReadDeviceResourcesRequest) Execute

func (ApiReadDeviceResourcesRequest) Model

モデル情報を含めるかどうか

type ApiRegisterCouponRequest

type ApiRegisterCouponRequest struct {
	ApiService *PaymentApiService
	// contains filtered or unexported fields
}

func (ApiRegisterCouponRequest) Execute

type ApiRegisterGadgetRequest

type ApiRegisterGadgetRequest struct {
	ApiService *GadgetApiService
	// contains filtered or unexported fields
}

func (ApiRegisterGadgetRequest) Execute

func (ApiRegisterGadgetRequest) GadgetRegistrationRequest

func (r ApiRegisterGadgetRequest) GadgetRegistrationRequest(gadgetRegistrationRequest GadgetRegistrationRequest) ApiRegisterGadgetRequest

Gadget の登録リクエスト

type ApiRegisterGatePeerRequest

type ApiRegisterGatePeerRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiRegisterGatePeerRequest) Execute

func (ApiRegisterGatePeerRequest) RegisterGatePeerRequest

func (r ApiRegisterGatePeerRequest) RegisterGatePeerRequest(registerGatePeerRequest RegisterGatePeerRequest) ApiRegisterGatePeerRequest

type ApiRegisterLagoonRequest

type ApiRegisterLagoonRequest struct {
	ApiService *LagoonApiService
	// contains filtered or unexported fields
}

func (ApiRegisterLagoonRequest) Execute

func (ApiRegisterLagoonRequest) LagoonRegistrationRequest

func (r ApiRegisterLagoonRequest) LagoonRegistrationRequest(lagoonRegistrationRequest LagoonRegistrationRequest) ApiRegisterLagoonRequest

request

type ApiRegisterLoraDeviceRequest

type ApiRegisterLoraDeviceRequest struct {
	ApiService *LoraDeviceApiService
	// contains filtered or unexported fields
}

func (ApiRegisterLoraDeviceRequest) Execute

func (ApiRegisterLoraDeviceRequest) RegisterLoraDeviceRequest

func (r ApiRegisterLoraDeviceRequest) RegisterLoraDeviceRequest(registerLoraDeviceRequest RegisterLoraDeviceRequest) ApiRegisterLoraDeviceRequest

LoRa device

type ApiRegisterOrderedSimRequest

type ApiRegisterOrderedSimRequest struct {
	ApiService *OrderApiService
	// contains filtered or unexported fields
}

func (ApiRegisterOrderedSimRequest) Execute

type ApiRegisterPayerInformationRequest

type ApiRegisterPayerInformationRequest struct {
	ApiService *PaymentApiService
	// contains filtered or unexported fields
}

func (ApiRegisterPayerInformationRequest) Execute

func (ApiRegisterPayerInformationRequest) RegisterPayerInformationModel

func (r ApiRegisterPayerInformationRequest) RegisterPayerInformationModel(registerPayerInformationModel RegisterPayerInformationModel) ApiRegisterPayerInformationRequest

課金明細に登録する支払い者情報

type ApiRegisterSigfoxDeviceRequest

type ApiRegisterSigfoxDeviceRequest struct {
	ApiService *SigfoxDeviceApiService
	// contains filtered or unexported fields
}

func (ApiRegisterSigfoxDeviceRequest) Execute

func (ApiRegisterSigfoxDeviceRequest) SigfoxRegistrationRequest

func (r ApiRegisterSigfoxDeviceRequest) SigfoxRegistrationRequest(sigfoxRegistrationRequest SigfoxRegistrationRequest) ApiRegisterSigfoxDeviceRequest

Sigfox デバイスの登録リクエスト

type ApiRegisterSimRequest

type ApiRegisterSimRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiRegisterSimRequest) Execute

func (r ApiRegisterSimRequest) Execute() (*Sim, *http.Response, error)

func (ApiRegisterSimRequest) RegisterSimRequest

func (r ApiRegisterSimRequest) RegisterSimRequest(registerSimRequest RegisterSimRequest) ApiRegisterSimRequest

SIM 登録リクエスト

type ApiRegisterSubscriberRequest

type ApiRegisterSubscriberRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiRegisterSubscriberRequest) Execute

func (ApiRegisterSubscriberRequest) RegisterSubscribersRequest

func (r ApiRegisterSubscriberRequest) RegisterSubscribersRequest(registerSubscribersRequest RegisterSubscribersRequest) ApiRegisterSubscriberRequest

subscriber

type ApiRemoveArcSimCredentialsRequest

type ApiRemoveArcSimCredentialsRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiRemoveArcSimCredentialsRequest) Execute

type ApiRenewArcSimCredentialsRequest

type ApiRenewArcSimCredentialsRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiRenewArcSimCredentialsRequest) ArcCredentialRenewRequest

func (r ApiRenewArcSimCredentialsRequest) ArcCredentialRenewRequest(arcCredentialRenewRequest ArcCredentialRenewRequest) ApiRenewArcSimCredentialsRequest

Arc のクレデンシャルの付与リクエスト

func (ApiRenewArcSimCredentialsRequest) Execute

type ApiReportLocalInfoRequest

type ApiReportLocalInfoRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiReportLocalInfoRequest) Execute

type ApiReportSimLocalInfoRequest

type ApiReportSimLocalInfoRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiReportSimLocalInfoRequest) Execute

type ApiRevokeMFARequest

type ApiRevokeMFARequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiRevokeMFARequest) Execute

func (r ApiRevokeMFARequest) Execute() (*http.Response, error)

type ApiRevokeOperatorAuthTokensRequest

type ApiRevokeOperatorAuthTokensRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiRevokeOperatorAuthTokensRequest) Execute

type ApiRevokePermissionFromLoraNetworkSetRequest

type ApiRevokePermissionFromLoraNetworkSetRequest struct {
	ApiService *LoraNetworkSetApiService
	// contains filtered or unexported fields
}

func (ApiRevokePermissionFromLoraNetworkSetRequest) Execute

func (ApiRevokePermissionFromLoraNetworkSetRequest) UpdatePermissionRequest

許可された Operator のリストに追加すべき Operator の ID

type ApiRevokeUserAuthTokensRequest

type ApiRevokeUserAuthTokensRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiRevokeUserAuthTokensRequest) Execute

type ApiRevokeUserMFARequest

type ApiRevokeUserMFARequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiRevokeUserMFARequest) Execute

func (r ApiRevokeUserMFARequest) Execute() (*http.Response, error)

type ApiSearchDevicesRequest

type ApiSearchDevicesRequest struct {
	ApiService *QueryApiService
	// contains filtered or unexported fields
}

func (ApiSearchDevicesRequest) DeviceId

検索したい SORACOM Inventory デバイスの ID

func (ApiSearchDevicesRequest) Execute

func (r ApiSearchDevicesRequest) Execute() ([]Device, *http.Response, error)

func (ApiSearchDevicesRequest) Group

検索したいグループの名前

func (ApiSearchDevicesRequest) Imei

検索したい SORACOM Inventory デバイスの bootstrap 時の IMEI

func (ApiSearchDevicesRequest) Imsi

検索したい SORACOM Inventory デバイスの bootstrap 時の IMSI

func (ApiSearchDevicesRequest) LastEvaluatedKey

func (r ApiSearchDevicesRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiSearchDevicesRequest

現ページで取得した最後の SORACOM Inventory デバイスの ID。このパラメータを指定することで次の SORACOM Inventory デバイス以降のリストを取得できる。

func (ApiSearchDevicesRequest) Limit

取得する結果の上限数

func (ApiSearchDevicesRequest) Name

検索したい SORACOM Inventory デバイスの名前

func (ApiSearchDevicesRequest) SearchType

func (r ApiSearchDevicesRequest) SearchType(searchType string) ApiSearchDevicesRequest

検索の種別 (AND 検索もしくは OR 検索)

func (ApiSearchDevicesRequest) Tag

検索したいタグの値の文字列

type ApiSearchSigfoxDevicesRequest

type ApiSearchSigfoxDevicesRequest struct {
	ApiService *QueryApiService
	// contains filtered or unexported fields
}

func (ApiSearchSigfoxDevicesRequest) DeviceId

検索したい Sigfox デバイスの ID

func (ApiSearchSigfoxDevicesRequest) Execute

func (ApiSearchSigfoxDevicesRequest) Group

検索したいグループの名前

func (ApiSearchSigfoxDevicesRequest) LastEvaluatedKey

func (r ApiSearchSigfoxDevicesRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiSearchSigfoxDevicesRequest

現ページで取得した最後の Sigfox デバイスの ID。このパラメータを指定することで次の Sigfox デバイス以降のリストを取得できる。

func (ApiSearchSigfoxDevicesRequest) Limit

取得する結果の上限数

func (ApiSearchSigfoxDevicesRequest) Name

検索したい Sigfox デバイスの名前

func (ApiSearchSigfoxDevicesRequest) Registration

検索したい Sigfox デバイスの登録状態

func (ApiSearchSigfoxDevicesRequest) SearchType

検索の種別 (AND 検索もしくは OR 検索)

func (ApiSearchSigfoxDevicesRequest) Status

検索したい Sigfox デバイスの状態

func (ApiSearchSigfoxDevicesRequest) Tag

検索したいタグの値の文字列

type ApiSearchSimsRequest

type ApiSearchSimsRequest struct {
	ApiService *QueryApiService
	// contains filtered or unexported fields
}

func (ApiSearchSimsRequest) Bundles

func (r ApiSearchSimsRequest) Bundles(bundles []string) ApiSearchSimsRequest

検索したいバンドルタイプ

func (ApiSearchSimsRequest) Execute

func (r ApiSearchSimsRequest) Execute() ([]Sim, *http.Response, error)

func (ApiSearchSimsRequest) Group

検索したいグループの名前

func (ApiSearchSimsRequest) Iccid

検索したい ICCID

func (ApiSearchSimsRequest) Imsi

検索したい IMSI

func (ApiSearchSimsRequest) LastEvaluatedKey

func (r ApiSearchSimsRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiSearchSimsRequest

現ページで取得した最後の SIM の SIM ID。このパラメータを指定することで次の SIM 以降のリストを取得できる。

func (ApiSearchSimsRequest) Limit

取得する結果の上限数

func (ApiSearchSimsRequest) Msisdn

検索したい MSISDN

func (ApiSearchSimsRequest) Name

検索したい SIM の名前

func (ApiSearchSimsRequest) SearchType

func (r ApiSearchSimsRequest) SearchType(searchType string) ApiSearchSimsRequest

検索の種別 (AND 検索もしくは OR 検索)

func (ApiSearchSimsRequest) SerialNumber

func (r ApiSearchSimsRequest) SerialNumber(serialNumber []string) ApiSearchSimsRequest

検索したい製造番号

func (ApiSearchSimsRequest) SessionStatus

func (r ApiSearchSimsRequest) SessionStatus(sessionStatus string) ApiSearchSimsRequest

検索したいセッションステータス (ONLINE もしくは OFFLINE)

func (ApiSearchSimsRequest) SimId

検索したい SIM ID

func (ApiSearchSimsRequest) Tag

検索したいタグの値の文字列

type ApiSearchSubscriberTrafficVolumeRankingRequest

type ApiSearchSubscriberTrafficVolumeRankingRequest struct {
	ApiService *QueryApiService
	// contains filtered or unexported fields
}

func (ApiSearchSubscriberTrafficVolumeRankingRequest) Execute

func (ApiSearchSubscriberTrafficVolumeRankingRequest) From

検索期間の始点 (UNIX 時間 (ミリ秒))

func (ApiSearchSubscriberTrafficVolumeRankingRequest) Limit

取得する結果の上限数

func (ApiSearchSubscriberTrafficVolumeRankingRequest) Order

ランキングの順序

func (ApiSearchSubscriberTrafficVolumeRankingRequest) To

検索期間の終点 (UNIX 時間 (ミリ秒))

type ApiSearchSubscribersRequest

type ApiSearchSubscribersRequest struct {
	ApiService *QueryApiService
	// contains filtered or unexported fields
}

func (ApiSearchSubscribersRequest) Execute

func (ApiSearchSubscribersRequest) Group

検索したいグループの名前

func (ApiSearchSubscribersRequest) Iccid

検索したい ICCID

func (ApiSearchSubscribersRequest) Imsi

検索したい IMSI

func (ApiSearchSubscribersRequest) LastEvaluatedKey

func (r ApiSearchSubscribersRequest) LastEvaluatedKey(lastEvaluatedKey string) ApiSearchSubscribersRequest

現ページで取得した最後の Subscriber の IMSI。このパラメータを指定することで次の Subscriber 以降のリストを取得できる。

func (ApiSearchSubscribersRequest) Limit

取得する結果の上限数

func (ApiSearchSubscribersRequest) ModuleType

検索したいモジュールタイプ (例: `mini`, `virtual`)

func (ApiSearchSubscribersRequest) Msisdn

検索したい MSISDN

func (ApiSearchSubscribersRequest) Name

検索したい Subscriber の名前

func (ApiSearchSubscribersRequest) SearchType

検索の種別 (AND 検索もしくは OR 検索)

func (ApiSearchSubscribersRequest) SerialNumber

func (r ApiSearchSubscribersRequest) SerialNumber(serialNumber []string) ApiSearchSubscribersRequest

検索したい製造番号

func (ApiSearchSubscribersRequest) Subscription

func (r ApiSearchSubscribersRequest) Subscription(subscription []string) ApiSearchSubscribersRequest

検索したいサブスクリプション (例: `plan01s`)

func (ApiSearchSubscribersRequest) Tag

検索したいタグの値の文字列

type ApiSendDataToLoraDeviceRequest

type ApiSendDataToLoraDeviceRequest struct {
	ApiService *LoraDeviceApiService
	// contains filtered or unexported fields
}

func (ApiSendDataToLoraDeviceRequest) Execute

func (ApiSendDataToLoraDeviceRequest) LoraData

16 進数でエンコードされたバイナリデータの文字列。バイナリデータの最大サイズは 11 octets(16 進数エンコードされた文字列で 22 文字)。fPort を任意で指定できます。fPort は 0 以上でなければなりません。0 はコントロールプレーンに使用され、通常は 1 以上を使用します。無効な値が与えられた場合には特定ベンダーのデバイスで問題が起こらないように設定されたデフォルト値である 2 が使用されます。

type ApiSendDataToSigfoxDeviceRequest

type ApiSendDataToSigfoxDeviceRequest struct {
	ApiService *SigfoxDeviceApiService
	// contains filtered or unexported fields
}

func (ApiSendDataToSigfoxDeviceRequest) Execute

func (ApiSendDataToSigfoxDeviceRequest) SigfoxData

16 進数でエンコードされたバイナリデータの文字列。バイナリデータのサイズは 8 octets(16 進数エンコードされた文字列で 16 文字)である必要がある。

type ApiSendDiagnosticRequestRequest

type ApiSendDiagnosticRequestRequest struct {
	ApiService *DiagnosticApiService
	// contains filtered or unexported fields
}

func (ApiSendDiagnosticRequestRequest) DiagnosticRequest

request

func (ApiSendDiagnosticRequestRequest) Execute

type ApiSendDownlinkPingRequest

type ApiSendDownlinkPingRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiSendDownlinkPingRequest) DownlinkPingRequest

func (r ApiSendDownlinkPingRequest) DownlinkPingRequest(downlinkPingRequest DownlinkPingRequest) ApiSendDownlinkPingRequest

ping リクエストのオプション

func (ApiSendDownlinkPingRequest) Execute

type ApiSendSmsByMsisdnRequest

type ApiSendSmsByMsisdnRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiSendSmsByMsisdnRequest) Execute

func (ApiSendSmsByMsisdnRequest) SmsForwardingRequest

func (r ApiSendSmsByMsisdnRequest) SmsForwardingRequest(smsForwardingRequest SmsForwardingRequest) ApiSendSmsByMsisdnRequest

メッセージ本体とエンコーディングタイプからなる SMS 送信リクエスト

type ApiSendSmsRequest

type ApiSendSmsRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiSendSmsRequest) Execute

func (ApiSendSmsRequest) SmsForwardingRequest

func (r ApiSendSmsRequest) SmsForwardingRequest(smsForwardingRequest SmsForwardingRequest) ApiSendSmsRequest

メッセージ本体とエンコーディングタイプからなる SMS 送信リクエスト

type ApiSendSmsToSimRequest

type ApiSendSmsToSimRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiSendSmsToSimRequest) Execute

func (ApiSendSmsToSimRequest) SmsForwardingRequest

func (r ApiSendSmsToSimRequest) SmsForwardingRequest(smsForwardingRequest SmsForwardingRequest) ApiSendSmsToSimRequest

メッセージ本体とエンコーディングタイプからなる SMS 送信リクエスト

type ApiSetDeviceGroupRequest

type ApiSetDeviceGroupRequest struct {
	ApiService *DeviceApiService
	// contains filtered or unexported fields
}

func (ApiSetDeviceGroupRequest) Execute

func (ApiSetDeviceGroupRequest) SetDeviceGroupRequest

func (r ApiSetDeviceGroupRequest) SetDeviceGroupRequest(setDeviceGroupRequest SetDeviceGroupRequest) ApiSetDeviceGroupRequest

type ApiSetDeviceObjectModelScopeRequest

type ApiSetDeviceObjectModelScopeRequest struct {
	ApiService *DeviceObjectModelApiService
	// contains filtered or unexported fields
}

func (ApiSetDeviceObjectModelScopeRequest) Execute

func (ApiSetDeviceObjectModelScopeRequest) SetDeviceObjectModelScopeRequest

func (r ApiSetDeviceObjectModelScopeRequest) SetDeviceObjectModelScopeRequest(setDeviceObjectModelScopeRequest SetDeviceObjectModelScopeRequest) ApiSetDeviceObjectModelScopeRequest

対象のデバイスオブジェクトモデルにセットする Scope の値

type ApiSetExpiryTimeRequest

type ApiSetExpiryTimeRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiSetExpiryTimeRequest) Execute

func (ApiSetExpiryTimeRequest) ExpiryTime

更新後の有効期限 (unixtime:ミリ秒単位) とアクション

type ApiSetGadgetGroupRequest

type ApiSetGadgetGroupRequest struct {
	ApiService *GadgetApiService
	// contains filtered or unexported fields
}

func (ApiSetGadgetGroupRequest) Execute

func (ApiSetGadgetGroupRequest) Group

Group(ID のみを含めばよい)

type ApiSetGroupRequest

type ApiSetGroupRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiSetGroupRequest) Execute

func (r ApiSetGroupRequest) Execute() (*Subscriber, *http.Response, error)

func (ApiSetGroupRequest) SetGroupRequest

func (r ApiSetGroupRequest) SetGroupRequest(setGroupRequest SetGroupRequest) ApiSetGroupRequest

Group(ID のみを含めばよい)

type ApiSetIgnoreEventHandlerRequest

type ApiSetIgnoreEventHandlerRequest struct {
	ApiService *EventHandlerApiService
	// contains filtered or unexported fields
}

func (ApiSetIgnoreEventHandlerRequest) Execute

type ApiSetImeiLockRequest

type ApiSetImeiLockRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiSetImeiLockRequest) Execute

func (ApiSetImeiLockRequest) SetImeiLockRequest

func (r ApiSetImeiLockRequest) SetImeiLockRequest(setImeiLockRequest SetImeiLockRequest) ApiSetImeiLockRequest

Subscriber に指定する IMEI lock の設定 (オンラインの Subscriber の現在の IMEI にロックするには IMEI は指定しなくてもよい)

type ApiSetInspectionConfigurationRequest

type ApiSetInspectionConfigurationRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiSetInspectionConfigurationRequest) Execute

func (ApiSetInspectionConfigurationRequest) JunctionInspectionConfiguration

func (r ApiSetInspectionConfigurationRequest) JunctionInspectionConfiguration(junctionInspectionConfiguration JunctionInspectionConfiguration) ApiSetInspectionConfigurationRequest

インスペクション設定内容

type ApiSetLoraDeviceGroupRequest

type ApiSetLoraDeviceGroupRequest struct {
	ApiService *LoraDeviceApiService
	// contains filtered or unexported fields
}

func (ApiSetLoraDeviceGroupRequest) Execute

func (ApiSetLoraDeviceGroupRequest) Group

Group(ID のみを含めばよい)

type ApiSetLoraNetworkSetRequest

type ApiSetLoraNetworkSetRequest struct {
	ApiService *LoraGatewayApiService
	// contains filtered or unexported fields
}

func (ApiSetLoraNetworkSetRequest) Execute

func (ApiSetLoraNetworkSetRequest) SetNetworkSetRequest

func (r ApiSetLoraNetworkSetRequest) SetNetworkSetRequest(setNetworkSetRequest SetNetworkSetRequest) ApiSetLoraNetworkSetRequest

LoRa Network Set ID

type ApiSetRedirectionConfigurationRequest

type ApiSetRedirectionConfigurationRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiSetRedirectionConfigurationRequest) Execute

func (ApiSetRedirectionConfigurationRequest) JunctionRedirectionConfiguration

func (r ApiSetRedirectionConfigurationRequest) JunctionRedirectionConfiguration(junctionRedirectionConfiguration JunctionRedirectionConfiguration) ApiSetRedirectionConfigurationRequest

リダイレクション設定内容

type ApiSetRoutingFilterRequest

type ApiSetRoutingFilterRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiSetRoutingFilterRequest) Execute

func (ApiSetRoutingFilterRequest) RoutingFilterEntry

func (r ApiSetRoutingFilterRequest) RoutingFilterEntry(routingFilterEntry []RoutingFilterEntry) ApiSetRoutingFilterRequest

ルーティングフィルタエントリのリスト

type ApiSetSigfoxDeviceGroupRequest

type ApiSetSigfoxDeviceGroupRequest struct {
	ApiService *SigfoxDeviceApiService
	// contains filtered or unexported fields
}

func (ApiSetSigfoxDeviceGroupRequest) Execute

func (ApiSetSigfoxDeviceGroupRequest) Group

Group(ID のみを含めばよい)

type ApiSetSimExpiryTimeRequest

type ApiSetSimExpiryTimeRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiSetSimExpiryTimeRequest) Execute

func (r ApiSetSimExpiryTimeRequest) Execute() (*Sim, *http.Response, error)

func (ApiSetSimExpiryTimeRequest) ExpiryTime

更新後の有効期限 (unixtime:ミリ秒単位) とアクション

type ApiSetSimGroupRequest

type ApiSetSimGroupRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiSetSimGroupRequest) Execute

func (r ApiSetSimGroupRequest) Execute() (*Sim, *http.Response, error)

func (ApiSetSimGroupRequest) SetGroupRequest

func (r ApiSetSimGroupRequest) SetGroupRequest(setGroupRequest SetGroupRequest) ApiSetSimGroupRequest

Group(ID のみを含めばよい)

type ApiSetSimImeiLockRequest

type ApiSetSimImeiLockRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiSetSimImeiLockRequest) Execute

func (r ApiSetSimImeiLockRequest) Execute() (*Sim, *http.Response, error)

func (ApiSetSimImeiLockRequest) SetImeiLockRequest

func (r ApiSetSimImeiLockRequest) SetImeiLockRequest(setImeiLockRequest SetImeiLockRequest) ApiSetSimImeiLockRequest

SIM に指定する IMEI lock の設定 (オンラインの SIM の現在の IMEI にロックするには IMEI は指定しなくてもよい)

type ApiSetSimToStandbyRequest

type ApiSetSimToStandbyRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiSetSimToStandbyRequest) Execute

func (r ApiSetSimToStandbyRequest) Execute() (*Sim, *http.Response, error)

type ApiSetSubscriberToStandbyRequest

type ApiSetSubscriberToStandbyRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiSetSubscriberToStandbyRequest) Execute

type ApiSetSystemNotificationRequest

type ApiSetSystemNotificationRequest struct {
	ApiService *SystemNotificationApiService
	// contains filtered or unexported fields
}

func (ApiSetSystemNotificationRequest) Execute

func (ApiSetSystemNotificationRequest) SetSystemNotificationsRequest

func (r ApiSetSystemNotificationRequest) SetSystemNotificationsRequest(setSystemNotificationsRequest SetSystemNotificationsRequest) ApiSetSystemNotificationRequest

request

type ApiStopPacketCaptureSessionRequest

type ApiStopPacketCaptureSessionRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiStopPacketCaptureSessionRequest) Execute

type ApiStopSimPacketCaptureSessionRequest

type ApiStopSimPacketCaptureSessionRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiStopSimPacketCaptureSessionRequest) Execute

type ApiSubscriberDownlinkPingToUserEquipmentRequest

type ApiSubscriberDownlinkPingToUserEquipmentRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiSubscriberDownlinkPingToUserEquipmentRequest) DownlinkPingRequest

ping リクエストのオプション

func (ApiSubscriberDownlinkPingToUserEquipmentRequest) Execute

type ApiSuspendSimRequest

type ApiSuspendSimRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiSuspendSimRequest) Execute

func (r ApiSuspendSimRequest) Execute() (*Sim, *http.Response, error)

type ApiSuspendSubscriberRequest

type ApiSuspendSubscriberRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiSuspendSubscriberRequest) Execute

type ApiTerminateGadgetRequest

type ApiTerminateGadgetRequest struct {
	ApiService *GadgetApiService
	// contains filtered or unexported fields
}

func (ApiTerminateGadgetRequest) Execute

type ApiTerminateLagoonRequest

type ApiTerminateLagoonRequest struct {
	ApiService *LagoonApiService
	// contains filtered or unexported fields
}

func (ApiTerminateLagoonRequest) Execute

func (r ApiTerminateLagoonRequest) Execute() (*http.Response, error)

type ApiTerminateLoraDeviceRequest

type ApiTerminateLoraDeviceRequest struct {
	ApiService *LoraDeviceApiService
	// contains filtered or unexported fields
}

func (ApiTerminateLoraDeviceRequest) Execute

type ApiTerminateLoraGatewayRequest

type ApiTerminateLoraGatewayRequest struct {
	ApiService *LoraGatewayApiService
	// contains filtered or unexported fields
}

func (ApiTerminateLoraGatewayRequest) Execute

type ApiTerminateSigfoxDeviceRequest

type ApiTerminateSigfoxDeviceRequest struct {
	ApiService *SigfoxDeviceApiService
	// contains filtered or unexported fields
}

func (ApiTerminateSigfoxDeviceRequest) DeleteImmediately

func (r ApiTerminateSigfoxDeviceRequest) DeleteImmediately(deleteImmediately bool) ApiTerminateSigfoxDeviceRequest

Sigfox デバイスを即座に削除する

func (ApiTerminateSigfoxDeviceRequest) Execute

type ApiTerminateSimRequest

type ApiTerminateSimRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiTerminateSimRequest) Execute

func (r ApiTerminateSimRequest) Execute() (*Sim, *http.Response, error)

type ApiTerminateSubscriberRequest

type ApiTerminateSubscriberRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiTerminateSubscriberRequest) Execute

type ApiTerminateSubscriptionContainerRequest

type ApiTerminateSubscriptionContainerRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiTerminateSubscriptionContainerRequest) Execute

type ApiTerminateVirtualPrivateGatewayRequest

type ApiTerminateVirtualPrivateGatewayRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiTerminateVirtualPrivateGatewayRequest) Execute

type ApiTestSoraletRequest

type ApiTestSoraletRequest struct {
	ApiService *SoraletApiService
	// contains filtered or unexported fields
}

func (ApiTestSoraletRequest) Execute

func (ApiTestSoraletRequest) ExecuteSoraletRequest

func (r ApiTestSoraletRequest) ExecuteSoraletRequest(executeSoraletRequest ExecuteSoraletRequest) ApiTestSoraletRequest

実行リクエスト

type ApiUnobserveDeviceResourceRequest

type ApiUnobserveDeviceResourceRequest struct {
	ApiService *DeviceApiService
	// contains filtered or unexported fields
}

func (ApiUnobserveDeviceResourceRequest) Execute

type ApiUnobserveDeviceResourcesRequest

type ApiUnobserveDeviceResourcesRequest struct {
	ApiService *DeviceApiService
	// contains filtered or unexported fields
}

func (ApiUnobserveDeviceResourcesRequest) Execute

type ApiUnregisterGatePeerRequest

type ApiUnregisterGatePeerRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiUnregisterGatePeerRequest) Execute

type ApiUnsetDeviceGroupRequest

type ApiUnsetDeviceGroupRequest struct {
	ApiService *DeviceApiService
	// contains filtered or unexported fields
}

func (ApiUnsetDeviceGroupRequest) Execute

type ApiUnsetExpiryTimeRequest

type ApiUnsetExpiryTimeRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiUnsetExpiryTimeRequest) Execute

func (r ApiUnsetExpiryTimeRequest) Execute() (*http.Response, error)

type ApiUnsetGadgetGroupRequest

type ApiUnsetGadgetGroupRequest struct {
	ApiService *GadgetApiService
	// contains filtered or unexported fields
}

func (ApiUnsetGadgetGroupRequest) Execute

type ApiUnsetGroupRequest

type ApiUnsetGroupRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiUnsetGroupRequest) Execute

type ApiUnsetImeiLockRequest

type ApiUnsetImeiLockRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiUnsetImeiLockRequest) Execute

type ApiUnsetInspectionConfigurationRequest

type ApiUnsetInspectionConfigurationRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiUnsetInspectionConfigurationRequest) Execute

type ApiUnsetLoraDeviceGroupRequest

type ApiUnsetLoraDeviceGroupRequest struct {
	ApiService *LoraDeviceApiService
	// contains filtered or unexported fields
}

func (ApiUnsetLoraDeviceGroupRequest) Execute

type ApiUnsetLoraNetworkSetRequest

type ApiUnsetLoraNetworkSetRequest struct {
	ApiService *LoraGatewayApiService
	// contains filtered or unexported fields
}

func (ApiUnsetLoraNetworkSetRequest) Execute

type ApiUnsetRedirectionConfigurationRequest

type ApiUnsetRedirectionConfigurationRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiUnsetRedirectionConfigurationRequest) Execute

type ApiUnsetSigfoxDeviceGroupRequest

type ApiUnsetSigfoxDeviceGroupRequest struct {
	ApiService *SigfoxDeviceApiService
	// contains filtered or unexported fields
}

func (ApiUnsetSigfoxDeviceGroupRequest) Execute

type ApiUnsetSimExpiryTimeRequest

type ApiUnsetSimExpiryTimeRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiUnsetSimExpiryTimeRequest) Execute

type ApiUnsetSimGroupRequest

type ApiUnsetSimGroupRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiUnsetSimGroupRequest) Execute

func (r ApiUnsetSimGroupRequest) Execute() (*Sim, *http.Response, error)

type ApiUnsetSimImeiLockRequest

type ApiUnsetSimImeiLockRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiUnsetSimImeiLockRequest) Execute

func (r ApiUnsetSimImeiLockRequest) Execute() (*Sim, *http.Response, error)

type ApiUpdateCompanyInformationRequest

type ApiUpdateCompanyInformationRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiUpdateCompanyInformationRequest) CompanyInformationModel

func (r ApiUpdateCompanyInformationRequest) CompanyInformationModel(companyInformationModel CompanyInformationModel) ApiUpdateCompanyInformationRequest

model

func (ApiUpdateCompanyInformationRequest) Execute

type ApiUpdateCredentialRequest

type ApiUpdateCredentialRequest struct {
	ApiService *CredentialApiService
	// contains filtered or unexported fields
}

func (ApiUpdateCredentialRequest) CreateAndUpdateCredentialsModel

func (r ApiUpdateCredentialRequest) CreateAndUpdateCredentialsModel(createAndUpdateCredentialsModel CreateAndUpdateCredentialsModel) ApiUpdateCredentialRequest

credentials

func (ApiUpdateCredentialRequest) Execute

type ApiUpdateDefaultPermissionsRequest

type ApiUpdateDefaultPermissionsRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiUpdateDefaultPermissionsRequest) Execute

func (ApiUpdateDefaultPermissionsRequest) UpdateDefaultPermissionsRequest

func (r ApiUpdateDefaultPermissionsRequest) UpdateDefaultPermissionsRequest(updateDefaultPermissionsRequest UpdateDefaultPermissionsRequest) ApiUpdateDefaultPermissionsRequest

request

type ApiUpdateDeviceObjectModelRequest

type ApiUpdateDeviceObjectModelRequest struct {
	ApiService *DeviceObjectModelApiService
	// contains filtered or unexported fields
}

func (ApiUpdateDeviceObjectModelRequest) DeviceObjectModel

XML か JSON により表現されたデバイスオブジェクトモデルの表記。

func (ApiUpdateDeviceObjectModelRequest) Execute

type ApiUpdateEventHandlerRequest

type ApiUpdateEventHandlerRequest struct {
	ApiService *EventHandlerApiService
	// contains filtered or unexported fields
}

func (ApiUpdateEventHandlerRequest) Body

イベントハンドラの設定内容

func (ApiUpdateEventHandlerRequest) Execute

type ApiUpdateIndividualInformationRequest

type ApiUpdateIndividualInformationRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiUpdateIndividualInformationRequest) Execute

func (ApiUpdateIndividualInformationRequest) IndividualInformationModel

func (r ApiUpdateIndividualInformationRequest) IndividualInformationModel(individualInformationModel IndividualInformationModel) ApiUpdateIndividualInformationRequest

model

type ApiUpdateLagoonDashboardPermissionsRequest

type ApiUpdateLagoonDashboardPermissionsRequest struct {
	ApiService *LagoonApiService
	// contains filtered or unexported fields
}

func (ApiUpdateLagoonDashboardPermissionsRequest) Classic

If the value is true, a request will be issued to Lagoon Classic. This is only valid if both Lagoon and Lagoon Classic are enabled.

func (ApiUpdateLagoonDashboardPermissionsRequest) Execute

func (ApiUpdateLagoonDashboardPermissionsRequest) LagoonDashboardPermissionsUpdatingRequest

func (r ApiUpdateLagoonDashboardPermissionsRequest) LagoonDashboardPermissionsUpdatingRequest(lagoonDashboardPermissionsUpdatingRequest LagoonDashboardPermissionsUpdatingRequest) ApiUpdateLagoonDashboardPermissionsRequest

req

type ApiUpdateLagoonLicensePackRequest

type ApiUpdateLagoonLicensePackRequest struct {
	ApiService *LagoonApiService
	// contains filtered or unexported fields
}

func (ApiUpdateLagoonLicensePackRequest) Execute

func (ApiUpdateLagoonLicensePackRequest) LagoonLicensePacksUpdatingRequest

func (r ApiUpdateLagoonLicensePackRequest) LagoonLicensePacksUpdatingRequest(lagoonLicensePacksUpdatingRequest LagoonLicensePacksUpdatingRequest) ApiUpdateLagoonLicensePackRequest

req

type ApiUpdateLagoonPlanRequest

type ApiUpdateLagoonPlanRequest struct {
	ApiService *LagoonApiService
	// contains filtered or unexported fields
}

func (ApiUpdateLagoonPlanRequest) Execute

func (ApiUpdateLagoonPlanRequest) LagoonPlanChangingRequest

func (r ApiUpdateLagoonPlanRequest) LagoonPlanChangingRequest(lagoonPlanChangingRequest LagoonPlanChangingRequest) ApiUpdateLagoonPlanRequest

req

type ApiUpdateLagoonUserEmailRequest

type ApiUpdateLagoonUserEmailRequest struct {
	ApiService *LagoonApiService
	// contains filtered or unexported fields
}

func (ApiUpdateLagoonUserEmailRequest) Execute

func (ApiUpdateLagoonUserEmailRequest) LagoonUserEmailUpdatingRequest

func (r ApiUpdateLagoonUserEmailRequest) LagoonUserEmailUpdatingRequest(lagoonUserEmailUpdatingRequest LagoonUserEmailUpdatingRequest) ApiUpdateLagoonUserEmailRequest

request

type ApiUpdateLagoonUserPasswordRequest

type ApiUpdateLagoonUserPasswordRequest struct {
	ApiService *LagoonApiService
	// contains filtered or unexported fields
}

func (ApiUpdateLagoonUserPasswordRequest) Execute

func (ApiUpdateLagoonUserPasswordRequest) LagoonUserPasswordUpdatingRequest

func (r ApiUpdateLagoonUserPasswordRequest) LagoonUserPasswordUpdatingRequest(lagoonUserPasswordUpdatingRequest LagoonUserPasswordUpdatingRequest) ApiUpdateLagoonUserPasswordRequest

request

type ApiUpdateLagoonUserPermissionRequest

type ApiUpdateLagoonUserPermissionRequest struct {
	ApiService *LagoonApiService
	// contains filtered or unexported fields
}

func (ApiUpdateLagoonUserPermissionRequest) Execute

func (ApiUpdateLagoonUserPermissionRequest) LagoonUserPermissionUpdatingRequest

func (r ApiUpdateLagoonUserPermissionRequest) LagoonUserPermissionUpdatingRequest(lagoonUserPermissionUpdatingRequest LagoonUserPermissionUpdatingRequest) ApiUpdateLagoonUserPermissionRequest

request

type ApiUpdateMirroringPeerRequest

type ApiUpdateMirroringPeerRequest struct {
	ApiService *VirtualPrivateGatewayApiService
	// contains filtered or unexported fields
}

func (ApiUpdateMirroringPeerRequest) AttributeUpdate

更新する属性のリスト

func (ApiUpdateMirroringPeerRequest) Execute

type ApiUpdateOperatorPasswordRequest

type ApiUpdateOperatorPasswordRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiUpdateOperatorPasswordRequest) Execute

func (ApiUpdateOperatorPasswordRequest) UpdatePasswordRequest

func (r ApiUpdateOperatorPasswordRequest) UpdatePasswordRequest(updatePasswordRequest UpdatePasswordRequest) ApiUpdateOperatorPasswordRequest

current password, new password

type ApiUpdateRoleRequest

type ApiUpdateRoleRequest struct {
	ApiService *RoleApiService
	// contains filtered or unexported fields
}

func (ApiUpdateRoleRequest) CreateOrUpdateRoleRequest

func (r ApiUpdateRoleRequest) CreateOrUpdateRoleRequest(createOrUpdateRoleRequest CreateOrUpdateRoleRequest) ApiUpdateRoleRequest

permission

func (ApiUpdateRoleRequest) Execute

func (r ApiUpdateRoleRequest) Execute() (*http.Response, error)

type ApiUpdateShippingAddressRequest

type ApiUpdateShippingAddressRequest struct {
	ApiService *ShippingAddressApiService
	// contains filtered or unexported fields
}

func (ApiUpdateShippingAddressRequest) Execute

func (ApiUpdateShippingAddressRequest) ShippingAddressModel

func (r ApiUpdateShippingAddressRequest) ShippingAddressModel(shippingAddressModel ShippingAddressModel) ApiUpdateShippingAddressRequest

model

type ApiUpdateSimSpeedClassRequest

type ApiUpdateSimSpeedClassRequest struct {
	ApiService *SimApiService
	// contains filtered or unexported fields
}

func (ApiUpdateSimSpeedClassRequest) Execute

func (ApiUpdateSimSpeedClassRequest) UpdateSpeedClassRequest

func (r ApiUpdateSimSpeedClassRequest) UpdateSpeedClassRequest(updateSpeedClassRequest UpdateSpeedClassRequest) ApiUpdateSimSpeedClassRequest

speed_class

type ApiUpdateSoraCamLicensePackQuantityRequest

type ApiUpdateSoraCamLicensePackQuantityRequest struct {
	ApiService *SoraCamApiService
	// contains filtered or unexported fields
}

func (ApiUpdateSoraCamLicensePackQuantityRequest) Execute

func (ApiUpdateSoraCamLicensePackQuantityRequest) SoraCamLicensePackQuantityUpdatingRequest

func (r ApiUpdateSoraCamLicensePackQuantityRequest) SoraCamLicensePackQuantityUpdatingRequest(soraCamLicensePackQuantityUpdatingRequest SoraCamLicensePackQuantityUpdatingRequest) ApiUpdateSoraCamLicensePackQuantityRequest

ライセンス数の更新内容

type ApiUpdateSpeedClassRequest

type ApiUpdateSpeedClassRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiUpdateSpeedClassRequest) Execute

func (ApiUpdateSpeedClassRequest) UpdateSpeedClassRequest

func (r ApiUpdateSpeedClassRequest) UpdateSpeedClassRequest(updateSpeedClassRequest UpdateSpeedClassRequest) ApiUpdateSpeedClassRequest

speed_class

type ApiUpdateUserPasswordRequest

type ApiUpdateUserPasswordRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiUpdateUserPasswordRequest) Execute

func (ApiUpdateUserPasswordRequest) UpdatePasswordRequest

func (r ApiUpdateUserPasswordRequest) UpdatePasswordRequest(updatePasswordRequest UpdatePasswordRequest) ApiUpdateUserPasswordRequest

password

type ApiUpdateUserPermissionRequest

type ApiUpdateUserPermissionRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiUpdateUserPermissionRequest) Execute

func (ApiUpdateUserPermissionRequest) SetUserPermissionRequest

func (r ApiUpdateUserPermissionRequest) SetUserPermissionRequest(setUserPermissionRequest SetUserPermissionRequest) ApiUpdateUserPermissionRequest

権限

type ApiUpdateUserRequest

type ApiUpdateUserRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiUpdateUserRequest) Execute

func (r ApiUpdateUserRequest) Execute() (*http.Response, error)

func (ApiUpdateUserRequest) UpdateUserRequest

func (r ApiUpdateUserRequest) UpdateUserRequest(updateUserRequest UpdateUserRequest) ApiUpdateUserRequest

description

type ApiUploadSoraletCodeRequest

type ApiUploadSoraletCodeRequest struct {
	ApiService *SoraletApiService
	// contains filtered or unexported fields
}

func (ApiUploadSoraletCodeRequest) Body

アップロードしたいファイルの内容

func (ApiUploadSoraletCodeRequest) ContentType

アップロードするファイルの Content-Type。.wasm ファイルをアップロードする場合は `application/json` を指定してください。

func (ApiUploadSoraletCodeRequest) Execute

type ApiVerifyAddEmailTokenRequest

type ApiVerifyAddEmailTokenRequest struct {
	ApiService *EmailApiService
	// contains filtered or unexported fields
}

func (ApiVerifyAddEmailTokenRequest) Execute

func (ApiVerifyAddEmailTokenRequest) VerifyAddEmailTokenRequest

func (r ApiVerifyAddEmailTokenRequest) VerifyAddEmailTokenRequest(verifyAddEmailTokenRequest VerifyAddEmailTokenRequest) ApiVerifyAddEmailTokenRequest

request

type ApiVerifyMFARequest

type ApiVerifyMFARequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiVerifyMFARequest) Execute

func (ApiVerifyMFARequest) MFAAuthenticationRequest

func (r ApiVerifyMFARequest) MFAAuthenticationRequest(mFAAuthenticationRequest MFAAuthenticationRequest) ApiVerifyMFARequest

request

type ApiVerifyMFARevokingTokenRequest

type ApiVerifyMFARevokingTokenRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiVerifyMFARevokingTokenRequest) Execute

func (ApiVerifyMFARevokingTokenRequest) MFARevokingTokenVerifyRequest

func (r ApiVerifyMFARevokingTokenRequest) MFARevokingTokenVerifyRequest(mFARevokingTokenVerifyRequest MFARevokingTokenVerifyRequest) ApiVerifyMFARevokingTokenRequest

request

type ApiVerifyOperatorRequest

type ApiVerifyOperatorRequest struct {
	ApiService *OperatorApiService
	// contains filtered or unexported fields
}

func (ApiVerifyOperatorRequest) Execute

func (r ApiVerifyOperatorRequest) Execute() (*http.Response, error)

func (ApiVerifyOperatorRequest) VerifyOperatorsRequest

func (r ApiVerifyOperatorRequest) VerifyOperatorsRequest(verifyOperatorsRequest VerifyOperatorsRequest) ApiVerifyOperatorRequest

token

type ApiVerifyPasswordResetTokenRequest

type ApiVerifyPasswordResetTokenRequest struct {
	ApiService *AuthApiService
	// contains filtered or unexported fields
}

func (ApiVerifyPasswordResetTokenRequest) Execute

func (ApiVerifyPasswordResetTokenRequest) VerifyPasswordResetTokenRequest

func (r ApiVerifyPasswordResetTokenRequest) VerifyPasswordResetTokenRequest(verifyPasswordResetTokenRequest VerifyPasswordResetTokenRequest) ApiVerifyPasswordResetTokenRequest

token, password

type ApiVerifySubscriberTransferTokenRequest

type ApiVerifySubscriberTransferTokenRequest struct {
	ApiService *SubscriberApiService
	// contains filtered or unexported fields
}

func (ApiVerifySubscriberTransferTokenRequest) Execute

func (ApiVerifySubscriberTransferTokenRequest) VerifySubscriberTransferTokenRequest

func (r ApiVerifySubscriberTransferTokenRequest) VerifySubscriberTransferTokenRequest(verifySubscriberTransferTokenRequest VerifySubscriberTransferTokenRequest) ApiVerifySubscriberTransferTokenRequest

移管先に送付されたトークン

type ApiVerifyUserMFARequest

type ApiVerifyUserMFARequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiVerifyUserMFARequest) Execute

func (r ApiVerifyUserMFARequest) Execute() (*http.Response, error)

func (ApiVerifyUserMFARequest) MFAAuthenticationRequest

func (r ApiVerifyUserMFARequest) MFAAuthenticationRequest(mFAAuthenticationRequest MFAAuthenticationRequest) ApiVerifyUserMFARequest

request

type ApiWriteDeviceResourceRequest

type ApiWriteDeviceResourceRequest struct {
	ApiService *DeviceApiService
	// contains filtered or unexported fields
}

func (ApiWriteDeviceResourceRequest) Execute

func (ApiWriteDeviceResourceRequest) WriteDeviceResourceRequest

func (r ApiWriteDeviceResourceRequest) WriteDeviceResourceRequest(writeDeviceResourceRequest WriteDeviceResourceRequest) ApiWriteDeviceResourceRequest

リソースにセットする値。この値は LwM2M の基本的なデータ型を受け入れます。もしリソースモデルが `multiple` モードの場合はプロパティ名を `value` ではなく `values` にする必要があります。

type ArcCredentialAttachRequest

type ArcCredentialAttachRequest struct {
	// if this parameter is missing, the sever generates keypair
	ArcClientPeerPublicKey *string `json:"arcClientPeerPublicKey,omitempty"`
}

ArcCredentialAttachRequest struct for ArcCredentialAttachRequest

func NewArcCredentialAttachRequest

func NewArcCredentialAttachRequest() *ArcCredentialAttachRequest

NewArcCredentialAttachRequest instantiates a new ArcCredentialAttachRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewArcCredentialAttachRequestWithDefaults

func NewArcCredentialAttachRequestWithDefaults() *ArcCredentialAttachRequest

NewArcCredentialAttachRequestWithDefaults instantiates a new ArcCredentialAttachRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ArcCredentialAttachRequest) GetArcClientPeerPublicKey

func (o *ArcCredentialAttachRequest) GetArcClientPeerPublicKey() string

GetArcClientPeerPublicKey returns the ArcClientPeerPublicKey field value if set, zero value otherwise.

func (*ArcCredentialAttachRequest) GetArcClientPeerPublicKeyOk

func (o *ArcCredentialAttachRequest) GetArcClientPeerPublicKeyOk() (*string, bool)

GetArcClientPeerPublicKeyOk returns a tuple with the ArcClientPeerPublicKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArcCredentialAttachRequest) HasArcClientPeerPublicKey

func (o *ArcCredentialAttachRequest) HasArcClientPeerPublicKey() bool

HasArcClientPeerPublicKey returns a boolean if a field has been set.

func (ArcCredentialAttachRequest) MarshalJSON

func (o ArcCredentialAttachRequest) MarshalJSON() ([]byte, error)

func (*ArcCredentialAttachRequest) SetArcClientPeerPublicKey

func (o *ArcCredentialAttachRequest) SetArcClientPeerPublicKey(v string)

SetArcClientPeerPublicKey gets a reference to the given string and assigns it to the ArcClientPeerPublicKey field.

type ArcCredentialAttachResponse

type ArcCredentialAttachResponse struct {
	ArcClientPeerPrivateKey *string `json:"arcClientPeerPrivateKey,omitempty"`
	ArcClientPeerPublicKey  *string `json:"arcClientPeerPublicKey,omitempty"`
}

ArcCredentialAttachResponse struct for ArcCredentialAttachResponse

func NewArcCredentialAttachResponse

func NewArcCredentialAttachResponse() *ArcCredentialAttachResponse

NewArcCredentialAttachResponse instantiates a new ArcCredentialAttachResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewArcCredentialAttachResponseWithDefaults

func NewArcCredentialAttachResponseWithDefaults() *ArcCredentialAttachResponse

NewArcCredentialAttachResponseWithDefaults instantiates a new ArcCredentialAttachResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ArcCredentialAttachResponse) GetArcClientPeerPrivateKey

func (o *ArcCredentialAttachResponse) GetArcClientPeerPrivateKey() string

GetArcClientPeerPrivateKey returns the ArcClientPeerPrivateKey field value if set, zero value otherwise.

func (*ArcCredentialAttachResponse) GetArcClientPeerPrivateKeyOk

func (o *ArcCredentialAttachResponse) GetArcClientPeerPrivateKeyOk() (*string, bool)

GetArcClientPeerPrivateKeyOk returns a tuple with the ArcClientPeerPrivateKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArcCredentialAttachResponse) GetArcClientPeerPublicKey

func (o *ArcCredentialAttachResponse) GetArcClientPeerPublicKey() string

GetArcClientPeerPublicKey returns the ArcClientPeerPublicKey field value if set, zero value otherwise.

func (*ArcCredentialAttachResponse) GetArcClientPeerPublicKeyOk

func (o *ArcCredentialAttachResponse) GetArcClientPeerPublicKeyOk() (*string, bool)

GetArcClientPeerPublicKeyOk returns a tuple with the ArcClientPeerPublicKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArcCredentialAttachResponse) HasArcClientPeerPrivateKey

func (o *ArcCredentialAttachResponse) HasArcClientPeerPrivateKey() bool

HasArcClientPeerPrivateKey returns a boolean if a field has been set.

func (*ArcCredentialAttachResponse) HasArcClientPeerPublicKey

func (o *ArcCredentialAttachResponse) HasArcClientPeerPublicKey() bool

HasArcClientPeerPublicKey returns a boolean if a field has been set.

func (ArcCredentialAttachResponse) MarshalJSON

func (o ArcCredentialAttachResponse) MarshalJSON() ([]byte, error)

func (*ArcCredentialAttachResponse) SetArcClientPeerPrivateKey

func (o *ArcCredentialAttachResponse) SetArcClientPeerPrivateKey(v string)

SetArcClientPeerPrivateKey gets a reference to the given string and assigns it to the ArcClientPeerPrivateKey field.

func (*ArcCredentialAttachResponse) SetArcClientPeerPublicKey

func (o *ArcCredentialAttachResponse) SetArcClientPeerPublicKey(v string)

SetArcClientPeerPublicKey gets a reference to the given string and assigns it to the ArcClientPeerPublicKey field.

type ArcCredentialRenewRequest

type ArcCredentialRenewRequest struct {
	// SIM に付与する Arc クライアントの公開鍵。もしこの値が空の場合はサーバーがキーペアを生成します。
	ArcClientPeerPublicKey *string `json:"arcClientPeerPublicKey,omitempty"`
}

ArcCredentialRenewRequest struct for ArcCredentialRenewRequest

func NewArcCredentialRenewRequest

func NewArcCredentialRenewRequest() *ArcCredentialRenewRequest

NewArcCredentialRenewRequest instantiates a new ArcCredentialRenewRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewArcCredentialRenewRequestWithDefaults

func NewArcCredentialRenewRequestWithDefaults() *ArcCredentialRenewRequest

NewArcCredentialRenewRequestWithDefaults instantiates a new ArcCredentialRenewRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ArcCredentialRenewRequest) GetArcClientPeerPublicKey

func (o *ArcCredentialRenewRequest) GetArcClientPeerPublicKey() string

GetArcClientPeerPublicKey returns the ArcClientPeerPublicKey field value if set, zero value otherwise.

func (*ArcCredentialRenewRequest) GetArcClientPeerPublicKeyOk

func (o *ArcCredentialRenewRequest) GetArcClientPeerPublicKeyOk() (*string, bool)

GetArcClientPeerPublicKeyOk returns a tuple with the ArcClientPeerPublicKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArcCredentialRenewRequest) HasArcClientPeerPublicKey

func (o *ArcCredentialRenewRequest) HasArcClientPeerPublicKey() bool

HasArcClientPeerPublicKey returns a boolean if a field has been set.

func (ArcCredentialRenewRequest) MarshalJSON

func (o ArcCredentialRenewRequest) MarshalJSON() ([]byte, error)

func (*ArcCredentialRenewRequest) SetArcClientPeerPublicKey

func (o *ArcCredentialRenewRequest) SetArcClientPeerPublicKey(v string)

SetArcClientPeerPublicKey gets a reference to the given string and assigns it to the ArcClientPeerPublicKey field.

type ArcCredentialRenewResponse

type ArcCredentialRenewResponse struct {
	ArcClientPeerPrivateKey *string `json:"arcClientPeerPrivateKey,omitempty"`
	ArcClientPeerPublicKey  *string `json:"arcClientPeerPublicKey,omitempty"`
}

ArcCredentialRenewResponse struct for ArcCredentialRenewResponse

func NewArcCredentialRenewResponse

func NewArcCredentialRenewResponse() *ArcCredentialRenewResponse

NewArcCredentialRenewResponse instantiates a new ArcCredentialRenewResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewArcCredentialRenewResponseWithDefaults

func NewArcCredentialRenewResponseWithDefaults() *ArcCredentialRenewResponse

NewArcCredentialRenewResponseWithDefaults instantiates a new ArcCredentialRenewResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ArcCredentialRenewResponse) GetArcClientPeerPrivateKey

func (o *ArcCredentialRenewResponse) GetArcClientPeerPrivateKey() string

GetArcClientPeerPrivateKey returns the ArcClientPeerPrivateKey field value if set, zero value otherwise.

func (*ArcCredentialRenewResponse) GetArcClientPeerPrivateKeyOk

func (o *ArcCredentialRenewResponse) GetArcClientPeerPrivateKeyOk() (*string, bool)

GetArcClientPeerPrivateKeyOk returns a tuple with the ArcClientPeerPrivateKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArcCredentialRenewResponse) GetArcClientPeerPublicKey

func (o *ArcCredentialRenewResponse) GetArcClientPeerPublicKey() string

GetArcClientPeerPublicKey returns the ArcClientPeerPublicKey field value if set, zero value otherwise.

func (*ArcCredentialRenewResponse) GetArcClientPeerPublicKeyOk

func (o *ArcCredentialRenewResponse) GetArcClientPeerPublicKeyOk() (*string, bool)

GetArcClientPeerPublicKeyOk returns a tuple with the ArcClientPeerPublicKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArcCredentialRenewResponse) HasArcClientPeerPrivateKey

func (o *ArcCredentialRenewResponse) HasArcClientPeerPrivateKey() bool

HasArcClientPeerPrivateKey returns a boolean if a field has been set.

func (*ArcCredentialRenewResponse) HasArcClientPeerPublicKey

func (o *ArcCredentialRenewResponse) HasArcClientPeerPublicKey() bool

HasArcClientPeerPublicKey returns a boolean if a field has been set.

func (ArcCredentialRenewResponse) MarshalJSON

func (o ArcCredentialRenewResponse) MarshalJSON() ([]byte, error)

func (*ArcCredentialRenewResponse) SetArcClientPeerPrivateKey

func (o *ArcCredentialRenewResponse) SetArcClientPeerPrivateKey(v string)

SetArcClientPeerPrivateKey gets a reference to the given string and assigns it to the ArcClientPeerPrivateKey field.

func (*ArcCredentialRenewResponse) SetArcClientPeerPublicKey

func (o *ArcCredentialRenewResponse) SetArcClientPeerPublicKey(v string)

SetArcClientPeerPublicKey gets a reference to the given string and assigns it to the ArcClientPeerPublicKey field.

type ArcSessionCreateResponse

type ArcSessionCreateResponse struct {
	ArcAllowedIPs          []string `json:"arcAllowedIPs,omitempty"`
	ArcClientPeerIpAddress *string  `json:"arcClientPeerIpAddress,omitempty"`
	ArcClientPeerPublicKey *string  `json:"arcClientPeerPublicKey,omitempty"`
	ArcServerEndpoint      *string  `json:"arcServerEndpoint,omitempty"`
	ArcServerPeerPublicKey *string  `json:"arcServerPeerPublicKey,omitempty"`
}

ArcSessionCreateResponse struct for ArcSessionCreateResponse

func NewArcSessionCreateResponse

func NewArcSessionCreateResponse() *ArcSessionCreateResponse

NewArcSessionCreateResponse instantiates a new ArcSessionCreateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewArcSessionCreateResponseWithDefaults

func NewArcSessionCreateResponseWithDefaults() *ArcSessionCreateResponse

NewArcSessionCreateResponseWithDefaults instantiates a new ArcSessionCreateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ArcSessionCreateResponse) GetArcAllowedIPs

func (o *ArcSessionCreateResponse) GetArcAllowedIPs() []string

GetArcAllowedIPs returns the ArcAllowedIPs field value if set, zero value otherwise.

func (*ArcSessionCreateResponse) GetArcAllowedIPsOk

func (o *ArcSessionCreateResponse) GetArcAllowedIPsOk() ([]string, bool)

GetArcAllowedIPsOk returns a tuple with the ArcAllowedIPs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArcSessionCreateResponse) GetArcClientPeerIpAddress

func (o *ArcSessionCreateResponse) GetArcClientPeerIpAddress() string

GetArcClientPeerIpAddress returns the ArcClientPeerIpAddress field value if set, zero value otherwise.

func (*ArcSessionCreateResponse) GetArcClientPeerIpAddressOk

func (o *ArcSessionCreateResponse) GetArcClientPeerIpAddressOk() (*string, bool)

GetArcClientPeerIpAddressOk returns a tuple with the ArcClientPeerIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArcSessionCreateResponse) GetArcClientPeerPublicKey

func (o *ArcSessionCreateResponse) GetArcClientPeerPublicKey() string

GetArcClientPeerPublicKey returns the ArcClientPeerPublicKey field value if set, zero value otherwise.

func (*ArcSessionCreateResponse) GetArcClientPeerPublicKeyOk

func (o *ArcSessionCreateResponse) GetArcClientPeerPublicKeyOk() (*string, bool)

GetArcClientPeerPublicKeyOk returns a tuple with the ArcClientPeerPublicKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArcSessionCreateResponse) GetArcServerEndpoint

func (o *ArcSessionCreateResponse) GetArcServerEndpoint() string

GetArcServerEndpoint returns the ArcServerEndpoint field value if set, zero value otherwise.

func (*ArcSessionCreateResponse) GetArcServerEndpointOk

func (o *ArcSessionCreateResponse) GetArcServerEndpointOk() (*string, bool)

GetArcServerEndpointOk returns a tuple with the ArcServerEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArcSessionCreateResponse) GetArcServerPeerPublicKey

func (o *ArcSessionCreateResponse) GetArcServerPeerPublicKey() string

GetArcServerPeerPublicKey returns the ArcServerPeerPublicKey field value if set, zero value otherwise.

func (*ArcSessionCreateResponse) GetArcServerPeerPublicKeyOk

func (o *ArcSessionCreateResponse) GetArcServerPeerPublicKeyOk() (*string, bool)

GetArcServerPeerPublicKeyOk returns a tuple with the ArcServerPeerPublicKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArcSessionCreateResponse) HasArcAllowedIPs

func (o *ArcSessionCreateResponse) HasArcAllowedIPs() bool

HasArcAllowedIPs returns a boolean if a field has been set.

func (*ArcSessionCreateResponse) HasArcClientPeerIpAddress

func (o *ArcSessionCreateResponse) HasArcClientPeerIpAddress() bool

HasArcClientPeerIpAddress returns a boolean if a field has been set.

func (*ArcSessionCreateResponse) HasArcClientPeerPublicKey

func (o *ArcSessionCreateResponse) HasArcClientPeerPublicKey() bool

HasArcClientPeerPublicKey returns a boolean if a field has been set.

func (*ArcSessionCreateResponse) HasArcServerEndpoint

func (o *ArcSessionCreateResponse) HasArcServerEndpoint() bool

HasArcServerEndpoint returns a boolean if a field has been set.

func (*ArcSessionCreateResponse) HasArcServerPeerPublicKey

func (o *ArcSessionCreateResponse) HasArcServerPeerPublicKey() bool

HasArcServerPeerPublicKey returns a boolean if a field has been set.

func (ArcSessionCreateResponse) MarshalJSON

func (o ArcSessionCreateResponse) MarshalJSON() ([]byte, error)

func (*ArcSessionCreateResponse) SetArcAllowedIPs

func (o *ArcSessionCreateResponse) SetArcAllowedIPs(v []string)

SetArcAllowedIPs gets a reference to the given []string and assigns it to the ArcAllowedIPs field.

func (*ArcSessionCreateResponse) SetArcClientPeerIpAddress

func (o *ArcSessionCreateResponse) SetArcClientPeerIpAddress(v string)

SetArcClientPeerIpAddress gets a reference to the given string and assigns it to the ArcClientPeerIpAddress field.

func (*ArcSessionCreateResponse) SetArcClientPeerPublicKey

func (o *ArcSessionCreateResponse) SetArcClientPeerPublicKey(v string)

SetArcClientPeerPublicKey gets a reference to the given string and assigns it to the ArcClientPeerPublicKey field.

func (*ArcSessionCreateResponse) SetArcServerEndpoint

func (o *ArcSessionCreateResponse) SetArcServerEndpoint(v string)

SetArcServerEndpoint gets a reference to the given string and assigns it to the ArcServerEndpoint field.

func (*ArcSessionCreateResponse) SetArcServerPeerPublicKey

func (o *ArcSessionCreateResponse) SetArcServerPeerPublicKey(v string)

SetArcServerPeerPublicKey gets a reference to the given string and assigns it to the ArcServerPeerPublicKey field.

type ArcSessionStatus

type ArcSessionStatus struct {
	ArcAllowedIPs           []string `json:"arcAllowedIPs,omitempty"`
	ArcClientPeerIpAddress  *string  `json:"arcClientPeerIpAddress,omitempty"`
	ArcClientPeerPublicKey  *string  `json:"arcClientPeerPublicKey,omitempty"`
	ArcServerEndpoint       *string  `json:"arcServerEndpoint,omitempty"`
	ArcServerPeerPublicKey  *string  `json:"arcServerPeerPublicKey,omitempty"`
	GatewayPrivateIpAddress *string  `json:"gatewayPrivateIpAddress,omitempty"`
	GatewayPublicIpAddress  *string  `json:"gatewayPublicIpAddress,omitempty"`
	LastUpdatedAt           *int64   `json:"lastUpdatedAt,omitempty"`
	VpgId                   *string  `json:"vpgId,omitempty"`
}

ArcSessionStatus struct for ArcSessionStatus

func NewArcSessionStatus

func NewArcSessionStatus() *ArcSessionStatus

NewArcSessionStatus instantiates a new ArcSessionStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewArcSessionStatusWithDefaults

func NewArcSessionStatusWithDefaults() *ArcSessionStatus

NewArcSessionStatusWithDefaults instantiates a new ArcSessionStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ArcSessionStatus) GetArcAllowedIPs

func (o *ArcSessionStatus) GetArcAllowedIPs() []string

GetArcAllowedIPs returns the ArcAllowedIPs field value if set, zero value otherwise.

func (*ArcSessionStatus) GetArcAllowedIPsOk

func (o *ArcSessionStatus) GetArcAllowedIPsOk() ([]string, bool)

GetArcAllowedIPsOk returns a tuple with the ArcAllowedIPs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArcSessionStatus) GetArcClientPeerIpAddress

func (o *ArcSessionStatus) GetArcClientPeerIpAddress() string

GetArcClientPeerIpAddress returns the ArcClientPeerIpAddress field value if set, zero value otherwise.

func (*ArcSessionStatus) GetArcClientPeerIpAddressOk

func (o *ArcSessionStatus) GetArcClientPeerIpAddressOk() (*string, bool)

GetArcClientPeerIpAddressOk returns a tuple with the ArcClientPeerIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArcSessionStatus) GetArcClientPeerPublicKey

func (o *ArcSessionStatus) GetArcClientPeerPublicKey() string

GetArcClientPeerPublicKey returns the ArcClientPeerPublicKey field value if set, zero value otherwise.

func (*ArcSessionStatus) GetArcClientPeerPublicKeyOk

func (o *ArcSessionStatus) GetArcClientPeerPublicKeyOk() (*string, bool)

GetArcClientPeerPublicKeyOk returns a tuple with the ArcClientPeerPublicKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArcSessionStatus) GetArcServerEndpoint

func (o *ArcSessionStatus) GetArcServerEndpoint() string

GetArcServerEndpoint returns the ArcServerEndpoint field value if set, zero value otherwise.

func (*ArcSessionStatus) GetArcServerEndpointOk

func (o *ArcSessionStatus) GetArcServerEndpointOk() (*string, bool)

GetArcServerEndpointOk returns a tuple with the ArcServerEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArcSessionStatus) GetArcServerPeerPublicKey

func (o *ArcSessionStatus) GetArcServerPeerPublicKey() string

GetArcServerPeerPublicKey returns the ArcServerPeerPublicKey field value if set, zero value otherwise.

func (*ArcSessionStatus) GetArcServerPeerPublicKeyOk

func (o *ArcSessionStatus) GetArcServerPeerPublicKeyOk() (*string, bool)

GetArcServerPeerPublicKeyOk returns a tuple with the ArcServerPeerPublicKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArcSessionStatus) GetGatewayPrivateIpAddress

func (o *ArcSessionStatus) GetGatewayPrivateIpAddress() string

GetGatewayPrivateIpAddress returns the GatewayPrivateIpAddress field value if set, zero value otherwise.

func (*ArcSessionStatus) GetGatewayPrivateIpAddressOk

func (o *ArcSessionStatus) GetGatewayPrivateIpAddressOk() (*string, bool)

GetGatewayPrivateIpAddressOk returns a tuple with the GatewayPrivateIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArcSessionStatus) GetGatewayPublicIpAddress

func (o *ArcSessionStatus) GetGatewayPublicIpAddress() string

GetGatewayPublicIpAddress returns the GatewayPublicIpAddress field value if set, zero value otherwise.

func (*ArcSessionStatus) GetGatewayPublicIpAddressOk

func (o *ArcSessionStatus) GetGatewayPublicIpAddressOk() (*string, bool)

GetGatewayPublicIpAddressOk returns a tuple with the GatewayPublicIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArcSessionStatus) GetLastUpdatedAt

func (o *ArcSessionStatus) GetLastUpdatedAt() int64

GetLastUpdatedAt returns the LastUpdatedAt field value if set, zero value otherwise.

func (*ArcSessionStatus) GetLastUpdatedAtOk

func (o *ArcSessionStatus) GetLastUpdatedAtOk() (*int64, bool)

GetLastUpdatedAtOk returns a tuple with the LastUpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArcSessionStatus) GetVpgId

func (o *ArcSessionStatus) GetVpgId() string

GetVpgId returns the VpgId field value if set, zero value otherwise.

func (*ArcSessionStatus) GetVpgIdOk

func (o *ArcSessionStatus) GetVpgIdOk() (*string, bool)

GetVpgIdOk returns a tuple with the VpgId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ArcSessionStatus) HasArcAllowedIPs

func (o *ArcSessionStatus) HasArcAllowedIPs() bool

HasArcAllowedIPs returns a boolean if a field has been set.

func (*ArcSessionStatus) HasArcClientPeerIpAddress

func (o *ArcSessionStatus) HasArcClientPeerIpAddress() bool

HasArcClientPeerIpAddress returns a boolean if a field has been set.

func (*ArcSessionStatus) HasArcClientPeerPublicKey

func (o *ArcSessionStatus) HasArcClientPeerPublicKey() bool

HasArcClientPeerPublicKey returns a boolean if a field has been set.

func (*ArcSessionStatus) HasArcServerEndpoint

func (o *ArcSessionStatus) HasArcServerEndpoint() bool

HasArcServerEndpoint returns a boolean if a field has been set.

func (*ArcSessionStatus) HasArcServerPeerPublicKey

func (o *ArcSessionStatus) HasArcServerPeerPublicKey() bool

HasArcServerPeerPublicKey returns a boolean if a field has been set.

func (*ArcSessionStatus) HasGatewayPrivateIpAddress

func (o *ArcSessionStatus) HasGatewayPrivateIpAddress() bool

HasGatewayPrivateIpAddress returns a boolean if a field has been set.

func (*ArcSessionStatus) HasGatewayPublicIpAddress

func (o *ArcSessionStatus) HasGatewayPublicIpAddress() bool

HasGatewayPublicIpAddress returns a boolean if a field has been set.

func (*ArcSessionStatus) HasLastUpdatedAt

func (o *ArcSessionStatus) HasLastUpdatedAt() bool

HasLastUpdatedAt returns a boolean if a field has been set.

func (*ArcSessionStatus) HasVpgId

func (o *ArcSessionStatus) HasVpgId() bool

HasVpgId returns a boolean if a field has been set.

func (ArcSessionStatus) MarshalJSON

func (o ArcSessionStatus) MarshalJSON() ([]byte, error)

func (*ArcSessionStatus) SetArcAllowedIPs

func (o *ArcSessionStatus) SetArcAllowedIPs(v []string)

SetArcAllowedIPs gets a reference to the given []string and assigns it to the ArcAllowedIPs field.

func (*ArcSessionStatus) SetArcClientPeerIpAddress

func (o *ArcSessionStatus) SetArcClientPeerIpAddress(v string)

SetArcClientPeerIpAddress gets a reference to the given string and assigns it to the ArcClientPeerIpAddress field.

func (*ArcSessionStatus) SetArcClientPeerPublicKey

func (o *ArcSessionStatus) SetArcClientPeerPublicKey(v string)

SetArcClientPeerPublicKey gets a reference to the given string and assigns it to the ArcClientPeerPublicKey field.

func (*ArcSessionStatus) SetArcServerEndpoint

func (o *ArcSessionStatus) SetArcServerEndpoint(v string)

SetArcServerEndpoint gets a reference to the given string and assigns it to the ArcServerEndpoint field.

func (*ArcSessionStatus) SetArcServerPeerPublicKey

func (o *ArcSessionStatus) SetArcServerPeerPublicKey(v string)

SetArcServerPeerPublicKey gets a reference to the given string and assigns it to the ArcServerPeerPublicKey field.

func (*ArcSessionStatus) SetGatewayPrivateIpAddress

func (o *ArcSessionStatus) SetGatewayPrivateIpAddress(v string)

SetGatewayPrivateIpAddress gets a reference to the given string and assigns it to the GatewayPrivateIpAddress field.

func (*ArcSessionStatus) SetGatewayPublicIpAddress

func (o *ArcSessionStatus) SetGatewayPublicIpAddress(v string)

SetGatewayPublicIpAddress gets a reference to the given string and assigns it to the GatewayPublicIpAddress field.

func (*ArcSessionStatus) SetLastUpdatedAt

func (o *ArcSessionStatus) SetLastUpdatedAt(v int64)

SetLastUpdatedAt gets a reference to the given int64 and assigns it to the LastUpdatedAt field.

func (*ArcSessionStatus) SetVpgId

func (o *ArcSessionStatus) SetVpgId(v string)

SetVpgId gets a reference to the given string and assigns it to the VpgId field.

type AttachRoleRequest

type AttachRoleRequest struct {
	RoleId *string `json:"roleId,omitempty"`
}

AttachRoleRequest struct for AttachRoleRequest

func NewAttachRoleRequest

func NewAttachRoleRequest() *AttachRoleRequest

NewAttachRoleRequest instantiates a new AttachRoleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAttachRoleRequestWithDefaults

func NewAttachRoleRequestWithDefaults() *AttachRoleRequest

NewAttachRoleRequestWithDefaults instantiates a new AttachRoleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AttachRoleRequest) GetRoleId

func (o *AttachRoleRequest) GetRoleId() string

GetRoleId returns the RoleId field value if set, zero value otherwise.

func (*AttachRoleRequest) GetRoleIdOk

func (o *AttachRoleRequest) GetRoleIdOk() (*string, bool)

GetRoleIdOk returns a tuple with the RoleId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttachRoleRequest) HasRoleId

func (o *AttachRoleRequest) HasRoleId() bool

HasRoleId returns a boolean if a field has been set.

func (AttachRoleRequest) MarshalJSON

func (o AttachRoleRequest) MarshalJSON() ([]byte, error)

func (*AttachRoleRequest) SetRoleId

func (o *AttachRoleRequest) SetRoleId(v string)

SetRoleId gets a reference to the given string and assigns it to the RoleId field.

type AttributeUpdate

type AttributeUpdate struct {
	Key   *string `json:"key,omitempty"`
	Value *string `json:"value,omitempty"`
}

AttributeUpdate struct for AttributeUpdate

func NewAttributeUpdate

func NewAttributeUpdate() *AttributeUpdate

NewAttributeUpdate instantiates a new AttributeUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAttributeUpdateWithDefaults

func NewAttributeUpdateWithDefaults() *AttributeUpdate

NewAttributeUpdateWithDefaults instantiates a new AttributeUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AttributeUpdate) GetKey

func (o *AttributeUpdate) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*AttributeUpdate) GetKeyOk

func (o *AttributeUpdate) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeUpdate) GetValue

func (o *AttributeUpdate) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*AttributeUpdate) GetValueOk

func (o *AttributeUpdate) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeUpdate) HasKey

func (o *AttributeUpdate) HasKey() bool

HasKey returns a boolean if a field has been set.

func (*AttributeUpdate) HasValue

func (o *AttributeUpdate) HasValue() bool

HasValue returns a boolean if a field has been set.

func (AttributeUpdate) MarshalJSON

func (o AttributeUpdate) MarshalJSON() ([]byte, error)

func (*AttributeUpdate) SetKey

func (o *AttributeUpdate) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*AttributeUpdate) SetValue

func (o *AttributeUpdate) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

type AuditLogApiService

type AuditLogApiService service

AuditLogApiService AuditLogApi service

func (*AuditLogApiService) GetApiAuditLogs

GetApiAuditLogs SORACOM API 呼び出しの監査ログを取得する

SORACOM API 呼び出しの監査ログを新しいものから順に取得する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetApiAuditLogsRequest

func (*AuditLogApiService) GetApiAuditLogsExecute

Execute executes the request

@return []APIAuditLogEntry

func (*AuditLogApiService) GetNapterAuditLogs

GetNapterAuditLogs SORACOM Napter の監査ログを取得する

SORACOM Napter の監査ログを新しいものから順に取得する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetNapterAuditLogsRequest

func (*AuditLogApiService) GetNapterAuditLogsExecute

Execute executes the request

@return []NapterAuditLogEntry

type AuthApiService

type AuthApiService service

AuthApiService AuthApi service

func (*AuthApiService) Auth

Auth API アクセスの認証を行い、API キーと API トークンを発行します。

API アクセスの認証を行います。以下の情報をリクエストに含めてください。

- ルートユーザーで認証する場合: email と password - ルートユーザーまたは SAM ユーザーの認証キーで認証する場合: authKeyId と authKey - SAM ユーザー認証の場合: operatorId, userName, password

認証が成功した場合は、API キーと API トークンが返されます。以降の認証が必要なリクエスト時にはこの API キーと API トークンをヘッダーに付与してリクエストを行ってください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAuthRequest

func (*AuthApiService) AuthExecute

func (a *AuthApiService) AuthExecute(r ApiAuthRequest) (*AuthResponse, *http.Response, error)

Execute executes the request

@return AuthResponse

func (*AuthApiService) IssuePasswordResetToken

func (a *AuthApiService) IssuePasswordResetToken(ctx context.Context) ApiIssuePasswordResetTokenRequest

IssuePasswordResetToken パスワードリセット用のトークンを発行します。

パスワードをリセットするためのワンタイムトークンを生成して、オペレーターのメールアドレスに送付します。メールに記載されているトークンを取得し、/v1/auth/password_reset_token/verify API を呼び出して新しいパスワードを設定します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIssuePasswordResetTokenRequest

func (*AuthApiService) IssuePasswordResetTokenExecute

func (a *AuthApiService) IssuePasswordResetTokenExecute(r ApiIssuePasswordResetTokenRequest) (*http.Response, error)

Execute executes the request

func (*AuthApiService) Logout

Logout SORACOM API にアクセスするための API キーと API トークンを無効化します。

この API を呼び出すときに指定された API キーと API トークンを無効化します。無効化したあとは、有効期間に関わらず API キーと API トークンを用いて SORACOM API を呼び出すことはできません。この API は、権限設定に関わらず呼び出すことができます。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiLogoutRequest

func (*AuthApiService) LogoutExecute

func (a *AuthApiService) LogoutExecute(r ApiLogoutRequest) (*http.Response, error)

Execute executes the request

func (*AuthApiService) VerifyPasswordResetToken

func (a *AuthApiService) VerifyPasswordResetToken(ctx context.Context) ApiVerifyPasswordResetTokenRequest

VerifyPasswordResetToken パスワードリセット用のトークンを検証し、パスワードを更新します。

パスワードリセット用のトークンを検証し、検証に成功した場合オペレーターのパスワードを更新します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiVerifyPasswordResetTokenRequest

func (*AuthApiService) VerifyPasswordResetTokenExecute

func (a *AuthApiService) VerifyPasswordResetTokenExecute(r ApiVerifyPasswordResetTokenRequest) (*http.Response, error)

Execute executes the request

type AuthKeyResponse

type AuthKeyResponse struct {
	AuthKeyId        *string `json:"authKeyId,omitempty"`
	CreateDateTime   *int64  `json:"createDateTime,omitempty"`
	LastUsedDateTime *int64  `json:"lastUsedDateTime,omitempty"`
}

AuthKeyResponse struct for AuthKeyResponse

func NewAuthKeyResponse

func NewAuthKeyResponse() *AuthKeyResponse

NewAuthKeyResponse instantiates a new AuthKeyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAuthKeyResponseWithDefaults

func NewAuthKeyResponseWithDefaults() *AuthKeyResponse

NewAuthKeyResponseWithDefaults instantiates a new AuthKeyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AuthKeyResponse) GetAuthKeyId

func (o *AuthKeyResponse) GetAuthKeyId() string

GetAuthKeyId returns the AuthKeyId field value if set, zero value otherwise.

func (*AuthKeyResponse) GetAuthKeyIdOk

func (o *AuthKeyResponse) GetAuthKeyIdOk() (*string, bool)

GetAuthKeyIdOk returns a tuple with the AuthKeyId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthKeyResponse) GetCreateDateTime

func (o *AuthKeyResponse) GetCreateDateTime() int64

GetCreateDateTime returns the CreateDateTime field value if set, zero value otherwise.

func (*AuthKeyResponse) GetCreateDateTimeOk

func (o *AuthKeyResponse) GetCreateDateTimeOk() (*int64, bool)

GetCreateDateTimeOk returns a tuple with the CreateDateTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthKeyResponse) GetLastUsedDateTime

func (o *AuthKeyResponse) GetLastUsedDateTime() int64

GetLastUsedDateTime returns the LastUsedDateTime field value if set, zero value otherwise.

func (*AuthKeyResponse) GetLastUsedDateTimeOk

func (o *AuthKeyResponse) GetLastUsedDateTimeOk() (*int64, bool)

GetLastUsedDateTimeOk returns a tuple with the LastUsedDateTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthKeyResponse) HasAuthKeyId

func (o *AuthKeyResponse) HasAuthKeyId() bool

HasAuthKeyId returns a boolean if a field has been set.

func (*AuthKeyResponse) HasCreateDateTime

func (o *AuthKeyResponse) HasCreateDateTime() bool

HasCreateDateTime returns a boolean if a field has been set.

func (*AuthKeyResponse) HasLastUsedDateTime

func (o *AuthKeyResponse) HasLastUsedDateTime() bool

HasLastUsedDateTime returns a boolean if a field has been set.

func (AuthKeyResponse) MarshalJSON

func (o AuthKeyResponse) MarshalJSON() ([]byte, error)

func (*AuthKeyResponse) SetAuthKeyId

func (o *AuthKeyResponse) SetAuthKeyId(v string)

SetAuthKeyId gets a reference to the given string and assigns it to the AuthKeyId field.

func (*AuthKeyResponse) SetCreateDateTime

func (o *AuthKeyResponse) SetCreateDateTime(v int64)

SetCreateDateTime gets a reference to the given int64 and assigns it to the CreateDateTime field.

func (*AuthKeyResponse) SetLastUsedDateTime

func (o *AuthKeyResponse) SetLastUsedDateTime(v int64)

SetLastUsedDateTime gets a reference to the given int64 and assigns it to the LastUsedDateTime field.

type AuthRequest

type AuthRequest struct {
	AuthKey             *string `json:"authKey,omitempty"`
	AuthKeyId           *string `json:"authKeyId,omitempty"`
	Email               *string `json:"email,omitempty"`
	MfaOTPCode          *string `json:"mfaOTPCode,omitempty"`
	OperatorId          *string `json:"operatorId,omitempty"`
	Password            *string `json:"password,omitempty"`
	TokenTimeoutSeconds *int64  `json:"tokenTimeoutSeconds,omitempty"`
	UserName            *string `json:"userName,omitempty"`
}

AuthRequest struct for AuthRequest

func NewAuthRequest

func NewAuthRequest() *AuthRequest

NewAuthRequest instantiates a new AuthRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAuthRequestWithDefaults

func NewAuthRequestWithDefaults() *AuthRequest

NewAuthRequestWithDefaults instantiates a new AuthRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AuthRequest) GetAuthKey

func (o *AuthRequest) GetAuthKey() string

GetAuthKey returns the AuthKey field value if set, zero value otherwise.

func (*AuthRequest) GetAuthKeyId

func (o *AuthRequest) GetAuthKeyId() string

GetAuthKeyId returns the AuthKeyId field value if set, zero value otherwise.

func (*AuthRequest) GetAuthKeyIdOk

func (o *AuthRequest) GetAuthKeyIdOk() (*string, bool)

GetAuthKeyIdOk returns a tuple with the AuthKeyId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthRequest) GetAuthKeyOk

func (o *AuthRequest) GetAuthKeyOk() (*string, bool)

GetAuthKeyOk returns a tuple with the AuthKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthRequest) GetEmail

func (o *AuthRequest) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*AuthRequest) GetEmailOk

func (o *AuthRequest) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthRequest) GetMfaOTPCode

func (o *AuthRequest) GetMfaOTPCode() string

GetMfaOTPCode returns the MfaOTPCode field value if set, zero value otherwise.

func (*AuthRequest) GetMfaOTPCodeOk

func (o *AuthRequest) GetMfaOTPCodeOk() (*string, bool)

GetMfaOTPCodeOk returns a tuple with the MfaOTPCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthRequest) GetOperatorId

func (o *AuthRequest) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*AuthRequest) GetOperatorIdOk

func (o *AuthRequest) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthRequest) GetPassword

func (o *AuthRequest) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*AuthRequest) GetPasswordOk

func (o *AuthRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthRequest) GetTokenTimeoutSeconds

func (o *AuthRequest) GetTokenTimeoutSeconds() int64

GetTokenTimeoutSeconds returns the TokenTimeoutSeconds field value if set, zero value otherwise.

func (*AuthRequest) GetTokenTimeoutSecondsOk

func (o *AuthRequest) GetTokenTimeoutSecondsOk() (*int64, bool)

GetTokenTimeoutSecondsOk returns a tuple with the TokenTimeoutSeconds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthRequest) GetUserName

func (o *AuthRequest) GetUserName() string

GetUserName returns the UserName field value if set, zero value otherwise.

func (*AuthRequest) GetUserNameOk

func (o *AuthRequest) GetUserNameOk() (*string, bool)

GetUserNameOk returns a tuple with the UserName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthRequest) HasAuthKey

func (o *AuthRequest) HasAuthKey() bool

HasAuthKey returns a boolean if a field has been set.

func (*AuthRequest) HasAuthKeyId

func (o *AuthRequest) HasAuthKeyId() bool

HasAuthKeyId returns a boolean if a field has been set.

func (*AuthRequest) HasEmail

func (o *AuthRequest) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*AuthRequest) HasMfaOTPCode

func (o *AuthRequest) HasMfaOTPCode() bool

HasMfaOTPCode returns a boolean if a field has been set.

func (*AuthRequest) HasOperatorId

func (o *AuthRequest) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (*AuthRequest) HasPassword

func (o *AuthRequest) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*AuthRequest) HasTokenTimeoutSeconds

func (o *AuthRequest) HasTokenTimeoutSeconds() bool

HasTokenTimeoutSeconds returns a boolean if a field has been set.

func (*AuthRequest) HasUserName

func (o *AuthRequest) HasUserName() bool

HasUserName returns a boolean if a field has been set.

func (AuthRequest) MarshalJSON

func (o AuthRequest) MarshalJSON() ([]byte, error)

func (*AuthRequest) SetAuthKey

func (o *AuthRequest) SetAuthKey(v string)

SetAuthKey gets a reference to the given string and assigns it to the AuthKey field.

func (*AuthRequest) SetAuthKeyId

func (o *AuthRequest) SetAuthKeyId(v string)

SetAuthKeyId gets a reference to the given string and assigns it to the AuthKeyId field.

func (*AuthRequest) SetEmail

func (o *AuthRequest) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*AuthRequest) SetMfaOTPCode

func (o *AuthRequest) SetMfaOTPCode(v string)

SetMfaOTPCode gets a reference to the given string and assigns it to the MfaOTPCode field.

func (*AuthRequest) SetOperatorId

func (o *AuthRequest) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

func (*AuthRequest) SetPassword

func (o *AuthRequest) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*AuthRequest) SetTokenTimeoutSeconds

func (o *AuthRequest) SetTokenTimeoutSeconds(v int64)

SetTokenTimeoutSeconds gets a reference to the given int64 and assigns it to the TokenTimeoutSeconds field.

func (*AuthRequest) SetUserName

func (o *AuthRequest) SetUserName(v string)

SetUserName gets a reference to the given string and assigns it to the UserName field.

type AuthResponse

type AuthResponse struct {
	ApiKey     *string `json:"apiKey,omitempty"`
	OperatorId *string `json:"operatorId,omitempty"`
	Token      *string `json:"token,omitempty"`
	UserName   *string `json:"userName,omitempty"`
}

AuthResponse struct for AuthResponse

func NewAuthResponse

func NewAuthResponse() *AuthResponse

NewAuthResponse instantiates a new AuthResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAuthResponseWithDefaults

func NewAuthResponseWithDefaults() *AuthResponse

NewAuthResponseWithDefaults instantiates a new AuthResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AuthResponse) GetApiKey

func (o *AuthResponse) GetApiKey() string

GetApiKey returns the ApiKey field value if set, zero value otherwise.

func (*AuthResponse) GetApiKeyOk

func (o *AuthResponse) GetApiKeyOk() (*string, bool)

GetApiKeyOk returns a tuple with the ApiKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthResponse) GetOperatorId

func (o *AuthResponse) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*AuthResponse) GetOperatorIdOk

func (o *AuthResponse) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthResponse) GetToken

func (o *AuthResponse) GetToken() string

GetToken returns the Token field value if set, zero value otherwise.

func (*AuthResponse) GetTokenOk

func (o *AuthResponse) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthResponse) GetUserName

func (o *AuthResponse) GetUserName() string

GetUserName returns the UserName field value if set, zero value otherwise.

func (*AuthResponse) GetUserNameOk

func (o *AuthResponse) GetUserNameOk() (*string, bool)

GetUserNameOk returns a tuple with the UserName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuthResponse) HasApiKey

func (o *AuthResponse) HasApiKey() bool

HasApiKey returns a boolean if a field has been set.

func (*AuthResponse) HasOperatorId

func (o *AuthResponse) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (*AuthResponse) HasToken

func (o *AuthResponse) HasToken() bool

HasToken returns a boolean if a field has been set.

func (*AuthResponse) HasUserName

func (o *AuthResponse) HasUserName() bool

HasUserName returns a boolean if a field has been set.

func (AuthResponse) MarshalJSON

func (o AuthResponse) MarshalJSON() ([]byte, error)

func (*AuthResponse) SetApiKey

func (o *AuthResponse) SetApiKey(v string)

SetApiKey gets a reference to the given string and assigns it to the ApiKey field.

func (*AuthResponse) SetOperatorId

func (o *AuthResponse) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

func (*AuthResponse) SetToken

func (o *AuthResponse) SetToken(v string)

SetToken gets a reference to the given string and assigns it to the Token field.

func (*AuthResponse) SetUserName

func (o *AuthResponse) SetUserName(v string)

SetUserName gets a reference to the given string and assigns it to the UserName field.

type AvailableLongTermDiscountModel

type AvailableLongTermDiscountModel struct {
	// 契約月数
	ContractTermMonth *int32 `json:"contractTermMonth,omitempty"`
	// 通貨
	Currency *string `json:"currency,omitempty"`
	// 税込単価
	TaxIncludedUnitPrice *float64 `json:"taxIncludedUnitPrice,omitempty"`
	// 単価
	UnitPrice *float64 `json:"unitPrice,omitempty"`
	// お支払い方法
	VolumeDiscountPaymentType *string `json:"volumeDiscountPaymentType,omitempty"`
	// 料金計算方法
	VolumeDiscountType *string `json:"volumeDiscountType,omitempty"`
}

AvailableLongTermDiscountModel struct for AvailableLongTermDiscountModel

func NewAvailableLongTermDiscountModel

func NewAvailableLongTermDiscountModel() *AvailableLongTermDiscountModel

NewAvailableLongTermDiscountModel instantiates a new AvailableLongTermDiscountModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAvailableLongTermDiscountModelWithDefaults

func NewAvailableLongTermDiscountModelWithDefaults() *AvailableLongTermDiscountModel

NewAvailableLongTermDiscountModelWithDefaults instantiates a new AvailableLongTermDiscountModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AvailableLongTermDiscountModel) GetContractTermMonth

func (o *AvailableLongTermDiscountModel) GetContractTermMonth() int32

GetContractTermMonth returns the ContractTermMonth field value if set, zero value otherwise.

func (*AvailableLongTermDiscountModel) GetContractTermMonthOk

func (o *AvailableLongTermDiscountModel) GetContractTermMonthOk() (*int32, bool)

GetContractTermMonthOk returns a tuple with the ContractTermMonth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AvailableLongTermDiscountModel) GetCurrency

func (o *AvailableLongTermDiscountModel) GetCurrency() string

GetCurrency returns the Currency field value if set, zero value otherwise.

func (*AvailableLongTermDiscountModel) GetCurrencyOk

func (o *AvailableLongTermDiscountModel) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AvailableLongTermDiscountModel) GetTaxIncludedUnitPrice

func (o *AvailableLongTermDiscountModel) GetTaxIncludedUnitPrice() float64

GetTaxIncludedUnitPrice returns the TaxIncludedUnitPrice field value if set, zero value otherwise.

func (*AvailableLongTermDiscountModel) GetTaxIncludedUnitPriceOk

func (o *AvailableLongTermDiscountModel) GetTaxIncludedUnitPriceOk() (*float64, bool)

GetTaxIncludedUnitPriceOk returns a tuple with the TaxIncludedUnitPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AvailableLongTermDiscountModel) GetUnitPrice

func (o *AvailableLongTermDiscountModel) GetUnitPrice() float64

GetUnitPrice returns the UnitPrice field value if set, zero value otherwise.

func (*AvailableLongTermDiscountModel) GetUnitPriceOk

func (o *AvailableLongTermDiscountModel) GetUnitPriceOk() (*float64, bool)

GetUnitPriceOk returns a tuple with the UnitPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AvailableLongTermDiscountModel) GetVolumeDiscountPaymentType

func (o *AvailableLongTermDiscountModel) GetVolumeDiscountPaymentType() string

GetVolumeDiscountPaymentType returns the VolumeDiscountPaymentType field value if set, zero value otherwise.

func (*AvailableLongTermDiscountModel) GetVolumeDiscountPaymentTypeOk

func (o *AvailableLongTermDiscountModel) GetVolumeDiscountPaymentTypeOk() (*string, bool)

GetVolumeDiscountPaymentTypeOk returns a tuple with the VolumeDiscountPaymentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AvailableLongTermDiscountModel) GetVolumeDiscountType

func (o *AvailableLongTermDiscountModel) GetVolumeDiscountType() string

GetVolumeDiscountType returns the VolumeDiscountType field value if set, zero value otherwise.

func (*AvailableLongTermDiscountModel) GetVolumeDiscountTypeOk

func (o *AvailableLongTermDiscountModel) GetVolumeDiscountTypeOk() (*string, bool)

GetVolumeDiscountTypeOk returns a tuple with the VolumeDiscountType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AvailableLongTermDiscountModel) HasContractTermMonth

func (o *AvailableLongTermDiscountModel) HasContractTermMonth() bool

HasContractTermMonth returns a boolean if a field has been set.

func (*AvailableLongTermDiscountModel) HasCurrency

func (o *AvailableLongTermDiscountModel) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

func (*AvailableLongTermDiscountModel) HasTaxIncludedUnitPrice

func (o *AvailableLongTermDiscountModel) HasTaxIncludedUnitPrice() bool

HasTaxIncludedUnitPrice returns a boolean if a field has been set.

func (*AvailableLongTermDiscountModel) HasUnitPrice

func (o *AvailableLongTermDiscountModel) HasUnitPrice() bool

HasUnitPrice returns a boolean if a field has been set.

func (*AvailableLongTermDiscountModel) HasVolumeDiscountPaymentType

func (o *AvailableLongTermDiscountModel) HasVolumeDiscountPaymentType() bool

HasVolumeDiscountPaymentType returns a boolean if a field has been set.

func (*AvailableLongTermDiscountModel) HasVolumeDiscountType

func (o *AvailableLongTermDiscountModel) HasVolumeDiscountType() bool

HasVolumeDiscountType returns a boolean if a field has been set.

func (AvailableLongTermDiscountModel) MarshalJSON

func (o AvailableLongTermDiscountModel) MarshalJSON() ([]byte, error)

func (*AvailableLongTermDiscountModel) SetContractTermMonth

func (o *AvailableLongTermDiscountModel) SetContractTermMonth(v int32)

SetContractTermMonth gets a reference to the given int32 and assigns it to the ContractTermMonth field.

func (*AvailableLongTermDiscountModel) SetCurrency

func (o *AvailableLongTermDiscountModel) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

func (*AvailableLongTermDiscountModel) SetTaxIncludedUnitPrice

func (o *AvailableLongTermDiscountModel) SetTaxIncludedUnitPrice(v float64)

SetTaxIncludedUnitPrice gets a reference to the given float64 and assigns it to the TaxIncludedUnitPrice field.

func (*AvailableLongTermDiscountModel) SetUnitPrice

func (o *AvailableLongTermDiscountModel) SetUnitPrice(v float64)

SetUnitPrice gets a reference to the given float64 and assigns it to the UnitPrice field.

func (*AvailableLongTermDiscountModel) SetVolumeDiscountPaymentType

func (o *AvailableLongTermDiscountModel) SetVolumeDiscountPaymentType(v string)

SetVolumeDiscountPaymentType gets a reference to the given string and assigns it to the VolumeDiscountPaymentType field.

func (*AvailableLongTermDiscountModel) SetVolumeDiscountType

func (o *AvailableLongTermDiscountModel) SetVolumeDiscountType(v string)

SetVolumeDiscountType gets a reference to the given string and assigns it to the VolumeDiscountType field.

type AvailableLongTermDiscountResponse

type AvailableLongTermDiscountResponse struct {
	// 購入可能な長期利用割引のリスト
	AvailableLongTermDiscounts []AvailableLongTermDiscountModel `json:"availableLongTermDiscounts,omitempty"`
}

AvailableLongTermDiscountResponse struct for AvailableLongTermDiscountResponse

func NewAvailableLongTermDiscountResponse

func NewAvailableLongTermDiscountResponse() *AvailableLongTermDiscountResponse

NewAvailableLongTermDiscountResponse instantiates a new AvailableLongTermDiscountResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAvailableLongTermDiscountResponseWithDefaults

func NewAvailableLongTermDiscountResponseWithDefaults() *AvailableLongTermDiscountResponse

NewAvailableLongTermDiscountResponseWithDefaults instantiates a new AvailableLongTermDiscountResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AvailableLongTermDiscountResponse) GetAvailableLongTermDiscounts

func (o *AvailableLongTermDiscountResponse) GetAvailableLongTermDiscounts() []AvailableLongTermDiscountModel

GetAvailableLongTermDiscounts returns the AvailableLongTermDiscounts field value if set, zero value otherwise.

func (*AvailableLongTermDiscountResponse) GetAvailableLongTermDiscountsOk

func (o *AvailableLongTermDiscountResponse) GetAvailableLongTermDiscountsOk() ([]AvailableLongTermDiscountModel, bool)

GetAvailableLongTermDiscountsOk returns a tuple with the AvailableLongTermDiscounts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AvailableLongTermDiscountResponse) HasAvailableLongTermDiscounts

func (o *AvailableLongTermDiscountResponse) HasAvailableLongTermDiscounts() bool

HasAvailableLongTermDiscounts returns a boolean if a field has been set.

func (AvailableLongTermDiscountResponse) MarshalJSON

func (o AvailableLongTermDiscountResponse) MarshalJSON() ([]byte, error)

func (*AvailableLongTermDiscountResponse) SetAvailableLongTermDiscounts

func (o *AvailableLongTermDiscountResponse) SetAvailableLongTermDiscounts(v []AvailableLongTermDiscountModel)

SetAvailableLongTermDiscounts gets a reference to the given []AvailableLongTermDiscountModel and assigns it to the AvailableLongTermDiscounts field.

type BasicAuth

type BasicAuth struct {
	UserName string `json:"userName,omitempty"`
	Password string `json:"password,omitempty"`
}

BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth

type BeamStatsResponse

type BeamStatsResponse struct {
	BeamStatsMap *map[string]SoracomBeamStats `json:"beamStatsMap,omitempty"`
	Date         *string                      `json:"date,omitempty"`
	Unixtime     *int64                       `json:"unixtime,omitempty"`
}

BeamStatsResponse struct for BeamStatsResponse

func NewBeamStatsResponse

func NewBeamStatsResponse() *BeamStatsResponse

NewBeamStatsResponse instantiates a new BeamStatsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBeamStatsResponseWithDefaults

func NewBeamStatsResponseWithDefaults() *BeamStatsResponse

NewBeamStatsResponseWithDefaults instantiates a new BeamStatsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BeamStatsResponse) GetBeamStatsMap

func (o *BeamStatsResponse) GetBeamStatsMap() map[string]SoracomBeamStats

GetBeamStatsMap returns the BeamStatsMap field value if set, zero value otherwise.

func (*BeamStatsResponse) GetBeamStatsMapOk

func (o *BeamStatsResponse) GetBeamStatsMapOk() (*map[string]SoracomBeamStats, bool)

GetBeamStatsMapOk returns a tuple with the BeamStatsMap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BeamStatsResponse) GetDate

func (o *BeamStatsResponse) GetDate() string

GetDate returns the Date field value if set, zero value otherwise.

func (*BeamStatsResponse) GetDateOk

func (o *BeamStatsResponse) GetDateOk() (*string, bool)

GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BeamStatsResponse) GetUnixtime

func (o *BeamStatsResponse) GetUnixtime() int64

GetUnixtime returns the Unixtime field value if set, zero value otherwise.

func (*BeamStatsResponse) GetUnixtimeOk

func (o *BeamStatsResponse) GetUnixtimeOk() (*int64, bool)

GetUnixtimeOk returns a tuple with the Unixtime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BeamStatsResponse) HasBeamStatsMap

func (o *BeamStatsResponse) HasBeamStatsMap() bool

HasBeamStatsMap returns a boolean if a field has been set.

func (*BeamStatsResponse) HasDate

func (o *BeamStatsResponse) HasDate() bool

HasDate returns a boolean if a field has been set.

func (*BeamStatsResponse) HasUnixtime

func (o *BeamStatsResponse) HasUnixtime() bool

HasUnixtime returns a boolean if a field has been set.

func (BeamStatsResponse) MarshalJSON

func (o BeamStatsResponse) MarshalJSON() ([]byte, error)

func (*BeamStatsResponse) SetBeamStatsMap

func (o *BeamStatsResponse) SetBeamStatsMap(v map[string]SoracomBeamStats)

SetBeamStatsMap gets a reference to the given map[string]SoracomBeamStats and assigns it to the BeamStatsMap field.

func (*BeamStatsResponse) SetDate

func (o *BeamStatsResponse) SetDate(v string)

SetDate gets a reference to the given string and assigns it to the Date field.

func (*BeamStatsResponse) SetUnixtime

func (o *BeamStatsResponse) SetUnixtime(v int64)

SetUnixtime gets a reference to the given int64 and assigns it to the Unixtime field.

type BillingApiService

type BillingApiService service

BillingApiService BillingApi service

func (*BillingApiService) ExportBilling

func (a *BillingApiService) ExportBilling(ctx context.Context, yyyyMM string) ApiExportBillingRequest

ExportBilling 指定月の課金詳細情報 CSV をダウンロードするための URL を発行する

指定月の課金詳細情報 CSV をダウンロードするための URL を発行します。課金詳細情報 CSV については、[課金詳細情報 CSV リファレンス](/ja-jp/guides/accounting/check-usage/billing-csv/) を参照してください。

**Warning**: ダウンロードできる課金詳細情報 CSV は、過去 18 か月までです。それ以前の利用料金が必要な場合は、[SORACOM サポート](/ja-jp/docs/support/) に問い合わせてください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param yyyyMM 対象年月
@return ApiExportBillingRequest

func (*BillingApiService) ExportBillingExecute

Execute executes the request

@return FileExportResponse

func (*BillingApiService) ExportLatestBilling

func (a *BillingApiService) ExportLatestBilling(ctx context.Context) ApiExportLatestBillingRequest

ExportLatestBilling Export latest billing CSV file to S3

直近月の利用額明細を返します。この明細には、日ごと,Subscriber ごと,課金項目ごとの利用額が含まれます。この API で取得した金額は請求確定前の金額になります。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiExportLatestBillingRequest

func (*BillingApiService) ExportLatestBillingExecute

Execute executes the request

@return FileExportResponse

func (*BillingApiService) GetBilling

func (a *BillingApiService) GetBilling(ctx context.Context, yyyyMM string) ApiGetBillingRequest

GetBilling 指定した月の確定した利用料金を取得する

指定した月の確定した利用料金を取得します。

**Warning**: 取得できる利用料金は、過去 18 か月までです。それ以前の利用料金が必要な場合は、[SORACOM サポート](/ja-jp/docs/support/) に問い合わせてください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param yyyyMM 対象年月
@return ApiGetBillingRequest

func (*BillingApiService) GetBillingExecute

func (a *BillingApiService) GetBillingExecute(r ApiGetBillingRequest) (*MonthlyBill, *http.Response, error)

Execute executes the request

@return MonthlyBill

func (*BillingApiService) GetBillingHistory

GetBillingHistory 過去の確定した利用料金を取得する

過去の確定した利用料金を取得します。

**Warning**: 取得できる利用料金は、過去 18 か月までです。それ以前の利用料金が必要な場合は、[SORACOM サポート](/ja-jp/docs/support/) に問い合わせてください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetBillingHistoryRequest

func (*BillingApiService) GetBillingHistoryExecute

Execute executes the request

@return GetBillingHistoryResponse

func (*BillingApiService) GetBillingPerDay

func (a *BillingApiService) GetBillingPerDay(ctx context.Context, yyyyMM string) ApiGetBillingPerDayRequest

GetBillingPerDay 日ごとの利用料金を取得する

指定した月の、日ごとの利用料金を取得します。また、月額で課金される利用料金は取得できません。

**Warning**: 取得できる利用料金は、過去 18 か月までです。それ以前の利用料金が必要な場合は、[SORACOM サポート](/ja-jp/docs/support/) に問い合わせてください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param yyyyMM 対象年月
@return ApiGetBillingPerDayRequest

func (*BillingApiService) GetBillingPerDayExecute

Execute executes the request

@return DailyBillResponse

func (*BillingApiService) GetLatestBilling

GetLatestBilling Get latest bill

無料利用枠などの割引適用後の、直近の利用額を返します。この API で取得した金額は請求確定前の金額になります。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetLatestBillingRequest

func (*BillingApiService) GetLatestBillingExecute

func (a *BillingApiService) GetLatestBillingExecute(r ApiGetLatestBillingRequest) (*GetLatestBill, *http.Response, error)

Execute executes the request

@return GetLatestBill

type Capabilities

type Capabilities struct {
	// - `true`: データ通信あり - `false`: データ通信なし
	Data *bool `json:"data,omitempty"`
	// - `true`: SMS あり - `false`: SMS なし
	Sms *bool `json:"sms,omitempty"`
}

Capabilities struct for Capabilities

func NewCapabilities

func NewCapabilities() *Capabilities

NewCapabilities instantiates a new Capabilities object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCapabilitiesWithDefaults

func NewCapabilitiesWithDefaults() *Capabilities

NewCapabilitiesWithDefaults instantiates a new Capabilities object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Capabilities) GetData

func (o *Capabilities) GetData() bool

GetData returns the Data field value if set, zero value otherwise.

func (*Capabilities) GetDataOk

func (o *Capabilities) GetDataOk() (*bool, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Capabilities) GetSms

func (o *Capabilities) GetSms() bool

GetSms returns the Sms field value if set, zero value otherwise.

func (*Capabilities) GetSmsOk

func (o *Capabilities) GetSmsOk() (*bool, bool)

GetSmsOk returns a tuple with the Sms field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Capabilities) HasData

func (o *Capabilities) HasData() bool

HasData returns a boolean if a field has been set.

func (*Capabilities) HasSms

func (o *Capabilities) HasSms() bool

HasSms returns a boolean if a field has been set.

func (Capabilities) MarshalJSON

func (o Capabilities) MarshalJSON() ([]byte, error)

func (*Capabilities) SetData

func (o *Capabilities) SetData(v bool)

SetData gets a reference to the given bool and assigns it to the Data field.

func (*Capabilities) SetSms

func (o *Capabilities) SetSms(v bool)

SetSms gets a reference to the given bool and assigns it to the Sms field.

type Cell

type Cell struct {
	// The Cell Identity (for 2G and 3G networks), a 16 bit value represented in decimal form as an integer. (See 3GPP TS 23.003 4.3)
	Ci *int32 `json:"ci,omitempty"`
	// The E-UTRAN Cell Identifier (for LTE networks), a 28 bit value represented in decimal form as a long. (See 3GPP TS 23.003 19.6)
	Eci *int32 `json:"eci,omitempty"`
	// The Location Area Code (for 2G and 3G networks), a 16 bit value represented in decimal form as an integer. (See 3GPP TS 23.003 4.1)
	Lac *int32 `json:"lac,omitempty"`
	// The Mobile Country Code, a 3 digit number.
	Mcc *int32 `json:"mcc,omitempty"`
	// The Mobile Network Code, a 2 or 3 digit number. If the value returned is only 1 digit in length, then you should prepend the value with a leading zero.
	Mnc *int32 `json:"mnc,omitempty"`
	// The Routing Area Code (for 2G and 3G networks), an 8 bit value represented in decimal form as an integer. (See 3GPP TS 23.003 4.2)
	Rac *int32 `json:"rac,omitempty"`
	// The Radio Access Technology or type of network that the device is connected to. Possible values are \"gsm\" for 2G or 3G networks, or \"lte\" for LTE networks. Unfortunately, it is not possible to differentiate 2G from 3G, or LTE from LTE Cat-M1.
	RadioType *string `json:"radioType,omitempty"`
	// The Service Area Code (for 2G and 3G networks), a 16 bit value represented in decimal form as an integer. (See 3GPP TS 23.003 12.5)
	Sac *int32 `json:"sac,omitempty"`
	// The Tracking Area Code (for LTE networks), a 16 bit value represented in decimal form as an integer. (See 3GPP TS 23.003 19.4.2.3)
	Tac *int32 `json:"tac,omitempty"`
}

Cell struct for Cell

func NewCell

func NewCell() *Cell

NewCell instantiates a new Cell object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCellWithDefaults

func NewCellWithDefaults() *Cell

NewCellWithDefaults instantiates a new Cell object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Cell) GetCi

func (o *Cell) GetCi() int32

GetCi returns the Ci field value if set, zero value otherwise.

func (*Cell) GetCiOk

func (o *Cell) GetCiOk() (*int32, bool)

GetCiOk returns a tuple with the Ci field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Cell) GetEci

func (o *Cell) GetEci() int32

GetEci returns the Eci field value if set, zero value otherwise.

func (*Cell) GetEciOk

func (o *Cell) GetEciOk() (*int32, bool)

GetEciOk returns a tuple with the Eci field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Cell) GetLac

func (o *Cell) GetLac() int32

GetLac returns the Lac field value if set, zero value otherwise.

func (*Cell) GetLacOk

func (o *Cell) GetLacOk() (*int32, bool)

GetLacOk returns a tuple with the Lac field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Cell) GetMcc

func (o *Cell) GetMcc() int32

GetMcc returns the Mcc field value if set, zero value otherwise.

func (*Cell) GetMccOk

func (o *Cell) GetMccOk() (*int32, bool)

GetMccOk returns a tuple with the Mcc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Cell) GetMnc

func (o *Cell) GetMnc() int32

GetMnc returns the Mnc field value if set, zero value otherwise.

func (*Cell) GetMncOk

func (o *Cell) GetMncOk() (*int32, bool)

GetMncOk returns a tuple with the Mnc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Cell) GetRac

func (o *Cell) GetRac() int32

GetRac returns the Rac field value if set, zero value otherwise.

func (*Cell) GetRacOk

func (o *Cell) GetRacOk() (*int32, bool)

GetRacOk returns a tuple with the Rac field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Cell) GetRadioType

func (o *Cell) GetRadioType() string

GetRadioType returns the RadioType field value if set, zero value otherwise.

func (*Cell) GetRadioTypeOk

func (o *Cell) GetRadioTypeOk() (*string, bool)

GetRadioTypeOk returns a tuple with the RadioType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Cell) GetSac

func (o *Cell) GetSac() int32

GetSac returns the Sac field value if set, zero value otherwise.

func (*Cell) GetSacOk

func (o *Cell) GetSacOk() (*int32, bool)

GetSacOk returns a tuple with the Sac field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Cell) GetTac

func (o *Cell) GetTac() int32

GetTac returns the Tac field value if set, zero value otherwise.

func (*Cell) GetTacOk

func (o *Cell) GetTacOk() (*int32, bool)

GetTacOk returns a tuple with the Tac field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Cell) HasCi

func (o *Cell) HasCi() bool

HasCi returns a boolean if a field has been set.

func (*Cell) HasEci

func (o *Cell) HasEci() bool

HasEci returns a boolean if a field has been set.

func (*Cell) HasLac

func (o *Cell) HasLac() bool

HasLac returns a boolean if a field has been set.

func (*Cell) HasMcc

func (o *Cell) HasMcc() bool

HasMcc returns a boolean if a field has been set.

func (*Cell) HasMnc

func (o *Cell) HasMnc() bool

HasMnc returns a boolean if a field has been set.

func (*Cell) HasRac

func (o *Cell) HasRac() bool

HasRac returns a boolean if a field has been set.

func (*Cell) HasRadioType

func (o *Cell) HasRadioType() bool

HasRadioType returns a boolean if a field has been set.

func (*Cell) HasSac

func (o *Cell) HasSac() bool

HasSac returns a boolean if a field has been set.

func (*Cell) HasTac

func (o *Cell) HasTac() bool

HasTac returns a boolean if a field has been set.

func (Cell) MarshalJSON

func (o Cell) MarshalJSON() ([]byte, error)

func (*Cell) SetCi

func (o *Cell) SetCi(v int32)

SetCi gets a reference to the given int32 and assigns it to the Ci field.

func (*Cell) SetEci

func (o *Cell) SetEci(v int32)

SetEci gets a reference to the given int32 and assigns it to the Eci field.

func (*Cell) SetLac

func (o *Cell) SetLac(v int32)

SetLac gets a reference to the given int32 and assigns it to the Lac field.

func (*Cell) SetMcc

func (o *Cell) SetMcc(v int32)

SetMcc gets a reference to the given int32 and assigns it to the Mcc field.

func (*Cell) SetMnc

func (o *Cell) SetMnc(v int32)

SetMnc gets a reference to the given int32 and assigns it to the Mnc field.

func (*Cell) SetRac

func (o *Cell) SetRac(v int32)

SetRac gets a reference to the given int32 and assigns it to the Rac field.

func (*Cell) SetRadioType

func (o *Cell) SetRadioType(v string)

SetRadioType gets a reference to the given string and assigns it to the RadioType field.

func (*Cell) SetSac

func (o *Cell) SetSac(v int32)

SetSac gets a reference to the given int32 and assigns it to the Sac field.

func (*Cell) SetTac

func (o *Cell) SetTac(v int32)

SetTac gets a reference to the given int32 and assigns it to the Tac field.

type CellIdentifier

type CellIdentifier struct {
	Cid  *string `json:"cid,omitempty"`
	Eci  *string `json:"eci,omitempty"`
	Ecid *string `json:"ecid,omitempty"`
	// リクエストとそれに対する結果を結びつけるための識別子。オプショナルです。
	Identifier *string `json:"identifier,omitempty"`
	Lac        *string `json:"lac,omitempty"`
	Mcc        *string `json:"mcc,omitempty"`
	Mnc        *string `json:"mnc,omitempty"`
	Tac        *string `json:"tac,omitempty"`
}

CellIdentifier struct for CellIdentifier

func NewCellIdentifier

func NewCellIdentifier() *CellIdentifier

NewCellIdentifier instantiates a new CellIdentifier object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCellIdentifierWithDefaults

func NewCellIdentifierWithDefaults() *CellIdentifier

NewCellIdentifierWithDefaults instantiates a new CellIdentifier object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CellIdentifier) GetCid

func (o *CellIdentifier) GetCid() string

GetCid returns the Cid field value if set, zero value otherwise.

func (*CellIdentifier) GetCidOk

func (o *CellIdentifier) GetCidOk() (*string, bool)

GetCidOk returns a tuple with the Cid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellIdentifier) GetEci

func (o *CellIdentifier) GetEci() string

GetEci returns the Eci field value if set, zero value otherwise.

func (*CellIdentifier) GetEciOk

func (o *CellIdentifier) GetEciOk() (*string, bool)

GetEciOk returns a tuple with the Eci field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellIdentifier) GetEcid

func (o *CellIdentifier) GetEcid() string

GetEcid returns the Ecid field value if set, zero value otherwise.

func (*CellIdentifier) GetEcidOk

func (o *CellIdentifier) GetEcidOk() (*string, bool)

GetEcidOk returns a tuple with the Ecid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellIdentifier) GetIdentifier

func (o *CellIdentifier) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*CellIdentifier) GetIdentifierOk

func (o *CellIdentifier) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellIdentifier) GetLac

func (o *CellIdentifier) GetLac() string

GetLac returns the Lac field value if set, zero value otherwise.

func (*CellIdentifier) GetLacOk

func (o *CellIdentifier) GetLacOk() (*string, bool)

GetLacOk returns a tuple with the Lac field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellIdentifier) GetMcc

func (o *CellIdentifier) GetMcc() string

GetMcc returns the Mcc field value if set, zero value otherwise.

func (*CellIdentifier) GetMccOk

func (o *CellIdentifier) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellIdentifier) GetMnc

func (o *CellIdentifier) GetMnc() string

GetMnc returns the Mnc field value if set, zero value otherwise.

func (*CellIdentifier) GetMncOk

func (o *CellIdentifier) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellIdentifier) GetTac

func (o *CellIdentifier) GetTac() string

GetTac returns the Tac field value if set, zero value otherwise.

func (*CellIdentifier) GetTacOk

func (o *CellIdentifier) GetTacOk() (*string, bool)

GetTacOk returns a tuple with the Tac field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellIdentifier) HasCid

func (o *CellIdentifier) HasCid() bool

HasCid returns a boolean if a field has been set.

func (*CellIdentifier) HasEci

func (o *CellIdentifier) HasEci() bool

HasEci returns a boolean if a field has been set.

func (*CellIdentifier) HasEcid

func (o *CellIdentifier) HasEcid() bool

HasEcid returns a boolean if a field has been set.

func (*CellIdentifier) HasIdentifier

func (o *CellIdentifier) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*CellIdentifier) HasLac

func (o *CellIdentifier) HasLac() bool

HasLac returns a boolean if a field has been set.

func (*CellIdentifier) HasMcc

func (o *CellIdentifier) HasMcc() bool

HasMcc returns a boolean if a field has been set.

func (*CellIdentifier) HasMnc

func (o *CellIdentifier) HasMnc() bool

HasMnc returns a boolean if a field has been set.

func (*CellIdentifier) HasTac

func (o *CellIdentifier) HasTac() bool

HasTac returns a boolean if a field has been set.

func (CellIdentifier) MarshalJSON

func (o CellIdentifier) MarshalJSON() ([]byte, error)

func (*CellIdentifier) SetCid

func (o *CellIdentifier) SetCid(v string)

SetCid gets a reference to the given string and assigns it to the Cid field.

func (*CellIdentifier) SetEci

func (o *CellIdentifier) SetEci(v string)

SetEci gets a reference to the given string and assigns it to the Eci field.

func (*CellIdentifier) SetEcid

func (o *CellIdentifier) SetEcid(v string)

SetEcid gets a reference to the given string and assigns it to the Ecid field.

func (*CellIdentifier) SetIdentifier

func (o *CellIdentifier) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*CellIdentifier) SetLac

func (o *CellIdentifier) SetLac(v string)

SetLac gets a reference to the given string and assigns it to the Lac field.

func (*CellIdentifier) SetMcc

func (o *CellIdentifier) SetMcc(v string)

SetMcc gets a reference to the given string and assigns it to the Mcc field.

func (*CellIdentifier) SetMnc

func (o *CellIdentifier) SetMnc(v string)

SetMnc gets a reference to the given string and assigns it to the Mnc field.

func (*CellIdentifier) SetTac

func (o *CellIdentifier) SetTac(v string)

SetTac gets a reference to the given string and assigns it to the Tac field.

type CellLocation

type CellLocation struct {
	// セルで観測された平均の信号強度。dBm 単位の整数値。
	AvgStrength *int32 `json:"avg_strength,omitempty"`
	// このレコードが最初に作られたときのタイムスタンプ。
	Created *time.Time `json:"created,omitempty"`
	// セルの位置情報が測定値から推定されたもので今後予告なく変わる可能性のあるもの (`0`) か、信頼できる情報源から得られた確定した情報か (`1`)。
	Exact *int32 `json:"exact,omitempty"`
	// 推定座標の緯度
	Lat *float64 `json:"lat,omitempty"`
	// 推定座標の経度
	Lon *float64 `json:"lon,omitempty"`
	// 基地局のエリアの範囲(推定座標からの半径。メートル単位)。測定値から推定された値の場合と、信頼できる情報源から得た値の場合がある。
	Range *int32 `json:"range,omitempty"`
	// 推定座標、範囲、平均信号強度を計算するために使われた測定値の総数。
	Samples *int32 `json:"samples,omitempty"`
	// このレコードが最後に更新されたときのタイムスタンプ。
	Updated *time.Time `json:"updated,omitempty"`
}

CellLocation struct for CellLocation

func NewCellLocation

func NewCellLocation() *CellLocation

NewCellLocation instantiates a new CellLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCellLocationWithDefaults

func NewCellLocationWithDefaults() *CellLocation

NewCellLocationWithDefaults instantiates a new CellLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CellLocation) GetAvgStrength

func (o *CellLocation) GetAvgStrength() int32

GetAvgStrength returns the AvgStrength field value if set, zero value otherwise.

func (*CellLocation) GetAvgStrengthOk

func (o *CellLocation) GetAvgStrengthOk() (*int32, bool)

GetAvgStrengthOk returns a tuple with the AvgStrength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellLocation) GetCreated

func (o *CellLocation) GetCreated() time.Time

GetCreated returns the Created field value if set, zero value otherwise.

func (*CellLocation) GetCreatedOk

func (o *CellLocation) GetCreatedOk() (*time.Time, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellLocation) GetExact

func (o *CellLocation) GetExact() int32

GetExact returns the Exact field value if set, zero value otherwise.

func (*CellLocation) GetExactOk

func (o *CellLocation) GetExactOk() (*int32, bool)

GetExactOk returns a tuple with the Exact field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellLocation) GetLat

func (o *CellLocation) GetLat() float64

GetLat returns the Lat field value if set, zero value otherwise.

func (*CellLocation) GetLatOk

func (o *CellLocation) GetLatOk() (*float64, bool)

GetLatOk returns a tuple with the Lat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellLocation) GetLon

func (o *CellLocation) GetLon() float64

GetLon returns the Lon field value if set, zero value otherwise.

func (*CellLocation) GetLonOk

func (o *CellLocation) GetLonOk() (*float64, bool)

GetLonOk returns a tuple with the Lon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellLocation) GetRange

func (o *CellLocation) GetRange() int32

GetRange returns the Range field value if set, zero value otherwise.

func (*CellLocation) GetRangeOk

func (o *CellLocation) GetRangeOk() (*int32, bool)

GetRangeOk returns a tuple with the Range field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellLocation) GetSamples

func (o *CellLocation) GetSamples() int32

GetSamples returns the Samples field value if set, zero value otherwise.

func (*CellLocation) GetSamplesOk

func (o *CellLocation) GetSamplesOk() (*int32, bool)

GetSamplesOk returns a tuple with the Samples field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellLocation) GetUpdated

func (o *CellLocation) GetUpdated() time.Time

GetUpdated returns the Updated field value if set, zero value otherwise.

func (*CellLocation) GetUpdatedOk

func (o *CellLocation) GetUpdatedOk() (*time.Time, bool)

GetUpdatedOk returns a tuple with the Updated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CellLocation) HasAvgStrength

func (o *CellLocation) HasAvgStrength() bool

HasAvgStrength returns a boolean if a field has been set.

func (*CellLocation) HasCreated

func (o *CellLocation) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*CellLocation) HasExact

func (o *CellLocation) HasExact() bool

HasExact returns a boolean if a field has been set.

func (*CellLocation) HasLat

func (o *CellLocation) HasLat() bool

HasLat returns a boolean if a field has been set.

func (*CellLocation) HasLon

func (o *CellLocation) HasLon() bool

HasLon returns a boolean if a field has been set.

func (*CellLocation) HasRange

func (o *CellLocation) HasRange() bool

HasRange returns a boolean if a field has been set.

func (*CellLocation) HasSamples

func (o *CellLocation) HasSamples() bool

HasSamples returns a boolean if a field has been set.

func (*CellLocation) HasUpdated

func (o *CellLocation) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

func (CellLocation) MarshalJSON

func (o CellLocation) MarshalJSON() ([]byte, error)

func (*CellLocation) SetAvgStrength

func (o *CellLocation) SetAvgStrength(v int32)

SetAvgStrength gets a reference to the given int32 and assigns it to the AvgStrength field.

func (*CellLocation) SetCreated

func (o *CellLocation) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

func (*CellLocation) SetExact

func (o *CellLocation) SetExact(v int32)

SetExact gets a reference to the given int32 and assigns it to the Exact field.

func (*CellLocation) SetLat

func (o *CellLocation) SetLat(v float64)

SetLat gets a reference to the given float64 and assigns it to the Lat field.

func (*CellLocation) SetLon

func (o *CellLocation) SetLon(v float64)

SetLon gets a reference to the given float64 and assigns it to the Lon field.

func (*CellLocation) SetRange

func (o *CellLocation) SetRange(v int32)

SetRange gets a reference to the given int32 and assigns it to the Range field.

func (*CellLocation) SetSamples

func (o *CellLocation) SetSamples(v int32)

SetSamples gets a reference to the given int32 and assigns it to the Samples field.

func (*CellLocation) SetUpdated

func (o *CellLocation) SetUpdated(v time.Time)

SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.

type CellLocationApiService

type CellLocationApiService service

CellLocationApiService CellLocationApi service

func (*CellLocationApiService) BatchGetCellLocations

BatchGetCellLocations 複数の基地局の位置情報を一度に取得します。

基地局情報のリストから、それらの基地局の位置情報(緯度経度)のリストを取得します。 3G の場合は MCC, MNC, LAC, CID を指定してください。CID がなくてもおおよその位置を取得することができますが、精度は高くありません。 LTE (4G) の場合は MCC, MNC, TAC, ECID を指定してください。 基地局情報から位置情報への変換には外部のオープンなデータベースを利用していますので、情報が存在していなかったり誤っている場合もあります。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiBatchGetCellLocationsRequest

func (*CellLocationApiService) BatchGetCellLocationsExecute

func (a *CellLocationApiService) BatchGetCellLocationsExecute(r ApiBatchGetCellLocationsRequest) ([]CellLocation, *http.Response, error)

Execute executes the request

@return []CellLocation

func (*CellLocationApiService) GetCellLocation

GetCellLocation 基地局の位置情報を取得します。

セル ID などの基地局情報から、その基地局の位置情報(緯度経度)を取得します。 3G の場合は MCC, MNC, LAC, CID を指定してください。CID がなくてもおおよその位置を取得することができますが、精度は高くありません。 LTE (4G) の場合は MCC, MNC, TAC, ECID を指定してください。 基地局情報から位置情報への変換には外部のオープンなデータベースを利用していますので、情報が存在していなかったり誤っている場合もあります。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCellLocationRequest

func (*CellLocationApiService) GetCellLocationExecute

Execute executes the request

@return CellLocation

type CompanyInformationModel

type CompanyInformationModel struct {
	AddressLine1            *string `json:"addressLine1,omitempty"`
	AddressLine2            *string `json:"addressLine2,omitempty"`
	Building                *string `json:"building,omitempty"`
	City                    *string `json:"city,omitempty"`
	CompanyName             string  `json:"companyName"`
	ContactPersonName       string  `json:"contactPersonName"`
	CountryCode             string  `json:"countryCode"`
	Department              string  `json:"department"`
	PhoneNumber             string  `json:"phoneNumber"`
	State                   *string `json:"state,omitempty"`
	VatIdentificationNumber *string `json:"vatIdentificationNumber,omitempty"`
	ZipCode                 string  `json:"zipCode"`
}

CompanyInformationModel struct for CompanyInformationModel

func NewCompanyInformationModel

func NewCompanyInformationModel(companyName string, contactPersonName string, countryCode string, department string, phoneNumber string, zipCode string) *CompanyInformationModel

NewCompanyInformationModel instantiates a new CompanyInformationModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCompanyInformationModelWithDefaults

func NewCompanyInformationModelWithDefaults() *CompanyInformationModel

NewCompanyInformationModelWithDefaults instantiates a new CompanyInformationModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CompanyInformationModel) GetAddressLine1

func (o *CompanyInformationModel) GetAddressLine1() string

GetAddressLine1 returns the AddressLine1 field value if set, zero value otherwise.

func (*CompanyInformationModel) GetAddressLine1Ok

func (o *CompanyInformationModel) GetAddressLine1Ok() (*string, bool)

GetAddressLine1Ok returns a tuple with the AddressLine1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CompanyInformationModel) GetAddressLine2

func (o *CompanyInformationModel) GetAddressLine2() string

GetAddressLine2 returns the AddressLine2 field value if set, zero value otherwise.

func (*CompanyInformationModel) GetAddressLine2Ok

func (o *CompanyInformationModel) GetAddressLine2Ok() (*string, bool)

GetAddressLine2Ok returns a tuple with the AddressLine2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CompanyInformationModel) GetBuilding

func (o *CompanyInformationModel) GetBuilding() string

GetBuilding returns the Building field value if set, zero value otherwise.

func (*CompanyInformationModel) GetBuildingOk

func (o *CompanyInformationModel) GetBuildingOk() (*string, bool)

GetBuildingOk returns a tuple with the Building field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CompanyInformationModel) GetCity

func (o *CompanyInformationModel) GetCity() string

GetCity returns the City field value if set, zero value otherwise.

func (*CompanyInformationModel) GetCityOk

func (o *CompanyInformationModel) GetCityOk() (*string, bool)

GetCityOk returns a tuple with the City field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CompanyInformationModel) GetCompanyName

func (o *CompanyInformationModel) GetCompanyName() string

GetCompanyName returns the CompanyName field value

func (*CompanyInformationModel) GetCompanyNameOk

func (o *CompanyInformationModel) GetCompanyNameOk() (*string, bool)

GetCompanyNameOk returns a tuple with the CompanyName field value and a boolean to check if the value has been set.

func (*CompanyInformationModel) GetContactPersonName

func (o *CompanyInformationModel) GetContactPersonName() string

GetContactPersonName returns the ContactPersonName field value

func (*CompanyInformationModel) GetContactPersonNameOk

func (o *CompanyInformationModel) GetContactPersonNameOk() (*string, bool)

GetContactPersonNameOk returns a tuple with the ContactPersonName field value and a boolean to check if the value has been set.

func (*CompanyInformationModel) GetCountryCode

func (o *CompanyInformationModel) GetCountryCode() string

GetCountryCode returns the CountryCode field value

func (*CompanyInformationModel) GetCountryCodeOk

func (o *CompanyInformationModel) GetCountryCodeOk() (*string, bool)

GetCountryCodeOk returns a tuple with the CountryCode field value and a boolean to check if the value has been set.

func (*CompanyInformationModel) GetDepartment

func (o *CompanyInformationModel) GetDepartment() string

GetDepartment returns the Department field value

func (*CompanyInformationModel) GetDepartmentOk

func (o *CompanyInformationModel) GetDepartmentOk() (*string, bool)

GetDepartmentOk returns a tuple with the Department field value and a boolean to check if the value has been set.

func (*CompanyInformationModel) GetPhoneNumber

func (o *CompanyInformationModel) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field value

func (*CompanyInformationModel) GetPhoneNumberOk

func (o *CompanyInformationModel) GetPhoneNumberOk() (*string, bool)

GetPhoneNumberOk returns a tuple with the PhoneNumber field value and a boolean to check if the value has been set.

func (*CompanyInformationModel) GetState

func (o *CompanyInformationModel) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*CompanyInformationModel) GetStateOk

func (o *CompanyInformationModel) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CompanyInformationModel) GetVatIdentificationNumber

func (o *CompanyInformationModel) GetVatIdentificationNumber() string

GetVatIdentificationNumber returns the VatIdentificationNumber field value if set, zero value otherwise.

func (*CompanyInformationModel) GetVatIdentificationNumberOk

func (o *CompanyInformationModel) GetVatIdentificationNumberOk() (*string, bool)

GetVatIdentificationNumberOk returns a tuple with the VatIdentificationNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CompanyInformationModel) GetZipCode

func (o *CompanyInformationModel) GetZipCode() string

GetZipCode returns the ZipCode field value

func (*CompanyInformationModel) GetZipCodeOk

func (o *CompanyInformationModel) GetZipCodeOk() (*string, bool)

GetZipCodeOk returns a tuple with the ZipCode field value and a boolean to check if the value has been set.

func (*CompanyInformationModel) HasAddressLine1

func (o *CompanyInformationModel) HasAddressLine1() bool

HasAddressLine1 returns a boolean if a field has been set.

func (*CompanyInformationModel) HasAddressLine2

func (o *CompanyInformationModel) HasAddressLine2() bool

HasAddressLine2 returns a boolean if a field has been set.

func (*CompanyInformationModel) HasBuilding

func (o *CompanyInformationModel) HasBuilding() bool

HasBuilding returns a boolean if a field has been set.

func (*CompanyInformationModel) HasCity

func (o *CompanyInformationModel) HasCity() bool

HasCity returns a boolean if a field has been set.

func (*CompanyInformationModel) HasState

func (o *CompanyInformationModel) HasState() bool

HasState returns a boolean if a field has been set.

func (*CompanyInformationModel) HasVatIdentificationNumber

func (o *CompanyInformationModel) HasVatIdentificationNumber() bool

HasVatIdentificationNumber returns a boolean if a field has been set.

func (CompanyInformationModel) MarshalJSON

func (o CompanyInformationModel) MarshalJSON() ([]byte, error)

func (*CompanyInformationModel) SetAddressLine1

func (o *CompanyInformationModel) SetAddressLine1(v string)

SetAddressLine1 gets a reference to the given string and assigns it to the AddressLine1 field.

func (*CompanyInformationModel) SetAddressLine2

func (o *CompanyInformationModel) SetAddressLine2(v string)

SetAddressLine2 gets a reference to the given string and assigns it to the AddressLine2 field.

func (*CompanyInformationModel) SetBuilding

func (o *CompanyInformationModel) SetBuilding(v string)

SetBuilding gets a reference to the given string and assigns it to the Building field.

func (*CompanyInformationModel) SetCity

func (o *CompanyInformationModel) SetCity(v string)

SetCity gets a reference to the given string and assigns it to the City field.

func (*CompanyInformationModel) SetCompanyName

func (o *CompanyInformationModel) SetCompanyName(v string)

SetCompanyName sets field value

func (*CompanyInformationModel) SetContactPersonName

func (o *CompanyInformationModel) SetContactPersonName(v string)

SetContactPersonName sets field value

func (*CompanyInformationModel) SetCountryCode

func (o *CompanyInformationModel) SetCountryCode(v string)

SetCountryCode sets field value

func (*CompanyInformationModel) SetDepartment

func (o *CompanyInformationModel) SetDepartment(v string)

SetDepartment sets field value

func (*CompanyInformationModel) SetPhoneNumber

func (o *CompanyInformationModel) SetPhoneNumber(v string)

SetPhoneNumber sets field value

func (*CompanyInformationModel) SetState

func (o *CompanyInformationModel) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*CompanyInformationModel) SetVatIdentificationNumber

func (o *CompanyInformationModel) SetVatIdentificationNumber(v string)

SetVatIdentificationNumber gets a reference to the given string and assigns it to the VatIdentificationNumber field.

func (*CompanyInformationModel) SetZipCode

func (o *CompanyInformationModel) SetZipCode(v string)

SetZipCode sets field value

type Configuration

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,omitempty"`
	DefaultHeader    map[string]string `json:"defaultHeader,omitempty"`
	UserAgent        string            `json:"userAgent,omitempty"`
	Debug            bool              `json:"debug,omitempty"`
	Servers          ServerConfigurations
	OperationServers map[string]ServerConfigurations
	HTTPClient       *http.Client
}

Configuration stores the configuration of the API client

func NewConfiguration

func NewConfiguration() *Configuration

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) ServerURL

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type ContractUpdatedResponse

type ContractUpdatedResponse struct {
	ContractDetail map[string]interface{} `json:"contractDetail,omitempty"`
	ContractName   *string                `json:"contractName,omitempty"`
}

ContractUpdatedResponse struct for ContractUpdatedResponse

func NewContractUpdatedResponse

func NewContractUpdatedResponse() *ContractUpdatedResponse

NewContractUpdatedResponse instantiates a new ContractUpdatedResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContractUpdatedResponseWithDefaults

func NewContractUpdatedResponseWithDefaults() *ContractUpdatedResponse

NewContractUpdatedResponseWithDefaults instantiates a new ContractUpdatedResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContractUpdatedResponse) GetContractDetail

func (o *ContractUpdatedResponse) GetContractDetail() map[string]interface{}

GetContractDetail returns the ContractDetail field value if set, zero value otherwise.

func (*ContractUpdatedResponse) GetContractDetailOk

func (o *ContractUpdatedResponse) GetContractDetailOk() (map[string]interface{}, bool)

GetContractDetailOk returns a tuple with the ContractDetail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContractUpdatedResponse) GetContractName

func (o *ContractUpdatedResponse) GetContractName() string

GetContractName returns the ContractName field value if set, zero value otherwise.

func (*ContractUpdatedResponse) GetContractNameOk

func (o *ContractUpdatedResponse) GetContractNameOk() (*string, bool)

GetContractNameOk returns a tuple with the ContractName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContractUpdatedResponse) HasContractDetail

func (o *ContractUpdatedResponse) HasContractDetail() bool

HasContractDetail returns a boolean if a field has been set.

func (*ContractUpdatedResponse) HasContractName

func (o *ContractUpdatedResponse) HasContractName() bool

HasContractName returns a boolean if a field has been set.

func (ContractUpdatedResponse) MarshalJSON

func (o ContractUpdatedResponse) MarshalJSON() ([]byte, error)

func (*ContractUpdatedResponse) SetContractDetail

func (o *ContractUpdatedResponse) SetContractDetail(v map[string]interface{})

SetContractDetail gets a reference to the given map[string]interface{} and assigns it to the ContractDetail field.

func (*ContractUpdatedResponse) SetContractName

func (o *ContractUpdatedResponse) SetContractName(v string)

SetContractName gets a reference to the given string and assigns it to the ContractName field.

type ContractUpdatingRequest

type ContractUpdatingRequest struct {
	ContractDetail map[string]interface{} `json:"contractDetail,omitempty"`
	ContractName   *string                `json:"contractName,omitempty"`
}

ContractUpdatingRequest struct for ContractUpdatingRequest

func NewContractUpdatingRequest

func NewContractUpdatingRequest() *ContractUpdatingRequest

NewContractUpdatingRequest instantiates a new ContractUpdatingRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContractUpdatingRequestWithDefaults

func NewContractUpdatingRequestWithDefaults() *ContractUpdatingRequest

NewContractUpdatingRequestWithDefaults instantiates a new ContractUpdatingRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContractUpdatingRequest) GetContractDetail

func (o *ContractUpdatingRequest) GetContractDetail() map[string]interface{}

GetContractDetail returns the ContractDetail field value if set, zero value otherwise.

func (*ContractUpdatingRequest) GetContractDetailOk

func (o *ContractUpdatingRequest) GetContractDetailOk() (map[string]interface{}, bool)

GetContractDetailOk returns a tuple with the ContractDetail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContractUpdatingRequest) GetContractName

func (o *ContractUpdatingRequest) GetContractName() string

GetContractName returns the ContractName field value if set, zero value otherwise.

func (*ContractUpdatingRequest) GetContractNameOk

func (o *ContractUpdatingRequest) GetContractNameOk() (*string, bool)

GetContractNameOk returns a tuple with the ContractName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContractUpdatingRequest) HasContractDetail

func (o *ContractUpdatingRequest) HasContractDetail() bool

HasContractDetail returns a boolean if a field has been set.

func (*ContractUpdatingRequest) HasContractName

func (o *ContractUpdatingRequest) HasContractName() bool

HasContractName returns a boolean if a field has been set.

func (ContractUpdatingRequest) MarshalJSON

func (o ContractUpdatingRequest) MarshalJSON() ([]byte, error)

func (*ContractUpdatingRequest) SetContractDetail

func (o *ContractUpdatingRequest) SetContractDetail(v map[string]interface{})

SetContractDetail gets a reference to the given map[string]interface{} and assigns it to the ContractDetail field.

func (*ContractUpdatingRequest) SetContractName

func (o *ContractUpdatingRequest) SetContractName(v string)

SetContractName gets a reference to the given string and assigns it to the ContractName field.

type CouponResponse

type CouponResponse struct {
	// クーポン額
	Amount *float64 `json:"amount,omitempty"`
	// 残高
	Balance *float64 `json:"balance,omitempty"`
	// 対象課金アイテム
	BillItemName *string `json:"billItemName,omitempty"`
	// クーポンコード
	CouponCode *string `json:"couponCode,omitempty"`
	// 通貨
	Currency *string `json:"currency,omitempty"`
	// 有効期限
	ExpiryYearMonth *string `json:"expiryYearMonth,omitempty"`
	// 発注 ID
	OrderId *string `json:"orderId,omitempty"`
}

CouponResponse struct for CouponResponse

func NewCouponResponse

func NewCouponResponse() *CouponResponse

NewCouponResponse instantiates a new CouponResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCouponResponseWithDefaults

func NewCouponResponseWithDefaults() *CouponResponse

NewCouponResponseWithDefaults instantiates a new CouponResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CouponResponse) GetAmount

func (o *CouponResponse) GetAmount() float64

GetAmount returns the Amount field value if set, zero value otherwise.

func (*CouponResponse) GetAmountOk

func (o *CouponResponse) GetAmountOk() (*float64, bool)

GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CouponResponse) GetBalance

func (o *CouponResponse) GetBalance() float64

GetBalance returns the Balance field value if set, zero value otherwise.

func (*CouponResponse) GetBalanceOk

func (o *CouponResponse) GetBalanceOk() (*float64, bool)

GetBalanceOk returns a tuple with the Balance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CouponResponse) GetBillItemName

func (o *CouponResponse) GetBillItemName() string

GetBillItemName returns the BillItemName field value if set, zero value otherwise.

func (*CouponResponse) GetBillItemNameOk

func (o *CouponResponse) GetBillItemNameOk() (*string, bool)

GetBillItemNameOk returns a tuple with the BillItemName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CouponResponse) GetCouponCode

func (o *CouponResponse) GetCouponCode() string

GetCouponCode returns the CouponCode field value if set, zero value otherwise.

func (*CouponResponse) GetCouponCodeOk

func (o *CouponResponse) GetCouponCodeOk() (*string, bool)

GetCouponCodeOk returns a tuple with the CouponCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CouponResponse) GetCurrency

func (o *CouponResponse) GetCurrency() string

GetCurrency returns the Currency field value if set, zero value otherwise.

func (*CouponResponse) GetCurrencyOk

func (o *CouponResponse) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CouponResponse) GetExpiryYearMonth

func (o *CouponResponse) GetExpiryYearMonth() string

GetExpiryYearMonth returns the ExpiryYearMonth field value if set, zero value otherwise.

func (*CouponResponse) GetExpiryYearMonthOk

func (o *CouponResponse) GetExpiryYearMonthOk() (*string, bool)

GetExpiryYearMonthOk returns a tuple with the ExpiryYearMonth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CouponResponse) GetOrderId

func (o *CouponResponse) GetOrderId() string

GetOrderId returns the OrderId field value if set, zero value otherwise.

func (*CouponResponse) GetOrderIdOk

func (o *CouponResponse) GetOrderIdOk() (*string, bool)

GetOrderIdOk returns a tuple with the OrderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CouponResponse) HasAmount

func (o *CouponResponse) HasAmount() bool

HasAmount returns a boolean if a field has been set.

func (*CouponResponse) HasBalance

func (o *CouponResponse) HasBalance() bool

HasBalance returns a boolean if a field has been set.

func (*CouponResponse) HasBillItemName

func (o *CouponResponse) HasBillItemName() bool

HasBillItemName returns a boolean if a field has been set.

func (*CouponResponse) HasCouponCode

func (o *CouponResponse) HasCouponCode() bool

HasCouponCode returns a boolean if a field has been set.

func (*CouponResponse) HasCurrency

func (o *CouponResponse) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

func (*CouponResponse) HasExpiryYearMonth

func (o *CouponResponse) HasExpiryYearMonth() bool

HasExpiryYearMonth returns a boolean if a field has been set.

func (*CouponResponse) HasOrderId

func (o *CouponResponse) HasOrderId() bool

HasOrderId returns a boolean if a field has been set.

func (CouponResponse) MarshalJSON

func (o CouponResponse) MarshalJSON() ([]byte, error)

func (*CouponResponse) SetAmount

func (o *CouponResponse) SetAmount(v float64)

SetAmount gets a reference to the given float64 and assigns it to the Amount field.

func (*CouponResponse) SetBalance

func (o *CouponResponse) SetBalance(v float64)

SetBalance gets a reference to the given float64 and assigns it to the Balance field.

func (*CouponResponse) SetBillItemName

func (o *CouponResponse) SetBillItemName(v string)

SetBillItemName gets a reference to the given string and assigns it to the BillItemName field.

func (*CouponResponse) SetCouponCode

func (o *CouponResponse) SetCouponCode(v string)

SetCouponCode gets a reference to the given string and assigns it to the CouponCode field.

func (*CouponResponse) SetCurrency

func (o *CouponResponse) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

func (*CouponResponse) SetExpiryYearMonth

func (o *CouponResponse) SetExpiryYearMonth(v string)

SetExpiryYearMonth gets a reference to the given string and assigns it to the ExpiryYearMonth field.

func (*CouponResponse) SetOrderId

func (o *CouponResponse) SetOrderId(v string)

SetOrderId gets a reference to the given string and assigns it to the OrderId field.

type CreateAndUpdateCredentialsModel

type CreateAndUpdateCredentialsModel struct {
	Credentials map[string]interface{} `json:"credentials,omitempty"`
	Description *string                `json:"description,omitempty"`
	Type        *string                `json:"type,omitempty"`
}

CreateAndUpdateCredentialsModel struct for CreateAndUpdateCredentialsModel

func NewCreateAndUpdateCredentialsModel

func NewCreateAndUpdateCredentialsModel() *CreateAndUpdateCredentialsModel

NewCreateAndUpdateCredentialsModel instantiates a new CreateAndUpdateCredentialsModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateAndUpdateCredentialsModelWithDefaults

func NewCreateAndUpdateCredentialsModelWithDefaults() *CreateAndUpdateCredentialsModel

NewCreateAndUpdateCredentialsModelWithDefaults instantiates a new CreateAndUpdateCredentialsModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateAndUpdateCredentialsModel) GetCredentials

func (o *CreateAndUpdateCredentialsModel) GetCredentials() map[string]interface{}

GetCredentials returns the Credentials field value if set, zero value otherwise.

func (*CreateAndUpdateCredentialsModel) GetCredentialsOk

func (o *CreateAndUpdateCredentialsModel) GetCredentialsOk() (map[string]interface{}, bool)

GetCredentialsOk returns a tuple with the Credentials field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateAndUpdateCredentialsModel) GetDescription

func (o *CreateAndUpdateCredentialsModel) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CreateAndUpdateCredentialsModel) GetDescriptionOk

func (o *CreateAndUpdateCredentialsModel) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateAndUpdateCredentialsModel) GetType

GetType returns the Type field value if set, zero value otherwise.

func (*CreateAndUpdateCredentialsModel) GetTypeOk

func (o *CreateAndUpdateCredentialsModel) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateAndUpdateCredentialsModel) HasCredentials

func (o *CreateAndUpdateCredentialsModel) HasCredentials() bool

HasCredentials returns a boolean if a field has been set.

func (*CreateAndUpdateCredentialsModel) HasDescription

func (o *CreateAndUpdateCredentialsModel) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CreateAndUpdateCredentialsModel) HasType

HasType returns a boolean if a field has been set.

func (CreateAndUpdateCredentialsModel) MarshalJSON

func (o CreateAndUpdateCredentialsModel) MarshalJSON() ([]byte, error)

func (*CreateAndUpdateCredentialsModel) SetCredentials

func (o *CreateAndUpdateCredentialsModel) SetCredentials(v map[string]interface{})

SetCredentials gets a reference to the given map[string]interface{} and assigns it to the Credentials field.

func (*CreateAndUpdateCredentialsModel) SetDescription

func (o *CreateAndUpdateCredentialsModel) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CreateAndUpdateCredentialsModel) SetType

SetType gets a reference to the given string and assigns it to the Type field.

type CreateEstimatedCouponRequest

type CreateEstimatedCouponRequest struct {
	// クーポン額
	Amount float64 `json:"amount"`
}

CreateEstimatedCouponRequest struct for CreateEstimatedCouponRequest

func NewCreateEstimatedCouponRequest

func NewCreateEstimatedCouponRequest(amount float64) *CreateEstimatedCouponRequest

NewCreateEstimatedCouponRequest instantiates a new CreateEstimatedCouponRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateEstimatedCouponRequestWithDefaults

func NewCreateEstimatedCouponRequestWithDefaults() *CreateEstimatedCouponRequest

NewCreateEstimatedCouponRequestWithDefaults instantiates a new CreateEstimatedCouponRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateEstimatedCouponRequest) GetAmount

func (o *CreateEstimatedCouponRequest) GetAmount() float64

GetAmount returns the Amount field value

func (*CreateEstimatedCouponRequest) GetAmountOk

func (o *CreateEstimatedCouponRequest) GetAmountOk() (*float64, bool)

GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.

func (CreateEstimatedCouponRequest) MarshalJSON

func (o CreateEstimatedCouponRequest) MarshalJSON() ([]byte, error)

func (*CreateEstimatedCouponRequest) SetAmount

func (o *CreateEstimatedCouponRequest) SetAmount(v float64)

SetAmount sets field value

type CreateEstimatedOrderRequest

type CreateEstimatedOrderRequest struct {
	// 発注商品リスト
	OrderItemList []OrderItemModel `json:"orderItemList,omitempty"`
	// 商品発送先 ID
	ShippingAddressId *string `json:"shippingAddressId,omitempty"`
}

CreateEstimatedOrderRequest struct for CreateEstimatedOrderRequest

func NewCreateEstimatedOrderRequest

func NewCreateEstimatedOrderRequest() *CreateEstimatedOrderRequest

NewCreateEstimatedOrderRequest instantiates a new CreateEstimatedOrderRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateEstimatedOrderRequestWithDefaults

func NewCreateEstimatedOrderRequestWithDefaults() *CreateEstimatedOrderRequest

NewCreateEstimatedOrderRequestWithDefaults instantiates a new CreateEstimatedOrderRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateEstimatedOrderRequest) GetOrderItemList

func (o *CreateEstimatedOrderRequest) GetOrderItemList() []OrderItemModel

GetOrderItemList returns the OrderItemList field value if set, zero value otherwise.

func (*CreateEstimatedOrderRequest) GetOrderItemListOk

func (o *CreateEstimatedOrderRequest) GetOrderItemListOk() ([]OrderItemModel, bool)

GetOrderItemListOk returns a tuple with the OrderItemList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateEstimatedOrderRequest) GetShippingAddressId

func (o *CreateEstimatedOrderRequest) GetShippingAddressId() string

GetShippingAddressId returns the ShippingAddressId field value if set, zero value otherwise.

func (*CreateEstimatedOrderRequest) GetShippingAddressIdOk

func (o *CreateEstimatedOrderRequest) GetShippingAddressIdOk() (*string, bool)

GetShippingAddressIdOk returns a tuple with the ShippingAddressId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateEstimatedOrderRequest) HasOrderItemList

func (o *CreateEstimatedOrderRequest) HasOrderItemList() bool

HasOrderItemList returns a boolean if a field has been set.

func (*CreateEstimatedOrderRequest) HasShippingAddressId

func (o *CreateEstimatedOrderRequest) HasShippingAddressId() bool

HasShippingAddressId returns a boolean if a field has been set.

func (CreateEstimatedOrderRequest) MarshalJSON

func (o CreateEstimatedOrderRequest) MarshalJSON() ([]byte, error)

func (*CreateEstimatedOrderRequest) SetOrderItemList

func (o *CreateEstimatedOrderRequest) SetOrderItemList(v []OrderItemModel)

SetOrderItemList gets a reference to the given []OrderItemModel and assigns it to the OrderItemList field.

func (*CreateEstimatedOrderRequest) SetShippingAddressId

func (o *CreateEstimatedOrderRequest) SetShippingAddressId(v string)

SetShippingAddressId gets a reference to the given string and assigns it to the ShippingAddressId field.

type CreateEstimatedVolumeDiscountRequest

type CreateEstimatedVolumeDiscountRequest struct {
	// 契約月数
	ContractTermMonth int32 `json:"contractTermMonth"`
	// 数量
	Quantity int32 `json:"quantity"`
	// 適用開始日
	StartDate *string `json:"startDate,omitempty"`
	// お支払い方法
	VolumeDiscountPaymentType string `json:"volumeDiscountPaymentType"`
	// 料金計算方法
	VolumeDiscountType string `json:"volumeDiscountType"`
}

CreateEstimatedVolumeDiscountRequest struct for CreateEstimatedVolumeDiscountRequest

func NewCreateEstimatedVolumeDiscountRequest

func NewCreateEstimatedVolumeDiscountRequest(contractTermMonth int32, quantity int32, volumeDiscountPaymentType string, volumeDiscountType string) *CreateEstimatedVolumeDiscountRequest

NewCreateEstimatedVolumeDiscountRequest instantiates a new CreateEstimatedVolumeDiscountRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateEstimatedVolumeDiscountRequestWithDefaults

func NewCreateEstimatedVolumeDiscountRequestWithDefaults() *CreateEstimatedVolumeDiscountRequest

NewCreateEstimatedVolumeDiscountRequestWithDefaults instantiates a new CreateEstimatedVolumeDiscountRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateEstimatedVolumeDiscountRequest) GetContractTermMonth

func (o *CreateEstimatedVolumeDiscountRequest) GetContractTermMonth() int32

GetContractTermMonth returns the ContractTermMonth field value

func (*CreateEstimatedVolumeDiscountRequest) GetContractTermMonthOk

func (o *CreateEstimatedVolumeDiscountRequest) GetContractTermMonthOk() (*int32, bool)

GetContractTermMonthOk returns a tuple with the ContractTermMonth field value and a boolean to check if the value has been set.

func (*CreateEstimatedVolumeDiscountRequest) GetQuantity

GetQuantity returns the Quantity field value

func (*CreateEstimatedVolumeDiscountRequest) GetQuantityOk

func (o *CreateEstimatedVolumeDiscountRequest) GetQuantityOk() (*int32, bool)

GetQuantityOk returns a tuple with the Quantity field value and a boolean to check if the value has been set.

func (*CreateEstimatedVolumeDiscountRequest) GetStartDate

func (o *CreateEstimatedVolumeDiscountRequest) GetStartDate() string

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*CreateEstimatedVolumeDiscountRequest) GetStartDateOk

func (o *CreateEstimatedVolumeDiscountRequest) GetStartDateOk() (*string, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateEstimatedVolumeDiscountRequest) GetVolumeDiscountPaymentType

func (o *CreateEstimatedVolumeDiscountRequest) GetVolumeDiscountPaymentType() string

GetVolumeDiscountPaymentType returns the VolumeDiscountPaymentType field value

func (*CreateEstimatedVolumeDiscountRequest) GetVolumeDiscountPaymentTypeOk

func (o *CreateEstimatedVolumeDiscountRequest) GetVolumeDiscountPaymentTypeOk() (*string, bool)

GetVolumeDiscountPaymentTypeOk returns a tuple with the VolumeDiscountPaymentType field value and a boolean to check if the value has been set.

func (*CreateEstimatedVolumeDiscountRequest) GetVolumeDiscountType

func (o *CreateEstimatedVolumeDiscountRequest) GetVolumeDiscountType() string

GetVolumeDiscountType returns the VolumeDiscountType field value

func (*CreateEstimatedVolumeDiscountRequest) GetVolumeDiscountTypeOk

func (o *CreateEstimatedVolumeDiscountRequest) GetVolumeDiscountTypeOk() (*string, bool)

GetVolumeDiscountTypeOk returns a tuple with the VolumeDiscountType field value and a boolean to check if the value has been set.

func (*CreateEstimatedVolumeDiscountRequest) HasStartDate

func (o *CreateEstimatedVolumeDiscountRequest) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (CreateEstimatedVolumeDiscountRequest) MarshalJSON

func (o CreateEstimatedVolumeDiscountRequest) MarshalJSON() ([]byte, error)

func (*CreateEstimatedVolumeDiscountRequest) SetContractTermMonth

func (o *CreateEstimatedVolumeDiscountRequest) SetContractTermMonth(v int32)

SetContractTermMonth sets field value

func (*CreateEstimatedVolumeDiscountRequest) SetQuantity

func (o *CreateEstimatedVolumeDiscountRequest) SetQuantity(v int32)

SetQuantity sets field value

func (*CreateEstimatedVolumeDiscountRequest) SetStartDate

func (o *CreateEstimatedVolumeDiscountRequest) SetStartDate(v string)

SetStartDate gets a reference to the given string and assigns it to the StartDate field.

func (*CreateEstimatedVolumeDiscountRequest) SetVolumeDiscountPaymentType

func (o *CreateEstimatedVolumeDiscountRequest) SetVolumeDiscountPaymentType(v string)

SetVolumeDiscountPaymentType sets field value

func (*CreateEstimatedVolumeDiscountRequest) SetVolumeDiscountType

func (o *CreateEstimatedVolumeDiscountRequest) SetVolumeDiscountType(v string)

SetVolumeDiscountType sets field value

type CreateEventHandlerRequest

type CreateEventHandlerRequest struct {
	ActionConfigList []ActionConfig `json:"actionConfigList"`
	Description      *string        `json:"description,omitempty"`
	Name             *string        `json:"name,omitempty"`
	RuleConfig       RuleConfig     `json:"ruleConfig"`
	Status           string         `json:"status"`
	TargetGroupId    *string        `json:"targetGroupId,omitempty"`
	TargetImsi       *string        `json:"targetImsi,omitempty"`
	TargetOperatorId *string        `json:"targetOperatorId,omitempty"`
	TargetSimId      *string        `json:"targetSimId,omitempty"`
}

CreateEventHandlerRequest struct for CreateEventHandlerRequest

func NewCreateEventHandlerRequest

func NewCreateEventHandlerRequest(actionConfigList []ActionConfig, ruleConfig RuleConfig, status string) *CreateEventHandlerRequest

NewCreateEventHandlerRequest instantiates a new CreateEventHandlerRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateEventHandlerRequestWithDefaults

func NewCreateEventHandlerRequestWithDefaults() *CreateEventHandlerRequest

NewCreateEventHandlerRequestWithDefaults instantiates a new CreateEventHandlerRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateEventHandlerRequest) GetActionConfigList

func (o *CreateEventHandlerRequest) GetActionConfigList() []ActionConfig

GetActionConfigList returns the ActionConfigList field value

func (*CreateEventHandlerRequest) GetActionConfigListOk

func (o *CreateEventHandlerRequest) GetActionConfigListOk() ([]ActionConfig, bool)

GetActionConfigListOk returns a tuple with the ActionConfigList field value and a boolean to check if the value has been set.

func (*CreateEventHandlerRequest) GetDescription

func (o *CreateEventHandlerRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CreateEventHandlerRequest) GetDescriptionOk

func (o *CreateEventHandlerRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateEventHandlerRequest) GetName

func (o *CreateEventHandlerRequest) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CreateEventHandlerRequest) GetNameOk

func (o *CreateEventHandlerRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateEventHandlerRequest) GetRuleConfig

func (o *CreateEventHandlerRequest) GetRuleConfig() RuleConfig

GetRuleConfig returns the RuleConfig field value

func (*CreateEventHandlerRequest) GetRuleConfigOk

func (o *CreateEventHandlerRequest) GetRuleConfigOk() (*RuleConfig, bool)

GetRuleConfigOk returns a tuple with the RuleConfig field value and a boolean to check if the value has been set.

func (*CreateEventHandlerRequest) GetStatus

func (o *CreateEventHandlerRequest) GetStatus() string

GetStatus returns the Status field value

func (*CreateEventHandlerRequest) GetStatusOk

func (o *CreateEventHandlerRequest) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*CreateEventHandlerRequest) GetTargetGroupId

func (o *CreateEventHandlerRequest) GetTargetGroupId() string

GetTargetGroupId returns the TargetGroupId field value if set, zero value otherwise.

func (*CreateEventHandlerRequest) GetTargetGroupIdOk

func (o *CreateEventHandlerRequest) GetTargetGroupIdOk() (*string, bool)

GetTargetGroupIdOk returns a tuple with the TargetGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateEventHandlerRequest) GetTargetImsi

func (o *CreateEventHandlerRequest) GetTargetImsi() string

GetTargetImsi returns the TargetImsi field value if set, zero value otherwise.

func (*CreateEventHandlerRequest) GetTargetImsiOk

func (o *CreateEventHandlerRequest) GetTargetImsiOk() (*string, bool)

GetTargetImsiOk returns a tuple with the TargetImsi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateEventHandlerRequest) GetTargetOperatorId

func (o *CreateEventHandlerRequest) GetTargetOperatorId() string

GetTargetOperatorId returns the TargetOperatorId field value if set, zero value otherwise.

func (*CreateEventHandlerRequest) GetTargetOperatorIdOk

func (o *CreateEventHandlerRequest) GetTargetOperatorIdOk() (*string, bool)

GetTargetOperatorIdOk returns a tuple with the TargetOperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateEventHandlerRequest) GetTargetSimId

func (o *CreateEventHandlerRequest) GetTargetSimId() string

GetTargetSimId returns the TargetSimId field value if set, zero value otherwise.

func (*CreateEventHandlerRequest) GetTargetSimIdOk

func (o *CreateEventHandlerRequest) GetTargetSimIdOk() (*string, bool)

GetTargetSimIdOk returns a tuple with the TargetSimId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateEventHandlerRequest) HasDescription

func (o *CreateEventHandlerRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CreateEventHandlerRequest) HasName

func (o *CreateEventHandlerRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (*CreateEventHandlerRequest) HasTargetGroupId

func (o *CreateEventHandlerRequest) HasTargetGroupId() bool

HasTargetGroupId returns a boolean if a field has been set.

func (*CreateEventHandlerRequest) HasTargetImsi

func (o *CreateEventHandlerRequest) HasTargetImsi() bool

HasTargetImsi returns a boolean if a field has been set.

func (*CreateEventHandlerRequest) HasTargetOperatorId

func (o *CreateEventHandlerRequest) HasTargetOperatorId() bool

HasTargetOperatorId returns a boolean if a field has been set.

func (*CreateEventHandlerRequest) HasTargetSimId

func (o *CreateEventHandlerRequest) HasTargetSimId() bool

HasTargetSimId returns a boolean if a field has been set.

func (CreateEventHandlerRequest) MarshalJSON

func (o CreateEventHandlerRequest) MarshalJSON() ([]byte, error)

func (*CreateEventHandlerRequest) SetActionConfigList

func (o *CreateEventHandlerRequest) SetActionConfigList(v []ActionConfig)

SetActionConfigList sets field value

func (*CreateEventHandlerRequest) SetDescription

func (o *CreateEventHandlerRequest) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CreateEventHandlerRequest) SetName

func (o *CreateEventHandlerRequest) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*CreateEventHandlerRequest) SetRuleConfig

func (o *CreateEventHandlerRequest) SetRuleConfig(v RuleConfig)

SetRuleConfig sets field value

func (*CreateEventHandlerRequest) SetStatus

func (o *CreateEventHandlerRequest) SetStatus(v string)

SetStatus sets field value

func (*CreateEventHandlerRequest) SetTargetGroupId

func (o *CreateEventHandlerRequest) SetTargetGroupId(v string)

SetTargetGroupId gets a reference to the given string and assigns it to the TargetGroupId field.

func (*CreateEventHandlerRequest) SetTargetImsi

func (o *CreateEventHandlerRequest) SetTargetImsi(v string)

SetTargetImsi gets a reference to the given string and assigns it to the TargetImsi field.

func (*CreateEventHandlerRequest) SetTargetOperatorId

func (o *CreateEventHandlerRequest) SetTargetOperatorId(v string)

SetTargetOperatorId gets a reference to the given string and assigns it to the TargetOperatorId field.

func (*CreateEventHandlerRequest) SetTargetSimId

func (o *CreateEventHandlerRequest) SetTargetSimId(v string)

SetTargetSimId gets a reference to the given string and assigns it to the TargetSimId field.

type CreateGroupRequest

type CreateGroupRequest struct {
	// An object which always contains at least one property \"name\" with a string value. If you give a subscriber/SIM a name, the name will be returned as the value of the \"name\" property. If the subscriber/SIM does not have a name, an empty string \"\" is returned. In addition, if you create any custom tags for the subscriber/SIM, each custom tag will appear as additional properties in the object.
	Tags *map[string]string `json:"tags,omitempty"`
}

CreateGroupRequest struct for CreateGroupRequest

func NewCreateGroupRequest

func NewCreateGroupRequest() *CreateGroupRequest

NewCreateGroupRequest instantiates a new CreateGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateGroupRequestWithDefaults

func NewCreateGroupRequestWithDefaults() *CreateGroupRequest

NewCreateGroupRequestWithDefaults instantiates a new CreateGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateGroupRequest) GetTags

func (o *CreateGroupRequest) GetTags() map[string]string

GetTags returns the Tags field value if set, zero value otherwise.

func (*CreateGroupRequest) GetTagsOk

func (o *CreateGroupRequest) GetTagsOk() (*map[string]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateGroupRequest) HasTags

func (o *CreateGroupRequest) HasTags() bool

HasTags returns a boolean if a field has been set.

func (CreateGroupRequest) MarshalJSON

func (o CreateGroupRequest) MarshalJSON() ([]byte, error)

func (*CreateGroupRequest) SetTags

func (o *CreateGroupRequest) SetTags(v map[string]string)

SetTags gets a reference to the given map[string]string and assigns it to the Tags field.

type CreateOrUpdateRoleRequest

type CreateOrUpdateRoleRequest struct {
	Description *string `json:"description,omitempty"`
	// Permission の JSON
	Permission string `json:"permission"`
}

CreateOrUpdateRoleRequest struct for CreateOrUpdateRoleRequest

func NewCreateOrUpdateRoleRequest

func NewCreateOrUpdateRoleRequest(permission string) *CreateOrUpdateRoleRequest

NewCreateOrUpdateRoleRequest instantiates a new CreateOrUpdateRoleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateOrUpdateRoleRequestWithDefaults

func NewCreateOrUpdateRoleRequestWithDefaults() *CreateOrUpdateRoleRequest

NewCreateOrUpdateRoleRequestWithDefaults instantiates a new CreateOrUpdateRoleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateOrUpdateRoleRequest) GetDescription

func (o *CreateOrUpdateRoleRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CreateOrUpdateRoleRequest) GetDescriptionOk

func (o *CreateOrUpdateRoleRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateOrUpdateRoleRequest) GetPermission

func (o *CreateOrUpdateRoleRequest) GetPermission() string

GetPermission returns the Permission field value

func (*CreateOrUpdateRoleRequest) GetPermissionOk

func (o *CreateOrUpdateRoleRequest) GetPermissionOk() (*string, bool)

GetPermissionOk returns a tuple with the Permission field value and a boolean to check if the value has been set.

func (*CreateOrUpdateRoleRequest) HasDescription

func (o *CreateOrUpdateRoleRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (CreateOrUpdateRoleRequest) MarshalJSON

func (o CreateOrUpdateRoleRequest) MarshalJSON() ([]byte, error)

func (*CreateOrUpdateRoleRequest) SetDescription

func (o *CreateOrUpdateRoleRequest) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CreateOrUpdateRoleRequest) SetPermission

func (o *CreateOrUpdateRoleRequest) SetPermission(v string)

SetPermission sets field value

type CreatePortMappingRequest

type CreatePortMappingRequest struct {
	Destination PortMappingDestination `json:"destination"`
	// Specify the duration, in seconds, that remote access should be enabled.
	Duration *float32           `json:"duration,omitempty"`
	Source   *PortMappingSource `json:"source,omitempty"`
	// Specify whether access uses TLS.
	TlsRequired *bool `json:"tlsRequired,omitempty"`
}

CreatePortMappingRequest struct for CreatePortMappingRequest

func NewCreatePortMappingRequest

func NewCreatePortMappingRequest(destination PortMappingDestination) *CreatePortMappingRequest

NewCreatePortMappingRequest instantiates a new CreatePortMappingRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreatePortMappingRequestWithDefaults

func NewCreatePortMappingRequestWithDefaults() *CreatePortMappingRequest

NewCreatePortMappingRequestWithDefaults instantiates a new CreatePortMappingRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreatePortMappingRequest) GetDestination

GetDestination returns the Destination field value

func (*CreatePortMappingRequest) GetDestinationOk

func (o *CreatePortMappingRequest) GetDestinationOk() (*PortMappingDestination, bool)

GetDestinationOk returns a tuple with the Destination field value and a boolean to check if the value has been set.

func (*CreatePortMappingRequest) GetDuration

func (o *CreatePortMappingRequest) GetDuration() float32

GetDuration returns the Duration field value if set, zero value otherwise.

func (*CreatePortMappingRequest) GetDurationOk

func (o *CreatePortMappingRequest) GetDurationOk() (*float32, bool)

GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreatePortMappingRequest) GetSource

GetSource returns the Source field value if set, zero value otherwise.

func (*CreatePortMappingRequest) GetSourceOk

func (o *CreatePortMappingRequest) GetSourceOk() (*PortMappingSource, bool)

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreatePortMappingRequest) GetTlsRequired

func (o *CreatePortMappingRequest) GetTlsRequired() bool

GetTlsRequired returns the TlsRequired field value if set, zero value otherwise.

func (*CreatePortMappingRequest) GetTlsRequiredOk

func (o *CreatePortMappingRequest) GetTlsRequiredOk() (*bool, bool)

GetTlsRequiredOk returns a tuple with the TlsRequired field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreatePortMappingRequest) HasDuration

func (o *CreatePortMappingRequest) HasDuration() bool

HasDuration returns a boolean if a field has been set.

func (*CreatePortMappingRequest) HasSource

func (o *CreatePortMappingRequest) HasSource() bool

HasSource returns a boolean if a field has been set.

func (*CreatePortMappingRequest) HasTlsRequired

func (o *CreatePortMappingRequest) HasTlsRequired() bool

HasTlsRequired returns a boolean if a field has been set.

func (CreatePortMappingRequest) MarshalJSON

func (o CreatePortMappingRequest) MarshalJSON() ([]byte, error)

func (*CreatePortMappingRequest) SetDestination

func (o *CreatePortMappingRequest) SetDestination(v PortMappingDestination)

SetDestination sets field value

func (*CreatePortMappingRequest) SetDuration

func (o *CreatePortMappingRequest) SetDuration(v float32)

SetDuration gets a reference to the given float32 and assigns it to the Duration field.

func (*CreatePortMappingRequest) SetSource

SetSource gets a reference to the given PortMappingSource and assigns it to the Source field.

func (*CreatePortMappingRequest) SetTlsRequired

func (o *CreatePortMappingRequest) SetTlsRequired(v bool)

SetTlsRequired gets a reference to the given bool and assigns it to the TlsRequired field.

type CreateRoleResponse

type CreateRoleResponse struct {
	RoleId *string `json:"roleId,omitempty"`
}

CreateRoleResponse struct for CreateRoleResponse

func NewCreateRoleResponse

func NewCreateRoleResponse() *CreateRoleResponse

NewCreateRoleResponse instantiates a new CreateRoleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateRoleResponseWithDefaults

func NewCreateRoleResponseWithDefaults() *CreateRoleResponse

NewCreateRoleResponseWithDefaults instantiates a new CreateRoleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateRoleResponse) GetRoleId

func (o *CreateRoleResponse) GetRoleId() string

GetRoleId returns the RoleId field value if set, zero value otherwise.

func (*CreateRoleResponse) GetRoleIdOk

func (o *CreateRoleResponse) GetRoleIdOk() (*string, bool)

GetRoleIdOk returns a tuple with the RoleId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateRoleResponse) HasRoleId

func (o *CreateRoleResponse) HasRoleId() bool

HasRoleId returns a boolean if a field has been set.

func (CreateRoleResponse) MarshalJSON

func (o CreateRoleResponse) MarshalJSON() ([]byte, error)

func (*CreateRoleResponse) SetRoleId

func (o *CreateRoleResponse) SetRoleId(v string)

SetRoleId gets a reference to the given string and assigns it to the RoleId field.

type CreateSimRequest

type CreateSimRequest struct {
	Subscription string `json:"subscription"`
	Type         string `json:"type"`
}

CreateSimRequest struct for CreateSimRequest

func NewCreateSimRequest

func NewCreateSimRequest(subscription string, type_ string) *CreateSimRequest

NewCreateSimRequest instantiates a new CreateSimRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateSimRequestWithDefaults

func NewCreateSimRequestWithDefaults() *CreateSimRequest

NewCreateSimRequestWithDefaults instantiates a new CreateSimRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateSimRequest) GetSubscription

func (o *CreateSimRequest) GetSubscription() string

GetSubscription returns the Subscription field value

func (*CreateSimRequest) GetSubscriptionOk

func (o *CreateSimRequest) GetSubscriptionOk() (*string, bool)

GetSubscriptionOk returns a tuple with the Subscription field value and a boolean to check if the value has been set.

func (*CreateSimRequest) GetType

func (o *CreateSimRequest) GetType() string

GetType returns the Type field value

func (*CreateSimRequest) GetTypeOk

func (o *CreateSimRequest) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (CreateSimRequest) MarshalJSON

func (o CreateSimRequest) MarshalJSON() ([]byte, error)

func (*CreateSimRequest) SetSubscription

func (o *CreateSimRequest) SetSubscription(v string)

SetSubscription sets field value

func (*CreateSimRequest) SetType

func (o *CreateSimRequest) SetType(v string)

SetType sets field value

type CreateSoraletRequest

type CreateSoraletRequest struct {
	Description *string `json:"description,omitempty"`
	SoraletId   string  `json:"soraletId"`
}

CreateSoraletRequest struct for CreateSoraletRequest

func NewCreateSoraletRequest

func NewCreateSoraletRequest(soraletId string) *CreateSoraletRequest

NewCreateSoraletRequest instantiates a new CreateSoraletRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateSoraletRequestWithDefaults

func NewCreateSoraletRequestWithDefaults() *CreateSoraletRequest

NewCreateSoraletRequestWithDefaults instantiates a new CreateSoraletRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateSoraletRequest) GetDescription

func (o *CreateSoraletRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CreateSoraletRequest) GetDescriptionOk

func (o *CreateSoraletRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateSoraletRequest) GetSoraletId

func (o *CreateSoraletRequest) GetSoraletId() string

GetSoraletId returns the SoraletId field value

func (*CreateSoraletRequest) GetSoraletIdOk

func (o *CreateSoraletRequest) GetSoraletIdOk() (*string, bool)

GetSoraletIdOk returns a tuple with the SoraletId field value and a boolean to check if the value has been set.

func (*CreateSoraletRequest) HasDescription

func (o *CreateSoraletRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (CreateSoraletRequest) MarshalJSON

func (o CreateSoraletRequest) MarshalJSON() ([]byte, error)

func (*CreateSoraletRequest) SetDescription

func (o *CreateSoraletRequest) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CreateSoraletRequest) SetSoraletId

func (o *CreateSoraletRequest) SetSoraletId(v string)

SetSoraletId sets field value

type CreateUserPasswordRequest

type CreateUserPasswordRequest struct {
	Password *string `json:"password,omitempty"`
}

CreateUserPasswordRequest struct for CreateUserPasswordRequest

func NewCreateUserPasswordRequest

func NewCreateUserPasswordRequest() *CreateUserPasswordRequest

NewCreateUserPasswordRequest instantiates a new CreateUserPasswordRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateUserPasswordRequestWithDefaults

func NewCreateUserPasswordRequestWithDefaults() *CreateUserPasswordRequest

NewCreateUserPasswordRequestWithDefaults instantiates a new CreateUserPasswordRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateUserPasswordRequest) GetPassword

func (o *CreateUserPasswordRequest) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*CreateUserPasswordRequest) GetPasswordOk

func (o *CreateUserPasswordRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUserPasswordRequest) HasPassword

func (o *CreateUserPasswordRequest) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (CreateUserPasswordRequest) MarshalJSON

func (o CreateUserPasswordRequest) MarshalJSON() ([]byte, error)

func (*CreateUserPasswordRequest) SetPassword

func (o *CreateUserPasswordRequest) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

type CreateUserRequest

type CreateUserRequest struct {
	Description *string `json:"description,omitempty"`
}

CreateUserRequest struct for CreateUserRequest

func NewCreateUserRequest

func NewCreateUserRequest() *CreateUserRequest

NewCreateUserRequest instantiates a new CreateUserRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateUserRequestWithDefaults

func NewCreateUserRequestWithDefaults() *CreateUserRequest

NewCreateUserRequestWithDefaults instantiates a new CreateUserRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateUserRequest) GetDescription

func (o *CreateUserRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CreateUserRequest) GetDescriptionOk

func (o *CreateUserRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUserRequest) HasDescription

func (o *CreateUserRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (CreateUserRequest) MarshalJSON

func (o CreateUserRequest) MarshalJSON() ([]byte, error)

func (*CreateUserRequest) SetDescription

func (o *CreateUserRequest) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

type CreateVirtualPrivateGatewayRequest

type CreateVirtualPrivateGatewayRequest struct {
	DeviceSubnetCidrRange *string `json:"deviceSubnetCidrRange,omitempty"`
	// VPG のタイプ  - `14` : Type-E  - `15` : Type-F
	Type               int32 `json:"type"`
	UseInternetGateway *bool `json:"useInternetGateway,omitempty"`
}

CreateVirtualPrivateGatewayRequest struct for CreateVirtualPrivateGatewayRequest

func NewCreateVirtualPrivateGatewayRequest

func NewCreateVirtualPrivateGatewayRequest(type_ int32) *CreateVirtualPrivateGatewayRequest

NewCreateVirtualPrivateGatewayRequest instantiates a new CreateVirtualPrivateGatewayRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateVirtualPrivateGatewayRequestWithDefaults

func NewCreateVirtualPrivateGatewayRequestWithDefaults() *CreateVirtualPrivateGatewayRequest

NewCreateVirtualPrivateGatewayRequestWithDefaults instantiates a new CreateVirtualPrivateGatewayRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateVirtualPrivateGatewayRequest) GetDeviceSubnetCidrRange

func (o *CreateVirtualPrivateGatewayRequest) GetDeviceSubnetCidrRange() string

GetDeviceSubnetCidrRange returns the DeviceSubnetCidrRange field value if set, zero value otherwise.

func (*CreateVirtualPrivateGatewayRequest) GetDeviceSubnetCidrRangeOk

func (o *CreateVirtualPrivateGatewayRequest) GetDeviceSubnetCidrRangeOk() (*string, bool)

GetDeviceSubnetCidrRangeOk returns a tuple with the DeviceSubnetCidrRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualPrivateGatewayRequest) GetType

GetType returns the Type field value

func (*CreateVirtualPrivateGatewayRequest) GetTypeOk

func (o *CreateVirtualPrivateGatewayRequest) GetTypeOk() (*int32, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*CreateVirtualPrivateGatewayRequest) GetUseInternetGateway

func (o *CreateVirtualPrivateGatewayRequest) GetUseInternetGateway() bool

GetUseInternetGateway returns the UseInternetGateway field value if set, zero value otherwise.

func (*CreateVirtualPrivateGatewayRequest) GetUseInternetGatewayOk

func (o *CreateVirtualPrivateGatewayRequest) GetUseInternetGatewayOk() (*bool, bool)

GetUseInternetGatewayOk returns a tuple with the UseInternetGateway field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVirtualPrivateGatewayRequest) HasDeviceSubnetCidrRange

func (o *CreateVirtualPrivateGatewayRequest) HasDeviceSubnetCidrRange() bool

HasDeviceSubnetCidrRange returns a boolean if a field has been set.

func (*CreateVirtualPrivateGatewayRequest) HasUseInternetGateway

func (o *CreateVirtualPrivateGatewayRequest) HasUseInternetGateway() bool

HasUseInternetGateway returns a boolean if a field has been set.

func (CreateVirtualPrivateGatewayRequest) MarshalJSON

func (o CreateVirtualPrivateGatewayRequest) MarshalJSON() ([]byte, error)

func (*CreateVirtualPrivateGatewayRequest) SetDeviceSubnetCidrRange

func (o *CreateVirtualPrivateGatewayRequest) SetDeviceSubnetCidrRange(v string)

SetDeviceSubnetCidrRange gets a reference to the given string and assigns it to the DeviceSubnetCidrRange field.

func (*CreateVirtualPrivateGatewayRequest) SetType

SetType sets field value

func (*CreateVirtualPrivateGatewayRequest) SetUseInternetGateway

func (o *CreateVirtualPrivateGatewayRequest) SetUseInternetGateway(v bool)

SetUseInternetGateway gets a reference to the given bool and assigns it to the UseInternetGateway field.

type CreateVpcPeeringConnectionRequest

type CreateVpcPeeringConnectionRequest struct {
	DestinationCidrBlock *string `json:"destinationCidrBlock,omitempty"`
	PeerOwnerId          *string `json:"peerOwnerId,omitempty"`
	PeerRegion           *string `json:"peerRegion,omitempty"`
	PeerVpcId            *string `json:"peerVpcId,omitempty"`
}

CreateVpcPeeringConnectionRequest struct for CreateVpcPeeringConnectionRequest

func NewCreateVpcPeeringConnectionRequest

func NewCreateVpcPeeringConnectionRequest() *CreateVpcPeeringConnectionRequest

NewCreateVpcPeeringConnectionRequest instantiates a new CreateVpcPeeringConnectionRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateVpcPeeringConnectionRequestWithDefaults

func NewCreateVpcPeeringConnectionRequestWithDefaults() *CreateVpcPeeringConnectionRequest

NewCreateVpcPeeringConnectionRequestWithDefaults instantiates a new CreateVpcPeeringConnectionRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateVpcPeeringConnectionRequest) GetDestinationCidrBlock

func (o *CreateVpcPeeringConnectionRequest) GetDestinationCidrBlock() string

GetDestinationCidrBlock returns the DestinationCidrBlock field value if set, zero value otherwise.

func (*CreateVpcPeeringConnectionRequest) GetDestinationCidrBlockOk

func (o *CreateVpcPeeringConnectionRequest) GetDestinationCidrBlockOk() (*string, bool)

GetDestinationCidrBlockOk returns a tuple with the DestinationCidrBlock field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVpcPeeringConnectionRequest) GetPeerOwnerId

func (o *CreateVpcPeeringConnectionRequest) GetPeerOwnerId() string

GetPeerOwnerId returns the PeerOwnerId field value if set, zero value otherwise.

func (*CreateVpcPeeringConnectionRequest) GetPeerOwnerIdOk

func (o *CreateVpcPeeringConnectionRequest) GetPeerOwnerIdOk() (*string, bool)

GetPeerOwnerIdOk returns a tuple with the PeerOwnerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVpcPeeringConnectionRequest) GetPeerRegion

func (o *CreateVpcPeeringConnectionRequest) GetPeerRegion() string

GetPeerRegion returns the PeerRegion field value if set, zero value otherwise.

func (*CreateVpcPeeringConnectionRequest) GetPeerRegionOk

func (o *CreateVpcPeeringConnectionRequest) GetPeerRegionOk() (*string, bool)

GetPeerRegionOk returns a tuple with the PeerRegion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVpcPeeringConnectionRequest) GetPeerVpcId

func (o *CreateVpcPeeringConnectionRequest) GetPeerVpcId() string

GetPeerVpcId returns the PeerVpcId field value if set, zero value otherwise.

func (*CreateVpcPeeringConnectionRequest) GetPeerVpcIdOk

func (o *CreateVpcPeeringConnectionRequest) GetPeerVpcIdOk() (*string, bool)

GetPeerVpcIdOk returns a tuple with the PeerVpcId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateVpcPeeringConnectionRequest) HasDestinationCidrBlock

func (o *CreateVpcPeeringConnectionRequest) HasDestinationCidrBlock() bool

HasDestinationCidrBlock returns a boolean if a field has been set.

func (*CreateVpcPeeringConnectionRequest) HasPeerOwnerId

func (o *CreateVpcPeeringConnectionRequest) HasPeerOwnerId() bool

HasPeerOwnerId returns a boolean if a field has been set.

func (*CreateVpcPeeringConnectionRequest) HasPeerRegion

func (o *CreateVpcPeeringConnectionRequest) HasPeerRegion() bool

HasPeerRegion returns a boolean if a field has been set.

func (*CreateVpcPeeringConnectionRequest) HasPeerVpcId

func (o *CreateVpcPeeringConnectionRequest) HasPeerVpcId() bool

HasPeerVpcId returns a boolean if a field has been set.

func (CreateVpcPeeringConnectionRequest) MarshalJSON

func (o CreateVpcPeeringConnectionRequest) MarshalJSON() ([]byte, error)

func (*CreateVpcPeeringConnectionRequest) SetDestinationCidrBlock

func (o *CreateVpcPeeringConnectionRequest) SetDestinationCidrBlock(v string)

SetDestinationCidrBlock gets a reference to the given string and assigns it to the DestinationCidrBlock field.

func (*CreateVpcPeeringConnectionRequest) SetPeerOwnerId

func (o *CreateVpcPeeringConnectionRequest) SetPeerOwnerId(v string)

SetPeerOwnerId gets a reference to the given string and assigns it to the PeerOwnerId field.

func (*CreateVpcPeeringConnectionRequest) SetPeerRegion

func (o *CreateVpcPeeringConnectionRequest) SetPeerRegion(v string)

SetPeerRegion gets a reference to the given string and assigns it to the PeerRegion field.

func (*CreateVpcPeeringConnectionRequest) SetPeerVpcId

func (o *CreateVpcPeeringConnectionRequest) SetPeerVpcId(v string)

SetPeerVpcId gets a reference to the given string and assigns it to the PeerVpcId field.

type CredentialApiService

type CredentialApiService service

CredentialApiService CredentialApi service

func (*CredentialApiService) CreateCredential

func (a *CredentialApiService) CreateCredential(ctx context.Context, credentialsId string) ApiCreateCredentialRequest

CreateCredential 認証情報の作成

認証情報を新規作成する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param credentialsId credentials_id
@return ApiCreateCredentialRequest

func (*CredentialApiService) CreateCredentialExecute

Execute executes the request

@return CredentialsModel

func (*CredentialApiService) DeleteCredential

func (a *CredentialApiService) DeleteCredential(ctx context.Context, credentialsId string) ApiDeleteCredentialRequest

DeleteCredential 認証情報の削除

認証情報を削除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param credentialsId Credentials ID
@return ApiDeleteCredentialRequest

func (*CredentialApiService) DeleteCredentialExecute

func (a *CredentialApiService) DeleteCredentialExecute(r ApiDeleteCredentialRequest) (*http.Response, error)

Execute executes the request

func (*CredentialApiService) ListCredentials

ListCredentials 認証情報の表示

認証情報の一覧を返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListCredentialsRequest

func (*CredentialApiService) ListCredentialsExecute

Execute executes the request

@return []CredentialsModel

func (*CredentialApiService) UpdateCredential

func (a *CredentialApiService) UpdateCredential(ctx context.Context, credentialsId string) ApiUpdateCredentialRequest

UpdateCredential 認証情報の更新

認証情報を更新する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param credentialsId credentials_id
@return ApiUpdateCredentialRequest

func (*CredentialApiService) UpdateCredentialExecute

Execute executes the request

@return CredentialsModel

type CredentialsModel

type CredentialsModel struct {
	CreateDateTime   *int64                 `json:"createDateTime,omitempty"`
	Credentials      map[string]interface{} `json:"credentials,omitempty"`
	CredentialsId    *string                `json:"credentialsId,omitempty"`
	Description      *string                `json:"description,omitempty"`
	LastUsedDateTime *int64                 `json:"lastUsedDateTime,omitempty"`
	Type             *string                `json:"type,omitempty"`
	UpdateDateTime   *int64                 `json:"updateDateTime,omitempty"`
}

CredentialsModel struct for CredentialsModel

func NewCredentialsModel

func NewCredentialsModel() *CredentialsModel

NewCredentialsModel instantiates a new CredentialsModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCredentialsModelWithDefaults

func NewCredentialsModelWithDefaults() *CredentialsModel

NewCredentialsModelWithDefaults instantiates a new CredentialsModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CredentialsModel) GetCreateDateTime

func (o *CredentialsModel) GetCreateDateTime() int64

GetCreateDateTime returns the CreateDateTime field value if set, zero value otherwise.

func (*CredentialsModel) GetCreateDateTimeOk

func (o *CredentialsModel) GetCreateDateTimeOk() (*int64, bool)

GetCreateDateTimeOk returns a tuple with the CreateDateTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CredentialsModel) GetCredentials

func (o *CredentialsModel) GetCredentials() map[string]interface{}

GetCredentials returns the Credentials field value if set, zero value otherwise.

func (*CredentialsModel) GetCredentialsId

func (o *CredentialsModel) GetCredentialsId() string

GetCredentialsId returns the CredentialsId field value if set, zero value otherwise.

func (*CredentialsModel) GetCredentialsIdOk

func (o *CredentialsModel) GetCredentialsIdOk() (*string, bool)

GetCredentialsIdOk returns a tuple with the CredentialsId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CredentialsModel) GetCredentialsOk

func (o *CredentialsModel) GetCredentialsOk() (map[string]interface{}, bool)

GetCredentialsOk returns a tuple with the Credentials field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CredentialsModel) GetDescription

func (o *CredentialsModel) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CredentialsModel) GetDescriptionOk

func (o *CredentialsModel) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CredentialsModel) GetLastUsedDateTime

func (o *CredentialsModel) GetLastUsedDateTime() int64

GetLastUsedDateTime returns the LastUsedDateTime field value if set, zero value otherwise.

func (*CredentialsModel) GetLastUsedDateTimeOk

func (o *CredentialsModel) GetLastUsedDateTimeOk() (*int64, bool)

GetLastUsedDateTimeOk returns a tuple with the LastUsedDateTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CredentialsModel) GetType

func (o *CredentialsModel) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*CredentialsModel) GetTypeOk

func (o *CredentialsModel) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CredentialsModel) GetUpdateDateTime

func (o *CredentialsModel) GetUpdateDateTime() int64

GetUpdateDateTime returns the UpdateDateTime field value if set, zero value otherwise.

func (*CredentialsModel) GetUpdateDateTimeOk

func (o *CredentialsModel) GetUpdateDateTimeOk() (*int64, bool)

GetUpdateDateTimeOk returns a tuple with the UpdateDateTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CredentialsModel) HasCreateDateTime

func (o *CredentialsModel) HasCreateDateTime() bool

HasCreateDateTime returns a boolean if a field has been set.

func (*CredentialsModel) HasCredentials

func (o *CredentialsModel) HasCredentials() bool

HasCredentials returns a boolean if a field has been set.

func (*CredentialsModel) HasCredentialsId

func (o *CredentialsModel) HasCredentialsId() bool

HasCredentialsId returns a boolean if a field has been set.

func (*CredentialsModel) HasDescription

func (o *CredentialsModel) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CredentialsModel) HasLastUsedDateTime

func (o *CredentialsModel) HasLastUsedDateTime() bool

HasLastUsedDateTime returns a boolean if a field has been set.

func (*CredentialsModel) HasType

func (o *CredentialsModel) HasType() bool

HasType returns a boolean if a field has been set.

func (*CredentialsModel) HasUpdateDateTime

func (o *CredentialsModel) HasUpdateDateTime() bool

HasUpdateDateTime returns a boolean if a field has been set.

func (CredentialsModel) MarshalJSON

func (o CredentialsModel) MarshalJSON() ([]byte, error)

func (*CredentialsModel) SetCreateDateTime

func (o *CredentialsModel) SetCreateDateTime(v int64)

SetCreateDateTime gets a reference to the given int64 and assigns it to the CreateDateTime field.

func (*CredentialsModel) SetCredentials

func (o *CredentialsModel) SetCredentials(v map[string]interface{})

SetCredentials gets a reference to the given map[string]interface{} and assigns it to the Credentials field.

func (*CredentialsModel) SetCredentialsId

func (o *CredentialsModel) SetCredentialsId(v string)

SetCredentialsId gets a reference to the given string and assigns it to the CredentialsId field.

func (*CredentialsModel) SetDescription

func (o *CredentialsModel) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CredentialsModel) SetLastUsedDateTime

func (o *CredentialsModel) SetLastUsedDateTime(v int64)

SetLastUsedDateTime gets a reference to the given int64 and assigns it to the LastUsedDateTime field.

func (*CredentialsModel) SetType

func (o *CredentialsModel) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*CredentialsModel) SetUpdateDateTime

func (o *CredentialsModel) SetUpdateDateTime(v int64)

SetUpdateDateTime gets a reference to the given int64 and assigns it to the UpdateDateTime field.

type CreditCard

type CreditCard struct {
	Cvc         *string `json:"cvc,omitempty"`
	ExpireMonth *int32  `json:"expireMonth,omitempty"`
	ExpireYear  *int32  `json:"expireYear,omitempty"`
	Name        *string `json:"name,omitempty"`
	Number      *string `json:"number,omitempty"`
}

CreditCard struct for CreditCard

func NewCreditCard

func NewCreditCard() *CreditCard

NewCreditCard instantiates a new CreditCard object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreditCardWithDefaults

func NewCreditCardWithDefaults() *CreditCard

NewCreditCardWithDefaults instantiates a new CreditCard object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreditCard) GetCvc

func (o *CreditCard) GetCvc() string

GetCvc returns the Cvc field value if set, zero value otherwise.

func (*CreditCard) GetCvcOk

func (o *CreditCard) GetCvcOk() (*string, bool)

GetCvcOk returns a tuple with the Cvc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreditCard) GetExpireMonth

func (o *CreditCard) GetExpireMonth() int32

GetExpireMonth returns the ExpireMonth field value if set, zero value otherwise.

func (*CreditCard) GetExpireMonthOk

func (o *CreditCard) GetExpireMonthOk() (*int32, bool)

GetExpireMonthOk returns a tuple with the ExpireMonth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreditCard) GetExpireYear

func (o *CreditCard) GetExpireYear() int32

GetExpireYear returns the ExpireYear field value if set, zero value otherwise.

func (*CreditCard) GetExpireYearOk

func (o *CreditCard) GetExpireYearOk() (*int32, bool)

GetExpireYearOk returns a tuple with the ExpireYear field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreditCard) GetName

func (o *CreditCard) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CreditCard) GetNameOk

func (o *CreditCard) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreditCard) GetNumber

func (o *CreditCard) GetNumber() string

GetNumber returns the Number field value if set, zero value otherwise.

func (*CreditCard) GetNumberOk

func (o *CreditCard) GetNumberOk() (*string, bool)

GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreditCard) HasCvc

func (o *CreditCard) HasCvc() bool

HasCvc returns a boolean if a field has been set.

func (*CreditCard) HasExpireMonth

func (o *CreditCard) HasExpireMonth() bool

HasExpireMonth returns a boolean if a field has been set.

func (*CreditCard) HasExpireYear

func (o *CreditCard) HasExpireYear() bool

HasExpireYear returns a boolean if a field has been set.

func (*CreditCard) HasName

func (o *CreditCard) HasName() bool

HasName returns a boolean if a field has been set.

func (*CreditCard) HasNumber

func (o *CreditCard) HasNumber() bool

HasNumber returns a boolean if a field has been set.

func (CreditCard) MarshalJSON

func (o CreditCard) MarshalJSON() ([]byte, error)

func (*CreditCard) SetCvc

func (o *CreditCard) SetCvc(v string)

SetCvc gets a reference to the given string and assigns it to the Cvc field.

func (*CreditCard) SetExpireMonth

func (o *CreditCard) SetExpireMonth(v int32)

SetExpireMonth gets a reference to the given int32 and assigns it to the ExpireMonth field.

func (*CreditCard) SetExpireYear

func (o *CreditCard) SetExpireYear(v int32)

SetExpireYear gets a reference to the given int32 and assigns it to the ExpireYear field.

func (*CreditCard) SetName

func (o *CreditCard) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*CreditCard) SetNumber

func (o *CreditCard) SetNumber(v string)

SetNumber gets a reference to the given string and assigns it to the Number field.

type DailyBill

type DailyBill struct {
	// 金額
	Amount *int64 `json:"amount,omitempty"`
	// 通貨
	Currency *string `json:"currency,omitempty"`
	// 年月日
	Date *string `json:"date,omitempty"`
}

DailyBill struct for DailyBill

func NewDailyBill

func NewDailyBill() *DailyBill

NewDailyBill instantiates a new DailyBill object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDailyBillWithDefaults

func NewDailyBillWithDefaults() *DailyBill

NewDailyBillWithDefaults instantiates a new DailyBill object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DailyBill) GetAmount

func (o *DailyBill) GetAmount() int64

GetAmount returns the Amount field value if set, zero value otherwise.

func (*DailyBill) GetAmountOk

func (o *DailyBill) GetAmountOk() (*int64, bool)

GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DailyBill) GetCurrency

func (o *DailyBill) GetCurrency() string

GetCurrency returns the Currency field value if set, zero value otherwise.

func (*DailyBill) GetCurrencyOk

func (o *DailyBill) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DailyBill) GetDate

func (o *DailyBill) GetDate() string

GetDate returns the Date field value if set, zero value otherwise.

func (*DailyBill) GetDateOk

func (o *DailyBill) GetDateOk() (*string, bool)

GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DailyBill) HasAmount

func (o *DailyBill) HasAmount() bool

HasAmount returns a boolean if a field has been set.

func (*DailyBill) HasCurrency

func (o *DailyBill) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

func (*DailyBill) HasDate

func (o *DailyBill) HasDate() bool

HasDate returns a boolean if a field has been set.

func (DailyBill) MarshalJSON

func (o DailyBill) MarshalJSON() ([]byte, error)

func (*DailyBill) SetAmount

func (o *DailyBill) SetAmount(v int64)

SetAmount gets a reference to the given int64 and assigns it to the Amount field.

func (*DailyBill) SetCurrency

func (o *DailyBill) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

func (*DailyBill) SetDate

func (o *DailyBill) SetDate(v string)

SetDate gets a reference to the given string and assigns it to the Date field.

type DailyBillResponse

type DailyBillResponse struct {
	// 日ごとの利用料金
	BillList []DailyBill `json:"billList,omitempty"`
}

DailyBillResponse struct for DailyBillResponse

func NewDailyBillResponse

func NewDailyBillResponse() *DailyBillResponse

NewDailyBillResponse instantiates a new DailyBillResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDailyBillResponseWithDefaults

func NewDailyBillResponseWithDefaults() *DailyBillResponse

NewDailyBillResponseWithDefaults instantiates a new DailyBillResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DailyBillResponse) GetBillList

func (o *DailyBillResponse) GetBillList() []DailyBill

GetBillList returns the BillList field value if set, zero value otherwise.

func (*DailyBillResponse) GetBillListOk

func (o *DailyBillResponse) GetBillListOk() ([]DailyBill, bool)

GetBillListOk returns a tuple with the BillList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DailyBillResponse) HasBillList

func (o *DailyBillResponse) HasBillList() bool

HasBillList returns a boolean if a field has been set.

func (DailyBillResponse) MarshalJSON

func (o DailyBillResponse) MarshalJSON() ([]byte, error)

func (*DailyBillResponse) SetBillList

func (o *DailyBillResponse) SetBillList(v []DailyBill)

SetBillList gets a reference to the given []DailyBill and assigns it to the BillList field.

type DataEntry

type DataEntry struct {
	Content     *string `json:"content,omitempty"`
	ContentType *string `json:"contentType,omitempty"`
	Time        *int64  `json:"time,omitempty"`
}

DataEntry struct for DataEntry

func NewDataEntry

func NewDataEntry() *DataEntry

NewDataEntry instantiates a new DataEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDataEntryWithDefaults

func NewDataEntryWithDefaults() *DataEntry

NewDataEntryWithDefaults instantiates a new DataEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DataEntry) GetContent

func (o *DataEntry) GetContent() string

GetContent returns the Content field value if set, zero value otherwise.

func (*DataEntry) GetContentOk

func (o *DataEntry) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataEntry) GetContentType

func (o *DataEntry) GetContentType() string

GetContentType returns the ContentType field value if set, zero value otherwise.

func (*DataEntry) GetContentTypeOk

func (o *DataEntry) GetContentTypeOk() (*string, bool)

GetContentTypeOk returns a tuple with the ContentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataEntry) GetTime

func (o *DataEntry) GetTime() int64

GetTime returns the Time field value if set, zero value otherwise.

func (*DataEntry) GetTimeOk

func (o *DataEntry) GetTimeOk() (*int64, bool)

GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataEntry) HasContent

func (o *DataEntry) HasContent() bool

HasContent returns a boolean if a field has been set.

func (*DataEntry) HasContentType

func (o *DataEntry) HasContentType() bool

HasContentType returns a boolean if a field has been set.

func (*DataEntry) HasTime

func (o *DataEntry) HasTime() bool

HasTime returns a boolean if a field has been set.

func (DataEntry) MarshalJSON

func (o DataEntry) MarshalJSON() ([]byte, error)

func (*DataEntry) SetContent

func (o *DataEntry) SetContent(v string)

SetContent gets a reference to the given string and assigns it to the Content field.

func (*DataEntry) SetContentType

func (o *DataEntry) SetContentType(v string)

SetContentType gets a reference to the given string and assigns it to the ContentType field.

func (*DataEntry) SetTime

func (o *DataEntry) SetTime(v int64)

SetTime gets a reference to the given int64 and assigns it to the Time field.

type DataEntryApiService

type DataEntryApiService service

DataEntryApiService DataEntryApi service

func (*DataEntryApiService) DeleteDataEntry

func (a *DataEntryApiService) DeleteDataEntry(ctx context.Context, resourceType string, resourceId string, time int32) ApiDeleteDataEntryRequest

DeleteDataEntry Deletes a data entry

リソース ID とタイムスタンプで指定されたデータエントリを削除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param resourceType データ送信元リソースの Type
@param resourceId データ送信元リソースの ID
@param time 削除対象のデータエントリのタイムスタンプ (UNIX 時間 (ミリ秒))
@return ApiDeleteDataEntryRequest

func (*DataEntryApiService) DeleteDataEntryExecute

func (a *DataEntryApiService) DeleteDataEntryExecute(r ApiDeleteDataEntryRequest) (*http.Response, error)

Execute executes the request

func (*DataEntryApiService) GetDataEntries

func (a *DataEntryApiService) GetDataEntries(ctx context.Context, resourceType string, resourceId string) ApiGetDataEntriesRequest

GetDataEntries Get data sent from a resource

指定されたデータ送信元リソースから送られたデータの中で、条件に合うエントリのリストを返す。データエントリの総数が 1 ページに収まらない場合は、次のページにアクセスするための URL を`Link`ヘッダに含めて返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param resourceType データ送信元リソースの Type
@param resourceId データ送信元リソースの ID
@return ApiGetDataEntriesRequest

func (*DataEntryApiService) GetDataEntriesExecute

func (a *DataEntryApiService) GetDataEntriesExecute(r ApiGetDataEntriesRequest) ([]DataEntry, *http.Response, error)

Execute executes the request

@return []DataEntry

func (*DataEntryApiService) GetDataEntry

func (a *DataEntryApiService) GetDataEntry(ctx context.Context, resourceType string, resourceId string, time int32) ApiGetDataEntryRequest

GetDataEntry Gets a data entry

リソース ID とタイムスタンプで指定されたデータエントリを取得する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param resourceType データ送信元リソースの Type
@param resourceId データ送信元リソースの ID
@param time 取得対象のデータエントリのタイムスタンプ (UNIX 時間 (ミリ秒))
@return ApiGetDataEntryRequest

func (*DataEntryApiService) GetDataEntryExecute

func (a *DataEntryApiService) GetDataEntryExecute(r ApiGetDataEntryRequest) (*http.Response, error)

Execute executes the request

func (*DataEntryApiService) ListDataSourceResources

func (a *DataEntryApiService) ListDataSourceResources(ctx context.Context) ApiListDataSourceResourcesRequest

ListDataSourceResources Get the list of data source resources

当該オペレータに属するデータ送信元リソースのリストを返す。データ送信元リソースの総数が 1 ページに収まらない場合は、次のページにアクセスするための URL を`Link`ヘッダに含めて返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListDataSourceResourcesRequest

func (*DataEntryApiService) ListDataSourceResourcesExecute

Execute executes the request

@return []DataSourceResourceMetadata

type DataSourceResourceMetadata

type DataSourceResourceMetadata struct {
	AttributeNames   []string `json:"attributeNames,omitempty"`
	LastModifiedTime *int64   `json:"lastModifiedTime,omitempty"`
	ResourceId       *string  `json:"resourceId,omitempty"`
	ResourceType     *string  `json:"resourceType,omitempty"`
}

DataSourceResourceMetadata struct for DataSourceResourceMetadata

func NewDataSourceResourceMetadata

func NewDataSourceResourceMetadata() *DataSourceResourceMetadata

NewDataSourceResourceMetadata instantiates a new DataSourceResourceMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDataSourceResourceMetadataWithDefaults

func NewDataSourceResourceMetadataWithDefaults() *DataSourceResourceMetadata

NewDataSourceResourceMetadataWithDefaults instantiates a new DataSourceResourceMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DataSourceResourceMetadata) GetAttributeNames

func (o *DataSourceResourceMetadata) GetAttributeNames() []string

GetAttributeNames returns the AttributeNames field value if set, zero value otherwise.

func (*DataSourceResourceMetadata) GetAttributeNamesOk

func (o *DataSourceResourceMetadata) GetAttributeNamesOk() ([]string, bool)

GetAttributeNamesOk returns a tuple with the AttributeNames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataSourceResourceMetadata) GetLastModifiedTime

func (o *DataSourceResourceMetadata) GetLastModifiedTime() int64

GetLastModifiedTime returns the LastModifiedTime field value if set, zero value otherwise.

func (*DataSourceResourceMetadata) GetLastModifiedTimeOk

func (o *DataSourceResourceMetadata) GetLastModifiedTimeOk() (*int64, bool)

GetLastModifiedTimeOk returns a tuple with the LastModifiedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataSourceResourceMetadata) GetResourceId

func (o *DataSourceResourceMetadata) GetResourceId() string

GetResourceId returns the ResourceId field value if set, zero value otherwise.

func (*DataSourceResourceMetadata) GetResourceIdOk

func (o *DataSourceResourceMetadata) GetResourceIdOk() (*string, bool)

GetResourceIdOk returns a tuple with the ResourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataSourceResourceMetadata) GetResourceType

func (o *DataSourceResourceMetadata) GetResourceType() string

GetResourceType returns the ResourceType field value if set, zero value otherwise.

func (*DataSourceResourceMetadata) GetResourceTypeOk

func (o *DataSourceResourceMetadata) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataSourceResourceMetadata) HasAttributeNames

func (o *DataSourceResourceMetadata) HasAttributeNames() bool

HasAttributeNames returns a boolean if a field has been set.

func (*DataSourceResourceMetadata) HasLastModifiedTime

func (o *DataSourceResourceMetadata) HasLastModifiedTime() bool

HasLastModifiedTime returns a boolean if a field has been set.

func (*DataSourceResourceMetadata) HasResourceId

func (o *DataSourceResourceMetadata) HasResourceId() bool

HasResourceId returns a boolean if a field has been set.

func (*DataSourceResourceMetadata) HasResourceType

func (o *DataSourceResourceMetadata) HasResourceType() bool

HasResourceType returns a boolean if a field has been set.

func (DataSourceResourceMetadata) MarshalJSON

func (o DataSourceResourceMetadata) MarshalJSON() ([]byte, error)

func (*DataSourceResourceMetadata) SetAttributeNames

func (o *DataSourceResourceMetadata) SetAttributeNames(v []string)

SetAttributeNames gets a reference to the given []string and assigns it to the AttributeNames field.

func (*DataSourceResourceMetadata) SetLastModifiedTime

func (o *DataSourceResourceMetadata) SetLastModifiedTime(v int64)

SetLastModifiedTime gets a reference to the given int64 and assigns it to the LastModifiedTime field.

func (*DataSourceResourceMetadata) SetResourceId

func (o *DataSourceResourceMetadata) SetResourceId(v string)

SetResourceId gets a reference to the given string and assigns it to the ResourceId field.

func (*DataSourceResourceMetadata) SetResourceType

func (o *DataSourceResourceMetadata) SetResourceType(v string)

SetResourceType gets a reference to the given string and assigns it to the ResourceType field.

type DataTrafficStats

type DataTrafficStats struct {
	DownloadByteSizeTotal   *int64 `json:"downloadByteSizeTotal,omitempty"`
	DownloadPacketSizeTotal *int64 `json:"downloadPacketSizeTotal,omitempty"`
	UploadByteSizeTotal     *int64 `json:"uploadByteSizeTotal,omitempty"`
	UploadPacketSizeTotal   *int64 `json:"uploadPacketSizeTotal,omitempty"`
}

DataTrafficStats struct for DataTrafficStats

func NewDataTrafficStats

func NewDataTrafficStats() *DataTrafficStats

NewDataTrafficStats instantiates a new DataTrafficStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDataTrafficStatsWithDefaults

func NewDataTrafficStatsWithDefaults() *DataTrafficStats

NewDataTrafficStatsWithDefaults instantiates a new DataTrafficStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DataTrafficStats) GetDownloadByteSizeTotal

func (o *DataTrafficStats) GetDownloadByteSizeTotal() int64

GetDownloadByteSizeTotal returns the DownloadByteSizeTotal field value if set, zero value otherwise.

func (*DataTrafficStats) GetDownloadByteSizeTotalOk

func (o *DataTrafficStats) GetDownloadByteSizeTotalOk() (*int64, bool)

GetDownloadByteSizeTotalOk returns a tuple with the DownloadByteSizeTotal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataTrafficStats) GetDownloadPacketSizeTotal

func (o *DataTrafficStats) GetDownloadPacketSizeTotal() int64

GetDownloadPacketSizeTotal returns the DownloadPacketSizeTotal field value if set, zero value otherwise.

func (*DataTrafficStats) GetDownloadPacketSizeTotalOk

func (o *DataTrafficStats) GetDownloadPacketSizeTotalOk() (*int64, bool)

GetDownloadPacketSizeTotalOk returns a tuple with the DownloadPacketSizeTotal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataTrafficStats) GetUploadByteSizeTotal

func (o *DataTrafficStats) GetUploadByteSizeTotal() int64

GetUploadByteSizeTotal returns the UploadByteSizeTotal field value if set, zero value otherwise.

func (*DataTrafficStats) GetUploadByteSizeTotalOk

func (o *DataTrafficStats) GetUploadByteSizeTotalOk() (*int64, bool)

GetUploadByteSizeTotalOk returns a tuple with the UploadByteSizeTotal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataTrafficStats) GetUploadPacketSizeTotal

func (o *DataTrafficStats) GetUploadPacketSizeTotal() int64

GetUploadPacketSizeTotal returns the UploadPacketSizeTotal field value if set, zero value otherwise.

func (*DataTrafficStats) GetUploadPacketSizeTotalOk

func (o *DataTrafficStats) GetUploadPacketSizeTotalOk() (*int64, bool)

GetUploadPacketSizeTotalOk returns a tuple with the UploadPacketSizeTotal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DataTrafficStats) HasDownloadByteSizeTotal

func (o *DataTrafficStats) HasDownloadByteSizeTotal() bool

HasDownloadByteSizeTotal returns a boolean if a field has been set.

func (*DataTrafficStats) HasDownloadPacketSizeTotal

func (o *DataTrafficStats) HasDownloadPacketSizeTotal() bool

HasDownloadPacketSizeTotal returns a boolean if a field has been set.

func (*DataTrafficStats) HasUploadByteSizeTotal

func (o *DataTrafficStats) HasUploadByteSizeTotal() bool

HasUploadByteSizeTotal returns a boolean if a field has been set.

func (*DataTrafficStats) HasUploadPacketSizeTotal

func (o *DataTrafficStats) HasUploadPacketSizeTotal() bool

HasUploadPacketSizeTotal returns a boolean if a field has been set.

func (DataTrafficStats) MarshalJSON

func (o DataTrafficStats) MarshalJSON() ([]byte, error)

func (*DataTrafficStats) SetDownloadByteSizeTotal

func (o *DataTrafficStats) SetDownloadByteSizeTotal(v int64)

SetDownloadByteSizeTotal gets a reference to the given int64 and assigns it to the DownloadByteSizeTotal field.

func (*DataTrafficStats) SetDownloadPacketSizeTotal

func (o *DataTrafficStats) SetDownloadPacketSizeTotal(v int64)

SetDownloadPacketSizeTotal gets a reference to the given int64 and assigns it to the DownloadPacketSizeTotal field.

func (*DataTrafficStats) SetUploadByteSizeTotal

func (o *DataTrafficStats) SetUploadByteSizeTotal(v int64)

SetUploadByteSizeTotal gets a reference to the given int64 and assigns it to the UploadByteSizeTotal field.

func (*DataTrafficStats) SetUploadPacketSizeTotal

func (o *DataTrafficStats) SetUploadPacketSizeTotal(v int64)

SetUploadPacketSizeTotal gets a reference to the given int64 and assigns it to the UploadPacketSizeTotal field.

type Device

type Device struct {
	DeviceId               *string                `json:"device_id,omitempty"`
	Endpoint               *string                `json:"endpoint,omitempty"`
	FirmwareVersion        *string                `json:"firmwareVersion,omitempty"`
	GroupId                *string                `json:"groupId,omitempty"`
	IpAddress              *string                `json:"ipAddress,omitempty"`
	LastModifiedTime       *time.Time             `json:"lastModifiedTime,omitempty"`
	LastRegistrationUpdate *time.Time             `json:"lastRegistrationUpdate,omitempty"`
	Manufacturer           *string                `json:"manufacturer,omitempty"`
	ModelNumber            *string                `json:"modelNumber,omitempty"`
	Objects                map[string]interface{} `json:"objects,omitempty"`
	Online                 *bool                  `json:"online,omitempty"`
	OperatorId             *string                `json:"operatorId,omitempty"`
	RegistrationId         *string                `json:"registrationId,omitempty"`
	RegistrationLifeTime   *int64                 `json:"registrationLifeTime,omitempty"`
	SerialNumber           *string                `json:"serialNumber,omitempty"`
	Tags                   *map[string]string     `json:"tags,omitempty"`
}

Device struct for Device

func NewDevice

func NewDevice() *Device

NewDevice instantiates a new Device object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDeviceWithDefaults

func NewDeviceWithDefaults() *Device

NewDeviceWithDefaults instantiates a new Device object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Device) GetDeviceId

func (o *Device) GetDeviceId() string

GetDeviceId returns the DeviceId field value if set, zero value otherwise.

func (*Device) GetDeviceIdOk

func (o *Device) GetDeviceIdOk() (*string, bool)

GetDeviceIdOk returns a tuple with the DeviceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Device) GetEndpoint

func (o *Device) GetEndpoint() string

GetEndpoint returns the Endpoint field value if set, zero value otherwise.

func (*Device) GetEndpointOk

func (o *Device) GetEndpointOk() (*string, bool)

GetEndpointOk returns a tuple with the Endpoint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Device) GetFirmwareVersion

func (o *Device) GetFirmwareVersion() string

GetFirmwareVersion returns the FirmwareVersion field value if set, zero value otherwise.

func (*Device) GetFirmwareVersionOk

func (o *Device) GetFirmwareVersionOk() (*string, bool)

GetFirmwareVersionOk returns a tuple with the FirmwareVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Device) GetGroupId

func (o *Device) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*Device) GetGroupIdOk

func (o *Device) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Device) GetIpAddress

func (o *Device) GetIpAddress() string

GetIpAddress returns the IpAddress field value if set, zero value otherwise.

func (*Device) GetIpAddressOk

func (o *Device) GetIpAddressOk() (*string, bool)

GetIpAddressOk returns a tuple with the IpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Device) GetLastModifiedTime

func (o *Device) GetLastModifiedTime() time.Time

GetLastModifiedTime returns the LastModifiedTime field value if set, zero value otherwise.

func (*Device) GetLastModifiedTimeOk

func (o *Device) GetLastModifiedTimeOk() (*time.Time, bool)

GetLastModifiedTimeOk returns a tuple with the LastModifiedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Device) GetLastRegistrationUpdate

func (o *Device) GetLastRegistrationUpdate() time.Time

GetLastRegistrationUpdate returns the LastRegistrationUpdate field value if set, zero value otherwise.

func (*Device) GetLastRegistrationUpdateOk

func (o *Device) GetLastRegistrationUpdateOk() (*time.Time, bool)

GetLastRegistrationUpdateOk returns a tuple with the LastRegistrationUpdate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Device) GetManufacturer

func (o *Device) GetManufacturer() string

GetManufacturer returns the Manufacturer field value if set, zero value otherwise.

func (*Device) GetManufacturerOk

func (o *Device) GetManufacturerOk() (*string, bool)

GetManufacturerOk returns a tuple with the Manufacturer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Device) GetModelNumber

func (o *Device) GetModelNumber() string

GetModelNumber returns the ModelNumber field value if set, zero value otherwise.

func (*Device) GetModelNumberOk

func (o *Device) GetModelNumberOk() (*string, bool)

GetModelNumberOk returns a tuple with the ModelNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Device) GetObjects

func (o *Device) GetObjects() map[string]interface{}

GetObjects returns the Objects field value if set, zero value otherwise.

func (*Device) GetObjectsOk

func (o *Device) GetObjectsOk() (map[string]interface{}, bool)

GetObjectsOk returns a tuple with the Objects field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Device) GetOnline

func (o *Device) GetOnline() bool

GetOnline returns the Online field value if set, zero value otherwise.

func (*Device) GetOnlineOk

func (o *Device) GetOnlineOk() (*bool, bool)

GetOnlineOk returns a tuple with the Online field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Device) GetOperatorId

func (o *Device) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*Device) GetOperatorIdOk

func (o *Device) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Device) GetRegistrationId

func (o *Device) GetRegistrationId() string

GetRegistrationId returns the RegistrationId field value if set, zero value otherwise.

func (*Device) GetRegistrationIdOk

func (o *Device) GetRegistrationIdOk() (*string, bool)

GetRegistrationIdOk returns a tuple with the RegistrationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Device) GetRegistrationLifeTime

func (o *Device) GetRegistrationLifeTime() int64

GetRegistrationLifeTime returns the RegistrationLifeTime field value if set, zero value otherwise.

func (*Device) GetRegistrationLifeTimeOk

func (o *Device) GetRegistrationLifeTimeOk() (*int64, bool)

GetRegistrationLifeTimeOk returns a tuple with the RegistrationLifeTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Device) GetSerialNumber

func (o *Device) GetSerialNumber() string

GetSerialNumber returns the SerialNumber field value if set, zero value otherwise.

func (*Device) GetSerialNumberOk

func (o *Device) GetSerialNumberOk() (*string, bool)

GetSerialNumberOk returns a tuple with the SerialNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Device) GetTags

func (o *Device) GetTags() map[string]string

GetTags returns the Tags field value if set, zero value otherwise.

func (*Device) GetTagsOk

func (o *Device) GetTagsOk() (*map[string]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Device) HasDeviceId

func (o *Device) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

func (*Device) HasEndpoint

func (o *Device) HasEndpoint() bool

HasEndpoint returns a boolean if a field has been set.

func (*Device) HasFirmwareVersion

func (o *Device) HasFirmwareVersion() bool

HasFirmwareVersion returns a boolean if a field has been set.

func (*Device) HasGroupId

func (o *Device) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*Device) HasIpAddress

func (o *Device) HasIpAddress() bool

HasIpAddress returns a boolean if a field has been set.

func (*Device) HasLastModifiedTime

func (o *Device) HasLastModifiedTime() bool

HasLastModifiedTime returns a boolean if a field has been set.

func (*Device) HasLastRegistrationUpdate

func (o *Device) HasLastRegistrationUpdate() bool

HasLastRegistrationUpdate returns a boolean if a field has been set.

func (*Device) HasManufacturer

func (o *Device) HasManufacturer() bool

HasManufacturer returns a boolean if a field has been set.

func (*Device) HasModelNumber

func (o *Device) HasModelNumber() bool

HasModelNumber returns a boolean if a field has been set.

func (*Device) HasObjects

func (o *Device) HasObjects() bool

HasObjects returns a boolean if a field has been set.

func (*Device) HasOnline

func (o *Device) HasOnline() bool

HasOnline returns a boolean if a field has been set.

func (*Device) HasOperatorId

func (o *Device) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (*Device) HasRegistrationId

func (o *Device) HasRegistrationId() bool

HasRegistrationId returns a boolean if a field has been set.

func (*Device) HasRegistrationLifeTime

func (o *Device) HasRegistrationLifeTime() bool

HasRegistrationLifeTime returns a boolean if a field has been set.

func (*Device) HasSerialNumber

func (o *Device) HasSerialNumber() bool

HasSerialNumber returns a boolean if a field has been set.

func (*Device) HasTags

func (o *Device) HasTags() bool

HasTags returns a boolean if a field has been set.

func (Device) MarshalJSON

func (o Device) MarshalJSON() ([]byte, error)

func (*Device) SetDeviceId

func (o *Device) SetDeviceId(v string)

SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.

func (*Device) SetEndpoint

func (o *Device) SetEndpoint(v string)

SetEndpoint gets a reference to the given string and assigns it to the Endpoint field.

func (*Device) SetFirmwareVersion

func (o *Device) SetFirmwareVersion(v string)

SetFirmwareVersion gets a reference to the given string and assigns it to the FirmwareVersion field.

func (*Device) SetGroupId

func (o *Device) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*Device) SetIpAddress

func (o *Device) SetIpAddress(v string)

SetIpAddress gets a reference to the given string and assigns it to the IpAddress field.

func (*Device) SetLastModifiedTime

func (o *Device) SetLastModifiedTime(v time.Time)

SetLastModifiedTime gets a reference to the given time.Time and assigns it to the LastModifiedTime field.

func (*Device) SetLastRegistrationUpdate

func (o *Device) SetLastRegistrationUpdate(v time.Time)

SetLastRegistrationUpdate gets a reference to the given time.Time and assigns it to the LastRegistrationUpdate field.

func (*Device) SetManufacturer

func (o *Device) SetManufacturer(v string)

SetManufacturer gets a reference to the given string and assigns it to the Manufacturer field.

func (*Device) SetModelNumber

func (o *Device) SetModelNumber(v string)

SetModelNumber gets a reference to the given string and assigns it to the ModelNumber field.

func (*Device) SetObjects

func (o *Device) SetObjects(v map[string]interface{})

SetObjects gets a reference to the given map[string]interface{} and assigns it to the Objects field.

func (*Device) SetOnline

func (o *Device) SetOnline(v bool)

SetOnline gets a reference to the given bool and assigns it to the Online field.

func (*Device) SetOperatorId

func (o *Device) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

func (*Device) SetRegistrationId

func (o *Device) SetRegistrationId(v string)

SetRegistrationId gets a reference to the given string and assigns it to the RegistrationId field.

func (*Device) SetRegistrationLifeTime

func (o *Device) SetRegistrationLifeTime(v int64)

SetRegistrationLifeTime gets a reference to the given int64 and assigns it to the RegistrationLifeTime field.

func (*Device) SetSerialNumber

func (o *Device) SetSerialNumber(v string)

SetSerialNumber gets a reference to the given string and assigns it to the SerialNumber field.

func (*Device) SetTags

func (o *Device) SetTags(v map[string]string)

SetTags gets a reference to the given map[string]string and assigns it to the Tags field.

type DeviceApiService

type DeviceApiService service

DeviceApiService DeviceApi service

func (*DeviceApiService) CreateDevice

CreateDevice 新しいデバイスを作成します。

新しいデバイスを作成します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateDeviceRequest

func (*DeviceApiService) CreateDeviceExecute

func (a *DeviceApiService) CreateDeviceExecute(r ApiCreateDeviceRequest) (*Device, *http.Response, error)

Execute executes the request

@return Device

func (*DeviceApiService) DeleteDevice

func (a *DeviceApiService) DeleteDevice(ctx context.Context, deviceId string) ApiDeleteDeviceRequest

DeleteDevice デバイスを削除します。

デバイスを削除します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 削除するデバイス
@return ApiDeleteDeviceRequest

func (*DeviceApiService) DeleteDeviceExecute

func (a *DeviceApiService) DeleteDeviceExecute(r ApiDeleteDeviceRequest) (*http.Response, error)

Execute executes the request

func (*DeviceApiService) DeleteDeviceTag

func (a *DeviceApiService) DeleteDeviceTag(ctx context.Context, deviceId string, tagName string) ApiDeleteDeviceTagRequest

DeleteDeviceTag デバイスのタグを削除します。

デバイスのタグを削除します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 更新するデバイスのデバイス ID
@param tagName 削除するタグの名前
@return ApiDeleteDeviceTagRequest

func (*DeviceApiService) DeleteDeviceTagExecute

func (a *DeviceApiService) DeleteDeviceTagExecute(r ApiDeleteDeviceTagRequest) (*http.Response, error)

Execute executes the request

func (*DeviceApiService) ExecuteDeviceResource

func (a *DeviceApiService) ExecuteDeviceResource(ctx context.Context, deviceId string, object string, instance string, resource string) ApiExecuteDeviceResourceRequest

ExecuteDeviceResource デバイスの Resource を Execute します。

デバイスの Resource を Execute します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象となるデバイス
@param object Object ID
@param instance Instance ID
@param resource Resource ID
@return ApiExecuteDeviceResourceRequest

func (*DeviceApiService) ExecuteDeviceResourceExecute

func (a *DeviceApiService) ExecuteDeviceResourceExecute(r ApiExecuteDeviceResourceRequest) (*http.Response, error)

Execute executes the request

func (*DeviceApiService) GetDataFromDevice

func (a *DeviceApiService) GetDataFromDevice(ctx context.Context, deviceId string) ApiGetDataFromDeviceRequest

GetDataFromDevice デバイスから送信されたデータを取得します。

指定されたデバイスから送られたデータの中で、条件に合うエントリのリストを返す。データエントリの総数が 1 ページに収まらない場合は、次のページにアクセスするための URL を`Link`ヘッダに含めて返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId データ取得対象のデバイスの ID
@return ApiGetDataFromDeviceRequest

func (*DeviceApiService) GetDataFromDeviceExecute

func (a *DeviceApiService) GetDataFromDeviceExecute(r ApiGetDataFromDeviceRequest) ([]DataEntry, *http.Response, error)

Execute executes the request

@return []DataEntry

func (*DeviceApiService) GetDevice

func (a *DeviceApiService) GetDevice(ctx context.Context, deviceId string) ApiGetDeviceRequest

GetDevice 指定されたデバイス ID のデバイスを取得します。

指定されたデバイス ID のデバイスを取得します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId デバイス ID
@return ApiGetDeviceRequest

func (*DeviceApiService) GetDeviceExecute

func (a *DeviceApiService) GetDeviceExecute(r ApiGetDeviceRequest) (*Device, *http.Response, error)

Execute executes the request

@return Device

func (*DeviceApiService) ListDevices

ListDevices デバイスのリストを取得します。

デバイスのリストを取得します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListDevicesRequest

func (*DeviceApiService) ListDevicesExecute

func (a *DeviceApiService) ListDevicesExecute(r ApiListDevicesRequest) ([]Device, *http.Response, error)

Execute executes the request

@return []Device

func (*DeviceApiService) ObserveDeviceResource

func (a *DeviceApiService) ObserveDeviceResource(ctx context.Context, deviceId string, object string, instance string, resource string) ApiObserveDeviceResourceRequest

ObserveDeviceResource 指定されたデバイスの Resource の Observe を開始します。

指定されたデバイスの Resource の Observe を開始します。Observe を開始すると、デバイス側で値に変化があったらサーバー側に通知するようになります。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象となるデバイス
@param object Object ID
@param instance Instance ID
@param resource Resource ID
@return ApiObserveDeviceResourceRequest

func (*DeviceApiService) ObserveDeviceResourceExecute

func (a *DeviceApiService) ObserveDeviceResourceExecute(r ApiObserveDeviceResourceRequest) (*http.Response, error)

Execute executes the request

func (*DeviceApiService) ObserveDeviceResources

func (a *DeviceApiService) ObserveDeviceResources(ctx context.Context, deviceId string, object string, instance string) ApiObserveDeviceResourcesRequest

ObserveDeviceResources 指定されたデバイスの Object Instance 下の Resource 全体の Observe を開始します。

指定されたデバイスの Object Instance 下の Resource 全体の Observe を開始します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象となるデバイス
@param object Object ID
@param instance Instance ID
@return ApiObserveDeviceResourcesRequest

func (*DeviceApiService) ObserveDeviceResourcesExecute

func (a *DeviceApiService) ObserveDeviceResourcesExecute(r ApiObserveDeviceResourcesRequest) (*http.Response, error)

Execute executes the request

func (*DeviceApiService) PutDeviceTags

func (a *DeviceApiService) PutDeviceTags(ctx context.Context, deviceId string) ApiPutDeviceTagsRequest

PutDeviceTags デバイスのタグを更新します。

デバイスのタグを更新します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 更新するデバイスのデバイス ID
@return ApiPutDeviceTagsRequest

func (*DeviceApiService) PutDeviceTagsExecute

func (a *DeviceApiService) PutDeviceTagsExecute(r ApiPutDeviceTagsRequest) (*Device, *http.Response, error)

Execute executes the request

@return Device

func (*DeviceApiService) ReadDeviceResource

func (a *DeviceApiService) ReadDeviceResource(ctx context.Context, deviceId string, object string, instance string, resource string) ApiReadDeviceResourceRequest

ReadDeviceResource 指定されたデバイスの Resource を Read します。

指定されたデバイスの Resource を Read します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象となるデバイス
@param object Object ID
@param instance Instance ID
@param resource Resource ID
@return ApiReadDeviceResourceRequest

func (*DeviceApiService) ReadDeviceResourceExecute

func (a *DeviceApiService) ReadDeviceResourceExecute(r ApiReadDeviceResourceRequest) (*ResourceInstance, *http.Response, error)

Execute executes the request

@return ResourceInstance

func (*DeviceApiService) ReadDeviceResources

func (a *DeviceApiService) ReadDeviceResources(ctx context.Context, deviceId string, object string, instance string) ApiReadDeviceResourcesRequest

ReadDeviceResources デバイスの Instance 以下のすべての Resource を Read します。

デバイスの Instance 以下のすべての Resource を Read します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象となるデバイス
@param object Object ID
@param instance Instance ID
@return ApiReadDeviceResourcesRequest

func (*DeviceApiService) ReadDeviceResourcesExecute

func (a *DeviceApiService) ReadDeviceResourcesExecute(r ApiReadDeviceResourcesRequest) (*ObjectInstance, *http.Response, error)

Execute executes the request

@return ObjectInstance

func (*DeviceApiService) SetDeviceGroup

func (a *DeviceApiService) SetDeviceGroup(ctx context.Context, deviceId string) ApiSetDeviceGroupRequest

SetDeviceGroup デバイスをグループに参加させます。

デバイスをグループに参加させます。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 更新するデバイスのデバイス ID
@return ApiSetDeviceGroupRequest

func (*DeviceApiService) SetDeviceGroupExecute

func (a *DeviceApiService) SetDeviceGroupExecute(r ApiSetDeviceGroupRequest) (*Device, *http.Response, error)

Execute executes the request

@return Device

func (*DeviceApiService) UnobserveDeviceResource

func (a *DeviceApiService) UnobserveDeviceResource(ctx context.Context, deviceId string, object string, instance string, resource string) ApiUnobserveDeviceResourceRequest

UnobserveDeviceResource デバイスの Resource の Observe を停止します。

デバイスの Resource の Observe を停止します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象となるデバイス
@param object Object ID
@param instance Instance ID
@param resource Resource ID
@return ApiUnobserveDeviceResourceRequest

func (*DeviceApiService) UnobserveDeviceResourceExecute

func (a *DeviceApiService) UnobserveDeviceResourceExecute(r ApiUnobserveDeviceResourceRequest) (*http.Response, error)

Execute executes the request

func (*DeviceApiService) UnobserveDeviceResources

func (a *DeviceApiService) UnobserveDeviceResources(ctx context.Context, deviceId string, object string, instance string) ApiUnobserveDeviceResourcesRequest

UnobserveDeviceResources 指定されたデバイスの Object Instance への Observe を停止します。

指定されたデバイスの Object Instance への Observe を停止します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象となるデバイス
@param object Object ID
@param instance Instance ID
@return ApiUnobserveDeviceResourcesRequest

func (*DeviceApiService) UnobserveDeviceResourcesExecute

func (a *DeviceApiService) UnobserveDeviceResourcesExecute(r ApiUnobserveDeviceResourcesRequest) (*http.Response, error)

Execute executes the request

func (*DeviceApiService) UnsetDeviceGroup

func (a *DeviceApiService) UnsetDeviceGroup(ctx context.Context, deviceId string) ApiUnsetDeviceGroupRequest

UnsetDeviceGroup デバイスをグループから外します。

デバイスをグループから外します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 更新するデバイスのデバイス ID
@return ApiUnsetDeviceGroupRequest

func (*DeviceApiService) UnsetDeviceGroupExecute

func (a *DeviceApiService) UnsetDeviceGroupExecute(r ApiUnsetDeviceGroupRequest) (*Device, *http.Response, error)

Execute executes the request

@return Device

func (*DeviceApiService) WriteDeviceResource

func (a *DeviceApiService) WriteDeviceResource(ctx context.Context, deviceId string, object string, instance string, resource string) ApiWriteDeviceResourceRequest

WriteDeviceResource デバイスの Resource に値を Write します。

デバイスの Resource に値を Write します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象となるデバイス
@param object Object ID
@param instance Instance ID
@param resource Resource ID
@return ApiWriteDeviceResourceRequest

func (*DeviceApiService) WriteDeviceResourceExecute

func (a *DeviceApiService) WriteDeviceResourceExecute(r ApiWriteDeviceResourceRequest) (*http.Response, error)

Execute executes the request

type DeviceObjectModel

type DeviceObjectModel struct {
	CreatedTime      *time.Time `json:"createdTime,omitempty"`
	Format           *string    `json:"format,omitempty"`
	LastModifiedTime *time.Time `json:"lastModifiedTime,omitempty"`
	ObjectId         *string    `json:"objectId,omitempty"`
	ObjectName       *string    `json:"objectName,omitempty"`
	OperatorId       *string    `json:"operatorId,omitempty"`
	Scope            *string    `json:"scope,omitempty"`
}

DeviceObjectModel struct for DeviceObjectModel

func NewDeviceObjectModel

func NewDeviceObjectModel() *DeviceObjectModel

NewDeviceObjectModel instantiates a new DeviceObjectModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDeviceObjectModelWithDefaults

func NewDeviceObjectModelWithDefaults() *DeviceObjectModel

NewDeviceObjectModelWithDefaults instantiates a new DeviceObjectModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DeviceObjectModel) GetCreatedTime

func (o *DeviceObjectModel) GetCreatedTime() time.Time

GetCreatedTime returns the CreatedTime field value if set, zero value otherwise.

func (*DeviceObjectModel) GetCreatedTimeOk

func (o *DeviceObjectModel) GetCreatedTimeOk() (*time.Time, bool)

GetCreatedTimeOk returns a tuple with the CreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeviceObjectModel) GetFormat

func (o *DeviceObjectModel) GetFormat() string

GetFormat returns the Format field value if set, zero value otherwise.

func (*DeviceObjectModel) GetFormatOk

func (o *DeviceObjectModel) GetFormatOk() (*string, bool)

GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeviceObjectModel) GetLastModifiedTime

func (o *DeviceObjectModel) GetLastModifiedTime() time.Time

GetLastModifiedTime returns the LastModifiedTime field value if set, zero value otherwise.

func (*DeviceObjectModel) GetLastModifiedTimeOk

func (o *DeviceObjectModel) GetLastModifiedTimeOk() (*time.Time, bool)

GetLastModifiedTimeOk returns a tuple with the LastModifiedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeviceObjectModel) GetObjectId

func (o *DeviceObjectModel) GetObjectId() string

GetObjectId returns the ObjectId field value if set, zero value otherwise.

func (*DeviceObjectModel) GetObjectIdOk

func (o *DeviceObjectModel) GetObjectIdOk() (*string, bool)

GetObjectIdOk returns a tuple with the ObjectId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeviceObjectModel) GetObjectName

func (o *DeviceObjectModel) GetObjectName() string

GetObjectName returns the ObjectName field value if set, zero value otherwise.

func (*DeviceObjectModel) GetObjectNameOk

func (o *DeviceObjectModel) GetObjectNameOk() (*string, bool)

GetObjectNameOk returns a tuple with the ObjectName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeviceObjectModel) GetOperatorId

func (o *DeviceObjectModel) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*DeviceObjectModel) GetOperatorIdOk

func (o *DeviceObjectModel) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeviceObjectModel) GetScope

func (o *DeviceObjectModel) GetScope() string

GetScope returns the Scope field value if set, zero value otherwise.

func (*DeviceObjectModel) GetScopeOk

func (o *DeviceObjectModel) GetScopeOk() (*string, bool)

GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeviceObjectModel) HasCreatedTime

func (o *DeviceObjectModel) HasCreatedTime() bool

HasCreatedTime returns a boolean if a field has been set.

func (*DeviceObjectModel) HasFormat

func (o *DeviceObjectModel) HasFormat() bool

HasFormat returns a boolean if a field has been set.

func (*DeviceObjectModel) HasLastModifiedTime

func (o *DeviceObjectModel) HasLastModifiedTime() bool

HasLastModifiedTime returns a boolean if a field has been set.

func (*DeviceObjectModel) HasObjectId

func (o *DeviceObjectModel) HasObjectId() bool

HasObjectId returns a boolean if a field has been set.

func (*DeviceObjectModel) HasObjectName

func (o *DeviceObjectModel) HasObjectName() bool

HasObjectName returns a boolean if a field has been set.

func (*DeviceObjectModel) HasOperatorId

func (o *DeviceObjectModel) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (*DeviceObjectModel) HasScope

func (o *DeviceObjectModel) HasScope() bool

HasScope returns a boolean if a field has been set.

func (DeviceObjectModel) MarshalJSON

func (o DeviceObjectModel) MarshalJSON() ([]byte, error)

func (*DeviceObjectModel) SetCreatedTime

func (o *DeviceObjectModel) SetCreatedTime(v time.Time)

SetCreatedTime gets a reference to the given time.Time and assigns it to the CreatedTime field.

func (*DeviceObjectModel) SetFormat

func (o *DeviceObjectModel) SetFormat(v string)

SetFormat gets a reference to the given string and assigns it to the Format field.

func (*DeviceObjectModel) SetLastModifiedTime

func (o *DeviceObjectModel) SetLastModifiedTime(v time.Time)

SetLastModifiedTime gets a reference to the given time.Time and assigns it to the LastModifiedTime field.

func (*DeviceObjectModel) SetObjectId

func (o *DeviceObjectModel) SetObjectId(v string)

SetObjectId gets a reference to the given string and assigns it to the ObjectId field.

func (*DeviceObjectModel) SetObjectName

func (o *DeviceObjectModel) SetObjectName(v string)

SetObjectName gets a reference to the given string and assigns it to the ObjectName field.

func (*DeviceObjectModel) SetOperatorId

func (o *DeviceObjectModel) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

func (*DeviceObjectModel) SetScope

func (o *DeviceObjectModel) SetScope(v string)

SetScope gets a reference to the given string and assigns it to the Scope field.

type DeviceObjectModelApiService

type DeviceObjectModelApiService service

DeviceObjectModelApiService DeviceObjectModelApi service

func (*DeviceObjectModelApiService) CreateDeviceObjectModel

CreateDeviceObjectModel 新しいデバイスオブジェクトモデルを作成します。

新しいデバイスオブジェクトモデルを作成します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateDeviceObjectModelRequest

func (*DeviceObjectModelApiService) CreateDeviceObjectModelExecute

Execute executes the request

@return DeviceObjectModel

func (*DeviceObjectModelApiService) DeleteDeviceObjectModel

func (a *DeviceObjectModelApiService) DeleteDeviceObjectModel(ctx context.Context, modelId string) ApiDeleteDeviceObjectModelRequest

DeleteDeviceObjectModel 対象のデバイスオブジェクトモデルを削除します。

対象のデバイスオブジェクトモデルを削除します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param modelId 対象のデバイスオブジェクトモデルの ID
@return ApiDeleteDeviceObjectModelRequest

func (*DeviceObjectModelApiService) DeleteDeviceObjectModelExecute

func (a *DeviceObjectModelApiService) DeleteDeviceObjectModelExecute(r ApiDeleteDeviceObjectModelRequest) (*http.Response, error)

Execute executes the request

func (*DeviceObjectModelApiService) GetDeviceObjectModel

GetDeviceObjectModel デバイスオブジェクトモデルを取得します。

デバイスオブジェクトモデルを取得します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param modelId 対象のデバイスオブジェクトモデルの ID
@return ApiGetDeviceObjectModelRequest

func (*DeviceObjectModelApiService) GetDeviceObjectModelExecute

Execute executes the request

@return DeviceObjectModel

func (*DeviceObjectModelApiService) ListDeviceObjectModels

ListDeviceObjectModels デバイスオブジェクトモデルのリストを返します。

デバイスオブジェクトモデルのリストを返します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListDeviceObjectModelsRequest

func (*DeviceObjectModelApiService) ListDeviceObjectModelsExecute

Execute executes the request

@return []DeviceObjectModel

func (*DeviceObjectModelApiService) SetDeviceObjectModelScope

func (a *DeviceObjectModelApiService) SetDeviceObjectModelScope(ctx context.Context, modelId string) ApiSetDeviceObjectModelScopeRequest

SetDeviceObjectModelScope 対象のデバイスオブジェクトモデルが適用される Scope をセットします。

対象のデバイスオブジェクトモデルが適用される Scope をセットします。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param modelId 対象のデバイスオブジェクトモデルの ID
@return ApiSetDeviceObjectModelScopeRequest

func (*DeviceObjectModelApiService) SetDeviceObjectModelScopeExecute

Execute executes the request

@return DeviceObjectModel

func (*DeviceObjectModelApiService) UpdateDeviceObjectModel

func (a *DeviceObjectModelApiService) UpdateDeviceObjectModel(ctx context.Context, modelId string) ApiUpdateDeviceObjectModelRequest

UpdateDeviceObjectModel デバイスオブジェクトモデルを更新します。

デバイスオブジェクトモデルを更新します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param modelId 対象のデバイスオブジェクトモデルの ID
@return ApiUpdateDeviceObjectModelRequest

func (*DeviceObjectModelApiService) UpdateDeviceObjectModelExecute

Execute executes the request

@return DeviceObjectModel

type DiagnosticApiService

type DiagnosticApiService service

DiagnosticApiService DiagnosticApi service

func (*DiagnosticApiService) GetDiagnostic

func (a *DiagnosticApiService) GetDiagnostic(ctx context.Context, diagnosticId string) ApiGetDiagnosticRequest

GetDiagnostic 診断結果を取得します。

診断結果を取得します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param diagnosticId 診断リクエストの識別子
@return ApiGetDiagnosticRequest

func (*DiagnosticApiService) GetDiagnosticExecute

Execute executes the request

@return DiagnosticResponse

func (*DiagnosticApiService) SendDiagnosticRequest

SendDiagnosticRequest 診断リクエストを送信します。

診断リクエストを送信します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSendDiagnosticRequestRequest

func (*DiagnosticApiService) SendDiagnosticRequestExecute

Execute executes the request

@return []DiagnosticResponse

type DiagnosticRequest

type DiagnosticRequest struct {
	// 診断対象期間の始まり (UNIX 時間 (ミリ秒))
	From *int64 `json:"from,omitempty"`
	// resourceType に応じた識別子  - resourceType が `sim` の場合は、SIM ID を指定します。
	ResourceId   string `json:"resourceId"`
	ResourceType string `json:"resourceType"`
	Service      string `json:"service"`
	// 診断対象期間の終わり (UNIX 時間 (ミリ秒))
	To *int64 `json:"to,omitempty"`
}

DiagnosticRequest struct for DiagnosticRequest

func NewDiagnosticRequest

func NewDiagnosticRequest(resourceId string, resourceType string, service string) *DiagnosticRequest

NewDiagnosticRequest instantiates a new DiagnosticRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDiagnosticRequestWithDefaults

func NewDiagnosticRequestWithDefaults() *DiagnosticRequest

NewDiagnosticRequestWithDefaults instantiates a new DiagnosticRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DiagnosticRequest) GetFrom

func (o *DiagnosticRequest) GetFrom() int64

GetFrom returns the From field value if set, zero value otherwise.

func (*DiagnosticRequest) GetFromOk

func (o *DiagnosticRequest) GetFromOk() (*int64, bool)

GetFromOk returns a tuple with the From field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiagnosticRequest) GetResourceId

func (o *DiagnosticRequest) GetResourceId() string

GetResourceId returns the ResourceId field value

func (*DiagnosticRequest) GetResourceIdOk

func (o *DiagnosticRequest) GetResourceIdOk() (*string, bool)

GetResourceIdOk returns a tuple with the ResourceId field value and a boolean to check if the value has been set.

func (*DiagnosticRequest) GetResourceType

func (o *DiagnosticRequest) GetResourceType() string

GetResourceType returns the ResourceType field value

func (*DiagnosticRequest) GetResourceTypeOk

func (o *DiagnosticRequest) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value and a boolean to check if the value has been set.

func (*DiagnosticRequest) GetService

func (o *DiagnosticRequest) GetService() string

GetService returns the Service field value

func (*DiagnosticRequest) GetServiceOk

func (o *DiagnosticRequest) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value and a boolean to check if the value has been set.

func (*DiagnosticRequest) GetTo

func (o *DiagnosticRequest) GetTo() int64

GetTo returns the To field value if set, zero value otherwise.

func (*DiagnosticRequest) GetToOk

func (o *DiagnosticRequest) GetToOk() (*int64, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiagnosticRequest) HasFrom

func (o *DiagnosticRequest) HasFrom() bool

HasFrom returns a boolean if a field has been set.

func (*DiagnosticRequest) HasTo

func (o *DiagnosticRequest) HasTo() bool

HasTo returns a boolean if a field has been set.

func (DiagnosticRequest) MarshalJSON

func (o DiagnosticRequest) MarshalJSON() ([]byte, error)

func (*DiagnosticRequest) SetFrom

func (o *DiagnosticRequest) SetFrom(v int64)

SetFrom gets a reference to the given int64 and assigns it to the From field.

func (*DiagnosticRequest) SetResourceId

func (o *DiagnosticRequest) SetResourceId(v string)

SetResourceId sets field value

func (*DiagnosticRequest) SetResourceType

func (o *DiagnosticRequest) SetResourceType(v string)

SetResourceType sets field value

func (*DiagnosticRequest) SetService

func (o *DiagnosticRequest) SetService(v string)

SetService sets field value

func (*DiagnosticRequest) SetTo

func (o *DiagnosticRequest) SetTo(v int64)

SetTo gets a reference to the given int64 and assigns it to the To field.

type DiagnosticResponse

type DiagnosticResponse struct {
	DiagnosticId *string `json:"diagnosticId,omitempty"`
	// 診断対象期間の始まり (UNIX 時間 (ミリ秒))
	From     *int64               `json:"from,omitempty"`
	Insights []map[string]Insight `json:"insights,omitempty"`
	// resourceType に応じた識別子
	ResourceId   *string `json:"resourceId,omitempty"`
	ResourceType *string `json:"resourceType,omitempty"`
	Service      *string `json:"service,omitempty"`
	Status       *string `json:"status,omitempty"`
	// 診断対象期間の終わり (UNIX 時間 (ミリ秒))
	To *int64 `json:"to,omitempty"`
}

DiagnosticResponse struct for DiagnosticResponse

func NewDiagnosticResponse

func NewDiagnosticResponse() *DiagnosticResponse

NewDiagnosticResponse instantiates a new DiagnosticResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDiagnosticResponseWithDefaults

func NewDiagnosticResponseWithDefaults() *DiagnosticResponse

NewDiagnosticResponseWithDefaults instantiates a new DiagnosticResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DiagnosticResponse) GetDiagnosticId

func (o *DiagnosticResponse) GetDiagnosticId() string

GetDiagnosticId returns the DiagnosticId field value if set, zero value otherwise.

func (*DiagnosticResponse) GetDiagnosticIdOk

func (o *DiagnosticResponse) GetDiagnosticIdOk() (*string, bool)

GetDiagnosticIdOk returns a tuple with the DiagnosticId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiagnosticResponse) GetFrom

func (o *DiagnosticResponse) GetFrom() int64

GetFrom returns the From field value if set, zero value otherwise.

func (*DiagnosticResponse) GetFromOk

func (o *DiagnosticResponse) GetFromOk() (*int64, bool)

GetFromOk returns a tuple with the From field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiagnosticResponse) GetInsights

func (o *DiagnosticResponse) GetInsights() []map[string]Insight

GetInsights returns the Insights field value if set, zero value otherwise.

func (*DiagnosticResponse) GetInsightsOk

func (o *DiagnosticResponse) GetInsightsOk() ([]map[string]Insight, bool)

GetInsightsOk returns a tuple with the Insights field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiagnosticResponse) GetResourceId

func (o *DiagnosticResponse) GetResourceId() string

GetResourceId returns the ResourceId field value if set, zero value otherwise.

func (*DiagnosticResponse) GetResourceIdOk

func (o *DiagnosticResponse) GetResourceIdOk() (*string, bool)

GetResourceIdOk returns a tuple with the ResourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiagnosticResponse) GetResourceType

func (o *DiagnosticResponse) GetResourceType() string

GetResourceType returns the ResourceType field value if set, zero value otherwise.

func (*DiagnosticResponse) GetResourceTypeOk

func (o *DiagnosticResponse) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiagnosticResponse) GetService

func (o *DiagnosticResponse) GetService() string

GetService returns the Service field value if set, zero value otherwise.

func (*DiagnosticResponse) GetServiceOk

func (o *DiagnosticResponse) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiagnosticResponse) GetStatus

func (o *DiagnosticResponse) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*DiagnosticResponse) GetStatusOk

func (o *DiagnosticResponse) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiagnosticResponse) GetTo

func (o *DiagnosticResponse) GetTo() int64

GetTo returns the To field value if set, zero value otherwise.

func (*DiagnosticResponse) GetToOk

func (o *DiagnosticResponse) GetToOk() (*int64, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiagnosticResponse) HasDiagnosticId

func (o *DiagnosticResponse) HasDiagnosticId() bool

HasDiagnosticId returns a boolean if a field has been set.

func (*DiagnosticResponse) HasFrom

func (o *DiagnosticResponse) HasFrom() bool

HasFrom returns a boolean if a field has been set.

func (*DiagnosticResponse) HasInsights

func (o *DiagnosticResponse) HasInsights() bool

HasInsights returns a boolean if a field has been set.

func (*DiagnosticResponse) HasResourceId

func (o *DiagnosticResponse) HasResourceId() bool

HasResourceId returns a boolean if a field has been set.

func (*DiagnosticResponse) HasResourceType

func (o *DiagnosticResponse) HasResourceType() bool

HasResourceType returns a boolean if a field has been set.

func (*DiagnosticResponse) HasService

func (o *DiagnosticResponse) HasService() bool

HasService returns a boolean if a field has been set.

func (*DiagnosticResponse) HasStatus

func (o *DiagnosticResponse) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*DiagnosticResponse) HasTo

func (o *DiagnosticResponse) HasTo() bool

HasTo returns a boolean if a field has been set.

func (DiagnosticResponse) MarshalJSON

func (o DiagnosticResponse) MarshalJSON() ([]byte, error)

func (*DiagnosticResponse) SetDiagnosticId

func (o *DiagnosticResponse) SetDiagnosticId(v string)

SetDiagnosticId gets a reference to the given string and assigns it to the DiagnosticId field.

func (*DiagnosticResponse) SetFrom

func (o *DiagnosticResponse) SetFrom(v int64)

SetFrom gets a reference to the given int64 and assigns it to the From field.

func (*DiagnosticResponse) SetInsights

func (o *DiagnosticResponse) SetInsights(v []map[string]Insight)

SetInsights gets a reference to the given []map[string]Insight and assigns it to the Insights field.

func (*DiagnosticResponse) SetResourceId

func (o *DiagnosticResponse) SetResourceId(v string)

SetResourceId gets a reference to the given string and assigns it to the ResourceId field.

func (*DiagnosticResponse) SetResourceType

func (o *DiagnosticResponse) SetResourceType(v string)

SetResourceType gets a reference to the given string and assigns it to the ResourceType field.

func (*DiagnosticResponse) SetService

func (o *DiagnosticResponse) SetService(v string)

SetService gets a reference to the given string and assigns it to the Service field.

func (*DiagnosticResponse) SetStatus

func (o *DiagnosticResponse) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*DiagnosticResponse) SetTo

func (o *DiagnosticResponse) SetTo(v int64)

SetTo gets a reference to the given int64 and assigns it to the To field.

type DownlinkPingRequest

type DownlinkPingRequest struct {
	// ping の試行回数
	NumberOfPingRequests *int32 `json:"numberOfPingRequests,omitempty"`
	// 各 ping 実行のタイムアウト秒数
	TimeoutSeconds *int32 `json:"timeoutSeconds,omitempty"`
}

DownlinkPingRequest struct for DownlinkPingRequest

func NewDownlinkPingRequest

func NewDownlinkPingRequest() *DownlinkPingRequest

NewDownlinkPingRequest instantiates a new DownlinkPingRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDownlinkPingRequestWithDefaults

func NewDownlinkPingRequestWithDefaults() *DownlinkPingRequest

NewDownlinkPingRequestWithDefaults instantiates a new DownlinkPingRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DownlinkPingRequest) GetNumberOfPingRequests

func (o *DownlinkPingRequest) GetNumberOfPingRequests() int32

GetNumberOfPingRequests returns the NumberOfPingRequests field value if set, zero value otherwise.

func (*DownlinkPingRequest) GetNumberOfPingRequestsOk

func (o *DownlinkPingRequest) GetNumberOfPingRequestsOk() (*int32, bool)

GetNumberOfPingRequestsOk returns a tuple with the NumberOfPingRequests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownlinkPingRequest) GetTimeoutSeconds

func (o *DownlinkPingRequest) GetTimeoutSeconds() int32

GetTimeoutSeconds returns the TimeoutSeconds field value if set, zero value otherwise.

func (*DownlinkPingRequest) GetTimeoutSecondsOk

func (o *DownlinkPingRequest) GetTimeoutSecondsOk() (*int32, bool)

GetTimeoutSecondsOk returns a tuple with the TimeoutSeconds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownlinkPingRequest) HasNumberOfPingRequests

func (o *DownlinkPingRequest) HasNumberOfPingRequests() bool

HasNumberOfPingRequests returns a boolean if a field has been set.

func (*DownlinkPingRequest) HasTimeoutSeconds

func (o *DownlinkPingRequest) HasTimeoutSeconds() bool

HasTimeoutSeconds returns a boolean if a field has been set.

func (DownlinkPingRequest) MarshalJSON

func (o DownlinkPingRequest) MarshalJSON() ([]byte, error)

func (*DownlinkPingRequest) SetNumberOfPingRequests

func (o *DownlinkPingRequest) SetNumberOfPingRequests(v int32)

SetNumberOfPingRequests gets a reference to the given int32 and assigns it to the NumberOfPingRequests field.

func (*DownlinkPingRequest) SetTimeoutSeconds

func (o *DownlinkPingRequest) SetTimeoutSeconds(v int32)

SetTimeoutSeconds gets a reference to the given int32 and assigns it to the TimeoutSeconds field.

type DownlinkPingResponse

type DownlinkPingResponse struct {
	// ping の RTT 的な結果
	Rtt *string `json:"rtt,omitempty"`
	// ping の統計的な結果
	Stat *string `json:"stat,omitempty"`
	// ping の成功可否
	Success *bool `json:"success,omitempty"`
}

DownlinkPingResponse struct for DownlinkPingResponse

func NewDownlinkPingResponse

func NewDownlinkPingResponse() *DownlinkPingResponse

NewDownlinkPingResponse instantiates a new DownlinkPingResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDownlinkPingResponseWithDefaults

func NewDownlinkPingResponseWithDefaults() *DownlinkPingResponse

NewDownlinkPingResponseWithDefaults instantiates a new DownlinkPingResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DownlinkPingResponse) GetRtt

func (o *DownlinkPingResponse) GetRtt() string

GetRtt returns the Rtt field value if set, zero value otherwise.

func (*DownlinkPingResponse) GetRttOk

func (o *DownlinkPingResponse) GetRttOk() (*string, bool)

GetRttOk returns a tuple with the Rtt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownlinkPingResponse) GetStat

func (o *DownlinkPingResponse) GetStat() string

GetStat returns the Stat field value if set, zero value otherwise.

func (*DownlinkPingResponse) GetStatOk

func (o *DownlinkPingResponse) GetStatOk() (*string, bool)

GetStatOk returns a tuple with the Stat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownlinkPingResponse) GetSuccess

func (o *DownlinkPingResponse) GetSuccess() bool

GetSuccess returns the Success field value if set, zero value otherwise.

func (*DownlinkPingResponse) GetSuccessOk

func (o *DownlinkPingResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownlinkPingResponse) HasRtt

func (o *DownlinkPingResponse) HasRtt() bool

HasRtt returns a boolean if a field has been set.

func (*DownlinkPingResponse) HasStat

func (o *DownlinkPingResponse) HasStat() bool

HasStat returns a boolean if a field has been set.

func (*DownlinkPingResponse) HasSuccess

func (o *DownlinkPingResponse) HasSuccess() bool

HasSuccess returns a boolean if a field has been set.

func (DownlinkPingResponse) MarshalJSON

func (o DownlinkPingResponse) MarshalJSON() ([]byte, error)

func (*DownlinkPingResponse) SetRtt

func (o *DownlinkPingResponse) SetRtt(v string)

SetRtt gets a reference to the given string and assigns it to the Rtt field.

func (*DownlinkPingResponse) SetStat

func (o *DownlinkPingResponse) SetStat(v string)

SetStat gets a reference to the given string and assigns it to the Stat field.

func (*DownlinkPingResponse) SetSuccess

func (o *DownlinkPingResponse) SetSuccess(v bool)

SetSuccess gets a reference to the given bool and assigns it to the Success field.

type EmailApiService

type EmailApiService service

EmailApiService EmailApi service

func (*EmailApiService) DeleteEmail

func (a *EmailApiService) DeleteEmail(ctx context.Context, operatorId string, emailId string) ApiDeleteEmailRequest

DeleteEmail Delete email address

メールアドレスを削除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param emailId email_id
@return ApiDeleteEmailRequest

func (*EmailApiService) DeleteEmailExecute

func (a *EmailApiService) DeleteEmailExecute(r ApiDeleteEmailRequest) (*http.Response, error)

Execute executes the request

func (*EmailApiService) GetEmail

func (a *EmailApiService) GetEmail(ctx context.Context, operatorId string, emailId string) ApiGetEmailRequest

GetEmail Get email address

メールアドレスを取得する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param emailId email_id
@return ApiGetEmailRequest

func (*EmailApiService) GetEmailExecute

func (a *EmailApiService) GetEmailExecute(r ApiGetEmailRequest) (*EmailsModel, *http.Response, error)

Execute executes the request

@return EmailsModel

func (*EmailApiService) IssueAddEmailToken

func (a *EmailApiService) IssueAddEmailToken(ctx context.Context) ApiIssueAddEmailTokenRequest

IssueAddEmailToken Issue a token to add an email address

メールアドレス追加用のワンタイムトークンをメールで送付する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIssueAddEmailTokenRequest

func (*EmailApiService) IssueAddEmailTokenExecute

func (a *EmailApiService) IssueAddEmailTokenExecute(r ApiIssueAddEmailTokenRequest) (*http.Response, error)

Execute executes the request

func (*EmailApiService) ListEmails

func (a *EmailApiService) ListEmails(ctx context.Context, operatorId string) ApiListEmailsRequest

ListEmails List email addresses

メールアドレスの一覧を返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiListEmailsRequest

func (*EmailApiService) ListEmailsExecute

func (a *EmailApiService) ListEmailsExecute(r ApiListEmailsRequest) ([]EmailsModel, *http.Response, error)

Execute executes the request

@return []EmailsModel

func (*EmailApiService) VerifyAddEmailToken

func (a *EmailApiService) VerifyAddEmailToken(ctx context.Context) ApiVerifyAddEmailTokenRequest

VerifyAddEmailToken Verify a token to add an email address

メールアドレス追加用のトークンを確認して、メールアドレスを追加する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiVerifyAddEmailTokenRequest

func (*EmailApiService) VerifyAddEmailTokenExecute

func (a *EmailApiService) VerifyAddEmailTokenExecute(r ApiVerifyAddEmailTokenRequest) (*http.Response, error)

Execute executes the request

type EmailsModel

type EmailsModel struct {
	CreateDateTime *int64  `json:"createDateTime,omitempty"`
	Email          *string `json:"email,omitempty"`
	EmailId        *string `json:"emailId,omitempty"`
	UpdateDateTime *int64  `json:"updateDateTime,omitempty"`
	// メールアドレス宛てに送られたトークンを用いて認証済みかどうか
	Verified *bool `json:"verified,omitempty"`
}

EmailsModel struct for EmailsModel

func NewEmailsModel

func NewEmailsModel() *EmailsModel

NewEmailsModel instantiates a new EmailsModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEmailsModelWithDefaults

func NewEmailsModelWithDefaults() *EmailsModel

NewEmailsModelWithDefaults instantiates a new EmailsModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EmailsModel) GetCreateDateTime

func (o *EmailsModel) GetCreateDateTime() int64

GetCreateDateTime returns the CreateDateTime field value if set, zero value otherwise.

func (*EmailsModel) GetCreateDateTimeOk

func (o *EmailsModel) GetCreateDateTimeOk() (*int64, bool)

GetCreateDateTimeOk returns a tuple with the CreateDateTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmailsModel) GetEmail

func (o *EmailsModel) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*EmailsModel) GetEmailId

func (o *EmailsModel) GetEmailId() string

GetEmailId returns the EmailId field value if set, zero value otherwise.

func (*EmailsModel) GetEmailIdOk

func (o *EmailsModel) GetEmailIdOk() (*string, bool)

GetEmailIdOk returns a tuple with the EmailId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmailsModel) GetEmailOk

func (o *EmailsModel) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmailsModel) GetUpdateDateTime

func (o *EmailsModel) GetUpdateDateTime() int64

GetUpdateDateTime returns the UpdateDateTime field value if set, zero value otherwise.

func (*EmailsModel) GetUpdateDateTimeOk

func (o *EmailsModel) GetUpdateDateTimeOk() (*int64, bool)

GetUpdateDateTimeOk returns a tuple with the UpdateDateTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmailsModel) GetVerified

func (o *EmailsModel) GetVerified() bool

GetVerified returns the Verified field value if set, zero value otherwise.

func (*EmailsModel) GetVerifiedOk

func (o *EmailsModel) GetVerifiedOk() (*bool, bool)

GetVerifiedOk returns a tuple with the Verified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EmailsModel) HasCreateDateTime

func (o *EmailsModel) HasCreateDateTime() bool

HasCreateDateTime returns a boolean if a field has been set.

func (*EmailsModel) HasEmail

func (o *EmailsModel) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*EmailsModel) HasEmailId

func (o *EmailsModel) HasEmailId() bool

HasEmailId returns a boolean if a field has been set.

func (*EmailsModel) HasUpdateDateTime

func (o *EmailsModel) HasUpdateDateTime() bool

HasUpdateDateTime returns a boolean if a field has been set.

func (*EmailsModel) HasVerified

func (o *EmailsModel) HasVerified() bool

HasVerified returns a boolean if a field has been set.

func (EmailsModel) MarshalJSON

func (o EmailsModel) MarshalJSON() ([]byte, error)

func (*EmailsModel) SetCreateDateTime

func (o *EmailsModel) SetCreateDateTime(v int64)

SetCreateDateTime gets a reference to the given int64 and assigns it to the CreateDateTime field.

func (*EmailsModel) SetEmail

func (o *EmailsModel) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*EmailsModel) SetEmailId

func (o *EmailsModel) SetEmailId(v string)

SetEmailId gets a reference to the given string and assigns it to the EmailId field.

func (*EmailsModel) SetUpdateDateTime

func (o *EmailsModel) SetUpdateDateTime(v int64)

SetUpdateDateTime gets a reference to the given int64 and assigns it to the UpdateDateTime field.

func (*EmailsModel) SetVerified

func (o *EmailsModel) SetVerified(v bool)

SetVerified gets a reference to the given bool and assigns it to the Verified field.

type EnableMFAOTPResponse

type EnableMFAOTPResponse struct {
	TotpUri *string `json:"totpUri,omitempty"`
}

EnableMFAOTPResponse struct for EnableMFAOTPResponse

func NewEnableMFAOTPResponse

func NewEnableMFAOTPResponse() *EnableMFAOTPResponse

NewEnableMFAOTPResponse instantiates a new EnableMFAOTPResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnableMFAOTPResponseWithDefaults

func NewEnableMFAOTPResponseWithDefaults() *EnableMFAOTPResponse

NewEnableMFAOTPResponseWithDefaults instantiates a new EnableMFAOTPResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnableMFAOTPResponse) GetTotpUri

func (o *EnableMFAOTPResponse) GetTotpUri() string

GetTotpUri returns the TotpUri field value if set, zero value otherwise.

func (*EnableMFAOTPResponse) GetTotpUriOk

func (o *EnableMFAOTPResponse) GetTotpUriOk() (*string, bool)

GetTotpUriOk returns a tuple with the TotpUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnableMFAOTPResponse) HasTotpUri

func (o *EnableMFAOTPResponse) HasTotpUri() bool

HasTotpUri returns a boolean if a field has been set.

func (EnableMFAOTPResponse) MarshalJSON

func (o EnableMFAOTPResponse) MarshalJSON() ([]byte, error)

func (*EnableMFAOTPResponse) SetTotpUri

func (o *EnableMFAOTPResponse) SetTotpUri(v string)

SetTotpUri gets a reference to the given string and assigns it to the TotpUri field.

type Error

type Error struct {
	Code    *int32  `json:"code,omitempty"`
	Fields  *string `json:"fields,omitempty"`
	Message *string `json:"message,omitempty"`
}

Error struct for Error

func NewError

func NewError() *Error

NewError instantiates a new Error object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewErrorWithDefaults

func NewErrorWithDefaults() *Error

NewErrorWithDefaults instantiates a new Error object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Error) GetCode

func (o *Error) GetCode() int32

GetCode returns the Code field value if set, zero value otherwise.

func (*Error) GetCodeOk

func (o *Error) GetCodeOk() (*int32, bool)

GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Error) GetFields

func (o *Error) GetFields() string

GetFields returns the Fields field value if set, zero value otherwise.

func (*Error) GetFieldsOk

func (o *Error) GetFieldsOk() (*string, bool)

GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Error) GetMessage

func (o *Error) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*Error) GetMessageOk

func (o *Error) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Error) HasCode

func (o *Error) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*Error) HasFields

func (o *Error) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*Error) HasMessage

func (o *Error) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (Error) MarshalJSON

func (o Error) MarshalJSON() ([]byte, error)

func (*Error) SetCode

func (o *Error) SetCode(v int32)

SetCode gets a reference to the given int32 and assigns it to the Code field.

func (*Error) SetFields

func (o *Error) SetFields(v string)

SetFields gets a reference to the given string and assigns it to the Fields field.

func (*Error) SetMessage

func (o *Error) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

type EstimatedCouponModel

type EstimatedCouponModel struct {
	// クーポン額
	Amount *float64 `json:"amount,omitempty"`
	// 通貨
	Currency *string `json:"currency,omitempty"`
	// 有効期限
	ExpiryYearMonth *string `json:"expiryYearMonth,omitempty"`
	// 発注 ID
	OrderId *string `json:"orderId,omitempty"`
	// 消費税
	TaxAmount *float64 `json:"taxAmount,omitempty"`
	// 合計金額
	TotalAmount *float64 `json:"totalAmount,omitempty"`
}

EstimatedCouponModel struct for EstimatedCouponModel

func NewEstimatedCouponModel

func NewEstimatedCouponModel() *EstimatedCouponModel

NewEstimatedCouponModel instantiates a new EstimatedCouponModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEstimatedCouponModelWithDefaults

func NewEstimatedCouponModelWithDefaults() *EstimatedCouponModel

NewEstimatedCouponModelWithDefaults instantiates a new EstimatedCouponModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EstimatedCouponModel) GetAmount

func (o *EstimatedCouponModel) GetAmount() float64

GetAmount returns the Amount field value if set, zero value otherwise.

func (*EstimatedCouponModel) GetAmountOk

func (o *EstimatedCouponModel) GetAmountOk() (*float64, bool)

GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedCouponModel) GetCurrency

func (o *EstimatedCouponModel) GetCurrency() string

GetCurrency returns the Currency field value if set, zero value otherwise.

func (*EstimatedCouponModel) GetCurrencyOk

func (o *EstimatedCouponModel) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedCouponModel) GetExpiryYearMonth

func (o *EstimatedCouponModel) GetExpiryYearMonth() string

GetExpiryYearMonth returns the ExpiryYearMonth field value if set, zero value otherwise.

func (*EstimatedCouponModel) GetExpiryYearMonthOk

func (o *EstimatedCouponModel) GetExpiryYearMonthOk() (*string, bool)

GetExpiryYearMonthOk returns a tuple with the ExpiryYearMonth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedCouponModel) GetOrderId

func (o *EstimatedCouponModel) GetOrderId() string

GetOrderId returns the OrderId field value if set, zero value otherwise.

func (*EstimatedCouponModel) GetOrderIdOk

func (o *EstimatedCouponModel) GetOrderIdOk() (*string, bool)

GetOrderIdOk returns a tuple with the OrderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedCouponModel) GetTaxAmount

func (o *EstimatedCouponModel) GetTaxAmount() float64

GetTaxAmount returns the TaxAmount field value if set, zero value otherwise.

func (*EstimatedCouponModel) GetTaxAmountOk

func (o *EstimatedCouponModel) GetTaxAmountOk() (*float64, bool)

GetTaxAmountOk returns a tuple with the TaxAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedCouponModel) GetTotalAmount

func (o *EstimatedCouponModel) GetTotalAmount() float64

GetTotalAmount returns the TotalAmount field value if set, zero value otherwise.

func (*EstimatedCouponModel) GetTotalAmountOk

func (o *EstimatedCouponModel) GetTotalAmountOk() (*float64, bool)

GetTotalAmountOk returns a tuple with the TotalAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedCouponModel) HasAmount

func (o *EstimatedCouponModel) HasAmount() bool

HasAmount returns a boolean if a field has been set.

func (*EstimatedCouponModel) HasCurrency

func (o *EstimatedCouponModel) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

func (*EstimatedCouponModel) HasExpiryYearMonth

func (o *EstimatedCouponModel) HasExpiryYearMonth() bool

HasExpiryYearMonth returns a boolean if a field has been set.

func (*EstimatedCouponModel) HasOrderId

func (o *EstimatedCouponModel) HasOrderId() bool

HasOrderId returns a boolean if a field has been set.

func (*EstimatedCouponModel) HasTaxAmount

func (o *EstimatedCouponModel) HasTaxAmount() bool

HasTaxAmount returns a boolean if a field has been set.

func (*EstimatedCouponModel) HasTotalAmount

func (o *EstimatedCouponModel) HasTotalAmount() bool

HasTotalAmount returns a boolean if a field has been set.

func (EstimatedCouponModel) MarshalJSON

func (o EstimatedCouponModel) MarshalJSON() ([]byte, error)

func (*EstimatedCouponModel) SetAmount

func (o *EstimatedCouponModel) SetAmount(v float64)

SetAmount gets a reference to the given float64 and assigns it to the Amount field.

func (*EstimatedCouponModel) SetCurrency

func (o *EstimatedCouponModel) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

func (*EstimatedCouponModel) SetExpiryYearMonth

func (o *EstimatedCouponModel) SetExpiryYearMonth(v string)

SetExpiryYearMonth gets a reference to the given string and assigns it to the ExpiryYearMonth field.

func (*EstimatedCouponModel) SetOrderId

func (o *EstimatedCouponModel) SetOrderId(v string)

SetOrderId gets a reference to the given string and assigns it to the OrderId field.

func (*EstimatedCouponModel) SetTaxAmount

func (o *EstimatedCouponModel) SetTaxAmount(v float64)

SetTaxAmount gets a reference to the given float64 and assigns it to the TaxAmount field.

func (*EstimatedCouponModel) SetTotalAmount

func (o *EstimatedCouponModel) SetTotalAmount(v float64)

SetTotalAmount gets a reference to the given float64 and assigns it to the TotalAmount field.

type EstimatedOrderItemModel

type EstimatedOrderItemModel struct {
	Product *ProductModel `json:"product,omitempty"`
	// 商品金額
	ProductAmount *float64 `json:"productAmount,omitempty"`
	// 購入数
	Quantity                 *int32   `json:"quantity,omitempty"`
	TaxIncludedProductAmount *float32 `json:"taxIncludedProductAmount,omitempty"`
}

EstimatedOrderItemModel struct for EstimatedOrderItemModel

func NewEstimatedOrderItemModel

func NewEstimatedOrderItemModel() *EstimatedOrderItemModel

NewEstimatedOrderItemModel instantiates a new EstimatedOrderItemModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEstimatedOrderItemModelWithDefaults

func NewEstimatedOrderItemModelWithDefaults() *EstimatedOrderItemModel

NewEstimatedOrderItemModelWithDefaults instantiates a new EstimatedOrderItemModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EstimatedOrderItemModel) GetProduct

func (o *EstimatedOrderItemModel) GetProduct() ProductModel

GetProduct returns the Product field value if set, zero value otherwise.

func (*EstimatedOrderItemModel) GetProductAmount

func (o *EstimatedOrderItemModel) GetProductAmount() float64

GetProductAmount returns the ProductAmount field value if set, zero value otherwise.

func (*EstimatedOrderItemModel) GetProductAmountOk

func (o *EstimatedOrderItemModel) GetProductAmountOk() (*float64, bool)

GetProductAmountOk returns a tuple with the ProductAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedOrderItemModel) GetProductOk

func (o *EstimatedOrderItemModel) GetProductOk() (*ProductModel, bool)

GetProductOk returns a tuple with the Product field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedOrderItemModel) GetQuantity

func (o *EstimatedOrderItemModel) GetQuantity() int32

GetQuantity returns the Quantity field value if set, zero value otherwise.

func (*EstimatedOrderItemModel) GetQuantityOk

func (o *EstimatedOrderItemModel) GetQuantityOk() (*int32, bool)

GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedOrderItemModel) GetTaxIncludedProductAmount

func (o *EstimatedOrderItemModel) GetTaxIncludedProductAmount() float32

GetTaxIncludedProductAmount returns the TaxIncludedProductAmount field value if set, zero value otherwise.

func (*EstimatedOrderItemModel) GetTaxIncludedProductAmountOk

func (o *EstimatedOrderItemModel) GetTaxIncludedProductAmountOk() (*float32, bool)

GetTaxIncludedProductAmountOk returns a tuple with the TaxIncludedProductAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedOrderItemModel) HasProduct

func (o *EstimatedOrderItemModel) HasProduct() bool

HasProduct returns a boolean if a field has been set.

func (*EstimatedOrderItemModel) HasProductAmount

func (o *EstimatedOrderItemModel) HasProductAmount() bool

HasProductAmount returns a boolean if a field has been set.

func (*EstimatedOrderItemModel) HasQuantity

func (o *EstimatedOrderItemModel) HasQuantity() bool

HasQuantity returns a boolean if a field has been set.

func (*EstimatedOrderItemModel) HasTaxIncludedProductAmount

func (o *EstimatedOrderItemModel) HasTaxIncludedProductAmount() bool

HasTaxIncludedProductAmount returns a boolean if a field has been set.

func (EstimatedOrderItemModel) MarshalJSON

func (o EstimatedOrderItemModel) MarshalJSON() ([]byte, error)

func (*EstimatedOrderItemModel) SetProduct

func (o *EstimatedOrderItemModel) SetProduct(v ProductModel)

SetProduct gets a reference to the given ProductModel and assigns it to the Product field.

func (*EstimatedOrderItemModel) SetProductAmount

func (o *EstimatedOrderItemModel) SetProductAmount(v float64)

SetProductAmount gets a reference to the given float64 and assigns it to the ProductAmount field.

func (*EstimatedOrderItemModel) SetQuantity

func (o *EstimatedOrderItemModel) SetQuantity(v int32)

SetQuantity gets a reference to the given int32 and assigns it to the Quantity field.

func (*EstimatedOrderItemModel) SetTaxIncludedProductAmount

func (o *EstimatedOrderItemModel) SetTaxIncludedProductAmount(v float32)

SetTaxIncludedProductAmount gets a reference to the given float32 and assigns it to the TaxIncludedProductAmount field.

type EstimatedOrderModel

type EstimatedOrderModel struct {
	// Applied shipping options
	AppliedShippingOptions []map[string]interface{} `json:"appliedShippingOptions,omitempty"`
	// Balance due
	BalanceDue *float64 `json:"balanceDue,omitempty"`
	// Currency
	Currency *string `json:"currency,omitempty"`
	// メールアドレス
	Email *string `json:"email,omitempty"`
	// Order channel
	OrderChannel *string `json:"orderChannel,omitempty"`
	// 発注 ID
	OrderId *string `json:"orderId,omitempty"`
	// 発注商品リスト
	OrderItemList []EstimatedOrderItemModel `json:"orderItemList,omitempty"`
	// Preferred delivery date
	PreferredDeliveryDate *string `json:"preferredDeliveryDate,omitempty"`
	// Purchase order number
	PurchaseOrderNumber *string               `json:"purchaseOrderNumber,omitempty"`
	ShippingAddress     *ShippingAddressModel `json:"shippingAddress,omitempty"`
	// 商品発送先 ID
	ShippingAddressId *string `json:"shippingAddressId,omitempty"`
	// 配送料
	ShippingCost *float64 `json:"shippingCost,omitempty"`
	// 消費税
	TaxAmount *float64 `json:"taxAmount,omitempty"`
	// Tax included in shipping cost
	TaxIncludedInShippingCost *float64 `json:"taxIncludedInShippingCost,omitempty"`
	// Whether shipping cost is taxable
	TaxOnShippingCost *bool `json:"taxOnShippingCost,omitempty"`
	// 合計金額
	TotalAmount *float64 `json:"totalAmount,omitempty"`
	// Withholding tax amount
	WithholdingTaxAmount *float64 `json:"withholdingTaxAmount,omitempty"`
}

EstimatedOrderModel struct for EstimatedOrderModel

func NewEstimatedOrderModel

func NewEstimatedOrderModel() *EstimatedOrderModel

NewEstimatedOrderModel instantiates a new EstimatedOrderModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEstimatedOrderModelWithDefaults

func NewEstimatedOrderModelWithDefaults() *EstimatedOrderModel

NewEstimatedOrderModelWithDefaults instantiates a new EstimatedOrderModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EstimatedOrderModel) GetAppliedShippingOptions

func (o *EstimatedOrderModel) GetAppliedShippingOptions() []map[string]interface{}

GetAppliedShippingOptions returns the AppliedShippingOptions field value if set, zero value otherwise.

func (*EstimatedOrderModel) GetAppliedShippingOptionsOk

func (o *EstimatedOrderModel) GetAppliedShippingOptionsOk() ([]map[string]interface{}, bool)

GetAppliedShippingOptionsOk returns a tuple with the AppliedShippingOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedOrderModel) GetBalanceDue

func (o *EstimatedOrderModel) GetBalanceDue() float64

GetBalanceDue returns the BalanceDue field value if set, zero value otherwise.

func (*EstimatedOrderModel) GetBalanceDueOk

func (o *EstimatedOrderModel) GetBalanceDueOk() (*float64, bool)

GetBalanceDueOk returns a tuple with the BalanceDue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedOrderModel) GetCurrency

func (o *EstimatedOrderModel) GetCurrency() string

GetCurrency returns the Currency field value if set, zero value otherwise.

func (*EstimatedOrderModel) GetCurrencyOk

func (o *EstimatedOrderModel) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedOrderModel) GetEmail

func (o *EstimatedOrderModel) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*EstimatedOrderModel) GetEmailOk

func (o *EstimatedOrderModel) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedOrderModel) GetOrderChannel

func (o *EstimatedOrderModel) GetOrderChannel() string

GetOrderChannel returns the OrderChannel field value if set, zero value otherwise.

func (*EstimatedOrderModel) GetOrderChannelOk

func (o *EstimatedOrderModel) GetOrderChannelOk() (*string, bool)

GetOrderChannelOk returns a tuple with the OrderChannel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedOrderModel) GetOrderId

func (o *EstimatedOrderModel) GetOrderId() string

GetOrderId returns the OrderId field value if set, zero value otherwise.

func (*EstimatedOrderModel) GetOrderIdOk

func (o *EstimatedOrderModel) GetOrderIdOk() (*string, bool)

GetOrderIdOk returns a tuple with the OrderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedOrderModel) GetOrderItemList

func (o *EstimatedOrderModel) GetOrderItemList() []EstimatedOrderItemModel

GetOrderItemList returns the OrderItemList field value if set, zero value otherwise.

func (*EstimatedOrderModel) GetOrderItemListOk

func (o *EstimatedOrderModel) GetOrderItemListOk() ([]EstimatedOrderItemModel, bool)

GetOrderItemListOk returns a tuple with the OrderItemList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedOrderModel) GetPreferredDeliveryDate

func (o *EstimatedOrderModel) GetPreferredDeliveryDate() string

GetPreferredDeliveryDate returns the PreferredDeliveryDate field value if set, zero value otherwise.

func (*EstimatedOrderModel) GetPreferredDeliveryDateOk

func (o *EstimatedOrderModel) GetPreferredDeliveryDateOk() (*string, bool)

GetPreferredDeliveryDateOk returns a tuple with the PreferredDeliveryDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedOrderModel) GetPurchaseOrderNumber

func (o *EstimatedOrderModel) GetPurchaseOrderNumber() string

GetPurchaseOrderNumber returns the PurchaseOrderNumber field value if set, zero value otherwise.

func (*EstimatedOrderModel) GetPurchaseOrderNumberOk

func (o *EstimatedOrderModel) GetPurchaseOrderNumberOk() (*string, bool)

GetPurchaseOrderNumberOk returns a tuple with the PurchaseOrderNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedOrderModel) GetShippingAddress

func (o *EstimatedOrderModel) GetShippingAddress() ShippingAddressModel

GetShippingAddress returns the ShippingAddress field value if set, zero value otherwise.

func (*EstimatedOrderModel) GetShippingAddressId

func (o *EstimatedOrderModel) GetShippingAddressId() string

GetShippingAddressId returns the ShippingAddressId field value if set, zero value otherwise.

func (*EstimatedOrderModel) GetShippingAddressIdOk

func (o *EstimatedOrderModel) GetShippingAddressIdOk() (*string, bool)

GetShippingAddressIdOk returns a tuple with the ShippingAddressId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedOrderModel) GetShippingAddressOk

func (o *EstimatedOrderModel) GetShippingAddressOk() (*ShippingAddressModel, bool)

GetShippingAddressOk returns a tuple with the ShippingAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedOrderModel) GetShippingCost

func (o *EstimatedOrderModel) GetShippingCost() float64

GetShippingCost returns the ShippingCost field value if set, zero value otherwise.

func (*EstimatedOrderModel) GetShippingCostOk

func (o *EstimatedOrderModel) GetShippingCostOk() (*float64, bool)

GetShippingCostOk returns a tuple with the ShippingCost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedOrderModel) GetTaxAmount

func (o *EstimatedOrderModel) GetTaxAmount() float64

GetTaxAmount returns the TaxAmount field value if set, zero value otherwise.

func (*EstimatedOrderModel) GetTaxAmountOk

func (o *EstimatedOrderModel) GetTaxAmountOk() (*float64, bool)

GetTaxAmountOk returns a tuple with the TaxAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedOrderModel) GetTaxIncludedInShippingCost

func (o *EstimatedOrderModel) GetTaxIncludedInShippingCost() float64

GetTaxIncludedInShippingCost returns the TaxIncludedInShippingCost field value if set, zero value otherwise.

func (*EstimatedOrderModel) GetTaxIncludedInShippingCostOk

func (o *EstimatedOrderModel) GetTaxIncludedInShippingCostOk() (*float64, bool)

GetTaxIncludedInShippingCostOk returns a tuple with the TaxIncludedInShippingCost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedOrderModel) GetTaxOnShippingCost

func (o *EstimatedOrderModel) GetTaxOnShippingCost() bool

GetTaxOnShippingCost returns the TaxOnShippingCost field value if set, zero value otherwise.

func (*EstimatedOrderModel) GetTaxOnShippingCostOk

func (o *EstimatedOrderModel) GetTaxOnShippingCostOk() (*bool, bool)

GetTaxOnShippingCostOk returns a tuple with the TaxOnShippingCost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedOrderModel) GetTotalAmount

func (o *EstimatedOrderModel) GetTotalAmount() float64

GetTotalAmount returns the TotalAmount field value if set, zero value otherwise.

func (*EstimatedOrderModel) GetTotalAmountOk

func (o *EstimatedOrderModel) GetTotalAmountOk() (*float64, bool)

GetTotalAmountOk returns a tuple with the TotalAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedOrderModel) GetWithholdingTaxAmount

func (o *EstimatedOrderModel) GetWithholdingTaxAmount() float64

GetWithholdingTaxAmount returns the WithholdingTaxAmount field value if set, zero value otherwise.

func (*EstimatedOrderModel) GetWithholdingTaxAmountOk

func (o *EstimatedOrderModel) GetWithholdingTaxAmountOk() (*float64, bool)

GetWithholdingTaxAmountOk returns a tuple with the WithholdingTaxAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedOrderModel) HasAppliedShippingOptions

func (o *EstimatedOrderModel) HasAppliedShippingOptions() bool

HasAppliedShippingOptions returns a boolean if a field has been set.

func (*EstimatedOrderModel) HasBalanceDue

func (o *EstimatedOrderModel) HasBalanceDue() bool

HasBalanceDue returns a boolean if a field has been set.

func (*EstimatedOrderModel) HasCurrency

func (o *EstimatedOrderModel) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

func (*EstimatedOrderModel) HasEmail

func (o *EstimatedOrderModel) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*EstimatedOrderModel) HasOrderChannel

func (o *EstimatedOrderModel) HasOrderChannel() bool

HasOrderChannel returns a boolean if a field has been set.

func (*EstimatedOrderModel) HasOrderId

func (o *EstimatedOrderModel) HasOrderId() bool

HasOrderId returns a boolean if a field has been set.

func (*EstimatedOrderModel) HasOrderItemList

func (o *EstimatedOrderModel) HasOrderItemList() bool

HasOrderItemList returns a boolean if a field has been set.

func (*EstimatedOrderModel) HasPreferredDeliveryDate

func (o *EstimatedOrderModel) HasPreferredDeliveryDate() bool

HasPreferredDeliveryDate returns a boolean if a field has been set.

func (*EstimatedOrderModel) HasPurchaseOrderNumber

func (o *EstimatedOrderModel) HasPurchaseOrderNumber() bool

HasPurchaseOrderNumber returns a boolean if a field has been set.

func (*EstimatedOrderModel) HasShippingAddress

func (o *EstimatedOrderModel) HasShippingAddress() bool

HasShippingAddress returns a boolean if a field has been set.

func (*EstimatedOrderModel) HasShippingAddressId

func (o *EstimatedOrderModel) HasShippingAddressId() bool

HasShippingAddressId returns a boolean if a field has been set.

func (*EstimatedOrderModel) HasShippingCost

func (o *EstimatedOrderModel) HasShippingCost() bool

HasShippingCost returns a boolean if a field has been set.

func (*EstimatedOrderModel) HasTaxAmount

func (o *EstimatedOrderModel) HasTaxAmount() bool

HasTaxAmount returns a boolean if a field has been set.

func (*EstimatedOrderModel) HasTaxIncludedInShippingCost

func (o *EstimatedOrderModel) HasTaxIncludedInShippingCost() bool

HasTaxIncludedInShippingCost returns a boolean if a field has been set.

func (*EstimatedOrderModel) HasTaxOnShippingCost

func (o *EstimatedOrderModel) HasTaxOnShippingCost() bool

HasTaxOnShippingCost returns a boolean if a field has been set.

func (*EstimatedOrderModel) HasTotalAmount

func (o *EstimatedOrderModel) HasTotalAmount() bool

HasTotalAmount returns a boolean if a field has been set.

func (*EstimatedOrderModel) HasWithholdingTaxAmount

func (o *EstimatedOrderModel) HasWithholdingTaxAmount() bool

HasWithholdingTaxAmount returns a boolean if a field has been set.

func (EstimatedOrderModel) MarshalJSON

func (o EstimatedOrderModel) MarshalJSON() ([]byte, error)

func (*EstimatedOrderModel) SetAppliedShippingOptions

func (o *EstimatedOrderModel) SetAppliedShippingOptions(v []map[string]interface{})

SetAppliedShippingOptions gets a reference to the given []map[string]interface{} and assigns it to the AppliedShippingOptions field.

func (*EstimatedOrderModel) SetBalanceDue

func (o *EstimatedOrderModel) SetBalanceDue(v float64)

SetBalanceDue gets a reference to the given float64 and assigns it to the BalanceDue field.

func (*EstimatedOrderModel) SetCurrency

func (o *EstimatedOrderModel) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

func (*EstimatedOrderModel) SetEmail

func (o *EstimatedOrderModel) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*EstimatedOrderModel) SetOrderChannel

func (o *EstimatedOrderModel) SetOrderChannel(v string)

SetOrderChannel gets a reference to the given string and assigns it to the OrderChannel field.

func (*EstimatedOrderModel) SetOrderId

func (o *EstimatedOrderModel) SetOrderId(v string)

SetOrderId gets a reference to the given string and assigns it to the OrderId field.

func (*EstimatedOrderModel) SetOrderItemList

func (o *EstimatedOrderModel) SetOrderItemList(v []EstimatedOrderItemModel)

SetOrderItemList gets a reference to the given []EstimatedOrderItemModel and assigns it to the OrderItemList field.

func (*EstimatedOrderModel) SetPreferredDeliveryDate

func (o *EstimatedOrderModel) SetPreferredDeliveryDate(v string)

SetPreferredDeliveryDate gets a reference to the given string and assigns it to the PreferredDeliveryDate field.

func (*EstimatedOrderModel) SetPurchaseOrderNumber

func (o *EstimatedOrderModel) SetPurchaseOrderNumber(v string)

SetPurchaseOrderNumber gets a reference to the given string and assigns it to the PurchaseOrderNumber field.

func (*EstimatedOrderModel) SetShippingAddress

func (o *EstimatedOrderModel) SetShippingAddress(v ShippingAddressModel)

SetShippingAddress gets a reference to the given ShippingAddressModel and assigns it to the ShippingAddress field.

func (*EstimatedOrderModel) SetShippingAddressId

func (o *EstimatedOrderModel) SetShippingAddressId(v string)

SetShippingAddressId gets a reference to the given string and assigns it to the ShippingAddressId field.

func (*EstimatedOrderModel) SetShippingCost

func (o *EstimatedOrderModel) SetShippingCost(v float64)

SetShippingCost gets a reference to the given float64 and assigns it to the ShippingCost field.

func (*EstimatedOrderModel) SetTaxAmount

func (o *EstimatedOrderModel) SetTaxAmount(v float64)

SetTaxAmount gets a reference to the given float64 and assigns it to the TaxAmount field.

func (*EstimatedOrderModel) SetTaxIncludedInShippingCost

func (o *EstimatedOrderModel) SetTaxIncludedInShippingCost(v float64)

SetTaxIncludedInShippingCost gets a reference to the given float64 and assigns it to the TaxIncludedInShippingCost field.

func (*EstimatedOrderModel) SetTaxOnShippingCost

func (o *EstimatedOrderModel) SetTaxOnShippingCost(v bool)

SetTaxOnShippingCost gets a reference to the given bool and assigns it to the TaxOnShippingCost field.

func (*EstimatedOrderModel) SetTotalAmount

func (o *EstimatedOrderModel) SetTotalAmount(v float64)

SetTotalAmount gets a reference to the given float64 and assigns it to the TotalAmount field.

func (*EstimatedOrderModel) SetWithholdingTaxAmount

func (o *EstimatedOrderModel) SetWithholdingTaxAmount(v float64)

SetWithholdingTaxAmount gets a reference to the given float64 and assigns it to the WithholdingTaxAmount field.

type EstimatedVolumeDiscountModel

type EstimatedVolumeDiscountModel struct {
	// 通貨
	Currency *string `json:"currency,omitempty"`
	// 発注 ID
	OrderId *string `json:"orderId,omitempty"`
	// 消費税
	TaxAmount *float64 `json:"taxAmount,omitempty"`
	// 合計金額
	TotalAmount    *float64             `json:"totalAmount,omitempty"`
	VolumeDiscount *VolumeDiscountModel `json:"volumeDiscount,omitempty"`
}

EstimatedVolumeDiscountModel struct for EstimatedVolumeDiscountModel

func NewEstimatedVolumeDiscountModel

func NewEstimatedVolumeDiscountModel() *EstimatedVolumeDiscountModel

NewEstimatedVolumeDiscountModel instantiates a new EstimatedVolumeDiscountModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEstimatedVolumeDiscountModelWithDefaults

func NewEstimatedVolumeDiscountModelWithDefaults() *EstimatedVolumeDiscountModel

NewEstimatedVolumeDiscountModelWithDefaults instantiates a new EstimatedVolumeDiscountModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EstimatedVolumeDiscountModel) GetCurrency

func (o *EstimatedVolumeDiscountModel) GetCurrency() string

GetCurrency returns the Currency field value if set, zero value otherwise.

func (*EstimatedVolumeDiscountModel) GetCurrencyOk

func (o *EstimatedVolumeDiscountModel) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedVolumeDiscountModel) GetOrderId

func (o *EstimatedVolumeDiscountModel) GetOrderId() string

GetOrderId returns the OrderId field value if set, zero value otherwise.

func (*EstimatedVolumeDiscountModel) GetOrderIdOk

func (o *EstimatedVolumeDiscountModel) GetOrderIdOk() (*string, bool)

GetOrderIdOk returns a tuple with the OrderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedVolumeDiscountModel) GetTaxAmount

func (o *EstimatedVolumeDiscountModel) GetTaxAmount() float64

GetTaxAmount returns the TaxAmount field value if set, zero value otherwise.

func (*EstimatedVolumeDiscountModel) GetTaxAmountOk

func (o *EstimatedVolumeDiscountModel) GetTaxAmountOk() (*float64, bool)

GetTaxAmountOk returns a tuple with the TaxAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedVolumeDiscountModel) GetTotalAmount

func (o *EstimatedVolumeDiscountModel) GetTotalAmount() float64

GetTotalAmount returns the TotalAmount field value if set, zero value otherwise.

func (*EstimatedVolumeDiscountModel) GetTotalAmountOk

func (o *EstimatedVolumeDiscountModel) GetTotalAmountOk() (*float64, bool)

GetTotalAmountOk returns a tuple with the TotalAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedVolumeDiscountModel) GetVolumeDiscount

func (o *EstimatedVolumeDiscountModel) GetVolumeDiscount() VolumeDiscountModel

GetVolumeDiscount returns the VolumeDiscount field value if set, zero value otherwise.

func (*EstimatedVolumeDiscountModel) GetVolumeDiscountOk

func (o *EstimatedVolumeDiscountModel) GetVolumeDiscountOk() (*VolumeDiscountModel, bool)

GetVolumeDiscountOk returns a tuple with the VolumeDiscount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EstimatedVolumeDiscountModel) HasCurrency

func (o *EstimatedVolumeDiscountModel) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

func (*EstimatedVolumeDiscountModel) HasOrderId

func (o *EstimatedVolumeDiscountModel) HasOrderId() bool

HasOrderId returns a boolean if a field has been set.

func (*EstimatedVolumeDiscountModel) HasTaxAmount

func (o *EstimatedVolumeDiscountModel) HasTaxAmount() bool

HasTaxAmount returns a boolean if a field has been set.

func (*EstimatedVolumeDiscountModel) HasTotalAmount

func (o *EstimatedVolumeDiscountModel) HasTotalAmount() bool

HasTotalAmount returns a boolean if a field has been set.

func (*EstimatedVolumeDiscountModel) HasVolumeDiscount

func (o *EstimatedVolumeDiscountModel) HasVolumeDiscount() bool

HasVolumeDiscount returns a boolean if a field has been set.

func (EstimatedVolumeDiscountModel) MarshalJSON

func (o EstimatedVolumeDiscountModel) MarshalJSON() ([]byte, error)

func (*EstimatedVolumeDiscountModel) SetCurrency

func (o *EstimatedVolumeDiscountModel) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

func (*EstimatedVolumeDiscountModel) SetOrderId

func (o *EstimatedVolumeDiscountModel) SetOrderId(v string)

SetOrderId gets a reference to the given string and assigns it to the OrderId field.

func (*EstimatedVolumeDiscountModel) SetTaxAmount

func (o *EstimatedVolumeDiscountModel) SetTaxAmount(v float64)

SetTaxAmount gets a reference to the given float64 and assigns it to the TaxAmount field.

func (*EstimatedVolumeDiscountModel) SetTotalAmount

func (o *EstimatedVolumeDiscountModel) SetTotalAmount(v float64)

SetTotalAmount gets a reference to the given float64 and assigns it to the TotalAmount field.

func (*EstimatedVolumeDiscountModel) SetVolumeDiscount

func (o *EstimatedVolumeDiscountModel) SetVolumeDiscount(v VolumeDiscountModel)

SetVolumeDiscount gets a reference to the given VolumeDiscountModel and assigns it to the VolumeDiscount field.

type EventHandlerApiService

type EventHandlerApiService service

EventHandlerApiService EventHandlerApi service

func (*EventHandlerApiService) CreateEventHandler

CreateEventHandler Create Event Handler

イベントハンドラを新規作成する。リクエストパラメータの指定方法については、イベントハンドラーの [SORACOM CLI / SORACOM API で作成する](/ja-jp/docs/event-handler/configure-with-api/) を参照してください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateEventHandlerRequest

func (*EventHandlerApiService) CreateEventHandlerExecute

Execute executes the request

@return EventHandlerModel

func (*EventHandlerApiService) DeleteEventHandler

func (a *EventHandlerApiService) DeleteEventHandler(ctx context.Context, handlerId string) ApiDeleteEventHandlerRequest

DeleteEventHandler Delete Event Handler

指定されたイベントハンドラを削除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param handlerId handler ID
@return ApiDeleteEventHandlerRequest

func (*EventHandlerApiService) DeleteEventHandlerExecute

func (a *EventHandlerApiService) DeleteEventHandlerExecute(r ApiDeleteEventHandlerRequest) (*http.Response, error)

Execute executes the request

func (*EventHandlerApiService) DeleteIgnoreEventHandler

func (a *EventHandlerApiService) DeleteIgnoreEventHandler(ctx context.Context, imsi string, handlerId string) ApiDeleteIgnoreEventHandlerRequest

DeleteIgnoreEventHandler Delete Ignore Event Handler

指定の IMSI に対して、指定のイベントハンドラを無視する設定を削除

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi imsi
@param handlerId handler_id
@return ApiDeleteIgnoreEventHandlerRequest

func (*EventHandlerApiService) DeleteIgnoreEventHandlerExecute

func (a *EventHandlerApiService) DeleteIgnoreEventHandlerExecute(r ApiDeleteIgnoreEventHandlerRequest) (*http.Response, error)

Execute executes the request

func (*EventHandlerApiService) GetEventHandler

func (a *EventHandlerApiService) GetEventHandler(ctx context.Context, handlerId string) ApiGetEventHandlerRequest

GetEventHandler Get Event Handler

指定されたイベントハンドラの情報を返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param handlerId handler ID
@return ApiGetEventHandlerRequest

func (*EventHandlerApiService) GetEventHandlerExecute

Execute executes the request

@return EventHandlerModel

func (*EventHandlerApiService) ListEventHandlers

ListEventHandlers List Event Handlers

イベントハンドラの一覧を返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListEventHandlersRequest

func (*EventHandlerApiService) ListEventHandlersBySubscriber

func (a *EventHandlerApiService) ListEventHandlersBySubscriber(ctx context.Context, imsi string) ApiListEventHandlersBySubscriberRequest

ListEventHandlersBySubscriber List Event Handlers related to Subscriber

対象 IMSI にひもづくイベントハンドラのリストを返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi imsi
@return ApiListEventHandlersBySubscriberRequest

func (*EventHandlerApiService) ListEventHandlersBySubscriberExecute

func (a *EventHandlerApiService) ListEventHandlersBySubscriberExecute(r ApiListEventHandlersBySubscriberRequest) ([]EventHandlerModel, *http.Response, error)

Execute executes the request

@return []EventHandlerModel

func (*EventHandlerApiService) ListEventHandlersExecute

Execute executes the request

@return []EventHandlerModel

func (*EventHandlerApiService) SetIgnoreEventHandler

func (a *EventHandlerApiService) SetIgnoreEventHandler(ctx context.Context, imsi string, handlerId string) ApiSetIgnoreEventHandlerRequest

SetIgnoreEventHandler Ignore Event Handler

指定の IMSI に対して、指定のイベントハンドラを無視する設定を追加

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi imsi
@param handlerId handler_id
@return ApiSetIgnoreEventHandlerRequest

func (*EventHandlerApiService) SetIgnoreEventHandlerExecute

func (a *EventHandlerApiService) SetIgnoreEventHandlerExecute(r ApiSetIgnoreEventHandlerRequest) (*http.Response, error)

Execute executes the request

func (*EventHandlerApiService) UpdateEventHandler

func (a *EventHandlerApiService) UpdateEventHandler(ctx context.Context, handlerId string) ApiUpdateEventHandlerRequest

UpdateEventHandler Update Event Handler

指定されたイベントハンドラを更新する。リクエストパラメータの指定方法については、イベントハンドラーの [SORACOM CLI / SORACOM API で作成する](/ja-jp/docs/event-handler/configure-with-api/) を参照してください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param handlerId handler ID
@return ApiUpdateEventHandlerRequest

func (*EventHandlerApiService) UpdateEventHandlerExecute

func (a *EventHandlerApiService) UpdateEventHandlerExecute(r ApiUpdateEventHandlerRequest) (*http.Response, error)

Execute executes the request

type EventHandlerModel

type EventHandlerModel struct {
	ActionConfigList []ActionConfig `json:"actionConfigList"`
	Description      *string        `json:"description,omitempty"`
	HandlerId        string         `json:"handlerId"`
	Name             string         `json:"name"`
	RuleConfig       RuleConfig     `json:"ruleConfig"`
	Status           string         `json:"status"`
	TargetGroupId    *string        `json:"targetGroupId,omitempty"`
	TargetImsi       *string        `json:"targetImsi,omitempty"`
	TargetOperatorId *string        `json:"targetOperatorId,omitempty"`
	TargetSimId      *string        `json:"targetSimId,omitempty"`
}

EventHandlerModel struct for EventHandlerModel

func NewEventHandlerModel

func NewEventHandlerModel(actionConfigList []ActionConfig, handlerId string, name string, ruleConfig RuleConfig, status string) *EventHandlerModel

NewEventHandlerModel instantiates a new EventHandlerModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEventHandlerModelWithDefaults

func NewEventHandlerModelWithDefaults() *EventHandlerModel

NewEventHandlerModelWithDefaults instantiates a new EventHandlerModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EventHandlerModel) GetActionConfigList

func (o *EventHandlerModel) GetActionConfigList() []ActionConfig

GetActionConfigList returns the ActionConfigList field value

func (*EventHandlerModel) GetActionConfigListOk

func (o *EventHandlerModel) GetActionConfigListOk() ([]ActionConfig, bool)

GetActionConfigListOk returns a tuple with the ActionConfigList field value and a boolean to check if the value has been set.

func (*EventHandlerModel) GetDescription

func (o *EventHandlerModel) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*EventHandlerModel) GetDescriptionOk

func (o *EventHandlerModel) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventHandlerModel) GetHandlerId

func (o *EventHandlerModel) GetHandlerId() string

GetHandlerId returns the HandlerId field value

func (*EventHandlerModel) GetHandlerIdOk

func (o *EventHandlerModel) GetHandlerIdOk() (*string, bool)

GetHandlerIdOk returns a tuple with the HandlerId field value and a boolean to check if the value has been set.

func (*EventHandlerModel) GetName

func (o *EventHandlerModel) GetName() string

GetName returns the Name field value

func (*EventHandlerModel) GetNameOk

func (o *EventHandlerModel) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*EventHandlerModel) GetRuleConfig

func (o *EventHandlerModel) GetRuleConfig() RuleConfig

GetRuleConfig returns the RuleConfig field value

func (*EventHandlerModel) GetRuleConfigOk

func (o *EventHandlerModel) GetRuleConfigOk() (*RuleConfig, bool)

GetRuleConfigOk returns a tuple with the RuleConfig field value and a boolean to check if the value has been set.

func (*EventHandlerModel) GetStatus

func (o *EventHandlerModel) GetStatus() string

GetStatus returns the Status field value

func (*EventHandlerModel) GetStatusOk

func (o *EventHandlerModel) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*EventHandlerModel) GetTargetGroupId

func (o *EventHandlerModel) GetTargetGroupId() string

GetTargetGroupId returns the TargetGroupId field value if set, zero value otherwise.

func (*EventHandlerModel) GetTargetGroupIdOk

func (o *EventHandlerModel) GetTargetGroupIdOk() (*string, bool)

GetTargetGroupIdOk returns a tuple with the TargetGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventHandlerModel) GetTargetImsi

func (o *EventHandlerModel) GetTargetImsi() string

GetTargetImsi returns the TargetImsi field value if set, zero value otherwise.

func (*EventHandlerModel) GetTargetImsiOk

func (o *EventHandlerModel) GetTargetImsiOk() (*string, bool)

GetTargetImsiOk returns a tuple with the TargetImsi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventHandlerModel) GetTargetOperatorId

func (o *EventHandlerModel) GetTargetOperatorId() string

GetTargetOperatorId returns the TargetOperatorId field value if set, zero value otherwise.

func (*EventHandlerModel) GetTargetOperatorIdOk

func (o *EventHandlerModel) GetTargetOperatorIdOk() (*string, bool)

GetTargetOperatorIdOk returns a tuple with the TargetOperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventHandlerModel) GetTargetSimId

func (o *EventHandlerModel) GetTargetSimId() string

GetTargetSimId returns the TargetSimId field value if set, zero value otherwise.

func (*EventHandlerModel) GetTargetSimIdOk

func (o *EventHandlerModel) GetTargetSimIdOk() (*string, bool)

GetTargetSimIdOk returns a tuple with the TargetSimId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventHandlerModel) HasDescription

func (o *EventHandlerModel) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*EventHandlerModel) HasTargetGroupId

func (o *EventHandlerModel) HasTargetGroupId() bool

HasTargetGroupId returns a boolean if a field has been set.

func (*EventHandlerModel) HasTargetImsi

func (o *EventHandlerModel) HasTargetImsi() bool

HasTargetImsi returns a boolean if a field has been set.

func (*EventHandlerModel) HasTargetOperatorId

func (o *EventHandlerModel) HasTargetOperatorId() bool

HasTargetOperatorId returns a boolean if a field has been set.

func (*EventHandlerModel) HasTargetSimId

func (o *EventHandlerModel) HasTargetSimId() bool

HasTargetSimId returns a boolean if a field has been set.

func (EventHandlerModel) MarshalJSON

func (o EventHandlerModel) MarshalJSON() ([]byte, error)

func (*EventHandlerModel) SetActionConfigList

func (o *EventHandlerModel) SetActionConfigList(v []ActionConfig)

SetActionConfigList sets field value

func (*EventHandlerModel) SetDescription

func (o *EventHandlerModel) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*EventHandlerModel) SetHandlerId

func (o *EventHandlerModel) SetHandlerId(v string)

SetHandlerId sets field value

func (*EventHandlerModel) SetName

func (o *EventHandlerModel) SetName(v string)

SetName sets field value

func (*EventHandlerModel) SetRuleConfig

func (o *EventHandlerModel) SetRuleConfig(v RuleConfig)

SetRuleConfig sets field value

func (*EventHandlerModel) SetStatus

func (o *EventHandlerModel) SetStatus(v string)

SetStatus sets field value

func (*EventHandlerModel) SetTargetGroupId

func (o *EventHandlerModel) SetTargetGroupId(v string)

SetTargetGroupId gets a reference to the given string and assigns it to the TargetGroupId field.

func (*EventHandlerModel) SetTargetImsi

func (o *EventHandlerModel) SetTargetImsi(v string)

SetTargetImsi gets a reference to the given string and assigns it to the TargetImsi field.

func (*EventHandlerModel) SetTargetOperatorId

func (o *EventHandlerModel) SetTargetOperatorId(v string)

SetTargetOperatorId gets a reference to the given string and assigns it to the TargetOperatorId field.

func (*EventHandlerModel) SetTargetSimId

func (o *EventHandlerModel) SetTargetSimId(v string)

SetTargetSimId gets a reference to the given string and assigns it to the TargetSimId field.

type ExecuteDeviceResourceRequest

type ExecuteDeviceResourceRequest struct {
	Value *string `json:"value,omitempty"`
}

ExecuteDeviceResourceRequest struct for ExecuteDeviceResourceRequest

func NewExecuteDeviceResourceRequest

func NewExecuteDeviceResourceRequest() *ExecuteDeviceResourceRequest

NewExecuteDeviceResourceRequest instantiates a new ExecuteDeviceResourceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExecuteDeviceResourceRequestWithDefaults

func NewExecuteDeviceResourceRequestWithDefaults() *ExecuteDeviceResourceRequest

NewExecuteDeviceResourceRequestWithDefaults instantiates a new ExecuteDeviceResourceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExecuteDeviceResourceRequest) GetValue

func (o *ExecuteDeviceResourceRequest) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*ExecuteDeviceResourceRequest) GetValueOk

func (o *ExecuteDeviceResourceRequest) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecuteDeviceResourceRequest) HasValue

func (o *ExecuteDeviceResourceRequest) HasValue() bool

HasValue returns a boolean if a field has been set.

func (ExecuteDeviceResourceRequest) MarshalJSON

func (o ExecuteDeviceResourceRequest) MarshalJSON() ([]byte, error)

func (*ExecuteDeviceResourceRequest) SetValue

func (o *ExecuteDeviceResourceRequest) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

type ExecuteSoraletRequest

type ExecuteSoraletRequest struct {
	ContentType  string                       `json:"contentType"`
	Direction    string                       `json:"direction"`
	EncodingType *string                      `json:"encodingType,omitempty"`
	Payload      string                       `json:"payload"`
	Source       map[string]SoraletDataSource `json:"source"`
	Userdata     *string                      `json:"userdata,omitempty"`
	Version      string                       `json:"version"`
}

ExecuteSoraletRequest struct for ExecuteSoraletRequest

func NewExecuteSoraletRequest

func NewExecuteSoraletRequest(contentType string, direction string, payload string, source map[string]SoraletDataSource, version string) *ExecuteSoraletRequest

NewExecuteSoraletRequest instantiates a new ExecuteSoraletRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExecuteSoraletRequestWithDefaults

func NewExecuteSoraletRequestWithDefaults() *ExecuteSoraletRequest

NewExecuteSoraletRequestWithDefaults instantiates a new ExecuteSoraletRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExecuteSoraletRequest) GetContentType

func (o *ExecuteSoraletRequest) GetContentType() string

GetContentType returns the ContentType field value

func (*ExecuteSoraletRequest) GetContentTypeOk

func (o *ExecuteSoraletRequest) GetContentTypeOk() (*string, bool)

GetContentTypeOk returns a tuple with the ContentType field value and a boolean to check if the value has been set.

func (*ExecuteSoraletRequest) GetDirection

func (o *ExecuteSoraletRequest) GetDirection() string

GetDirection returns the Direction field value

func (*ExecuteSoraletRequest) GetDirectionOk

func (o *ExecuteSoraletRequest) GetDirectionOk() (*string, bool)

GetDirectionOk returns a tuple with the Direction field value and a boolean to check if the value has been set.

func (*ExecuteSoraletRequest) GetEncodingType

func (o *ExecuteSoraletRequest) GetEncodingType() string

GetEncodingType returns the EncodingType field value if set, zero value otherwise.

func (*ExecuteSoraletRequest) GetEncodingTypeOk

func (o *ExecuteSoraletRequest) GetEncodingTypeOk() (*string, bool)

GetEncodingTypeOk returns a tuple with the EncodingType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecuteSoraletRequest) GetPayload

func (o *ExecuteSoraletRequest) GetPayload() string

GetPayload returns the Payload field value

func (*ExecuteSoraletRequest) GetPayloadOk

func (o *ExecuteSoraletRequest) GetPayloadOk() (*string, bool)

GetPayloadOk returns a tuple with the Payload field value and a boolean to check if the value has been set.

func (*ExecuteSoraletRequest) GetSource

func (o *ExecuteSoraletRequest) GetSource() map[string]SoraletDataSource

GetSource returns the Source field value

func (*ExecuteSoraletRequest) GetSourceOk

func (o *ExecuteSoraletRequest) GetSourceOk() (*map[string]SoraletDataSource, bool)

GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set.

func (*ExecuteSoraletRequest) GetUserdata

func (o *ExecuteSoraletRequest) GetUserdata() string

GetUserdata returns the Userdata field value if set, zero value otherwise.

func (*ExecuteSoraletRequest) GetUserdataOk

func (o *ExecuteSoraletRequest) GetUserdataOk() (*string, bool)

GetUserdataOk returns a tuple with the Userdata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecuteSoraletRequest) GetVersion

func (o *ExecuteSoraletRequest) GetVersion() string

GetVersion returns the Version field value

func (*ExecuteSoraletRequest) GetVersionOk

func (o *ExecuteSoraletRequest) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (*ExecuteSoraletRequest) HasEncodingType

func (o *ExecuteSoraletRequest) HasEncodingType() bool

HasEncodingType returns a boolean if a field has been set.

func (*ExecuteSoraletRequest) HasUserdata

func (o *ExecuteSoraletRequest) HasUserdata() bool

HasUserdata returns a boolean if a field has been set.

func (ExecuteSoraletRequest) MarshalJSON

func (o ExecuteSoraletRequest) MarshalJSON() ([]byte, error)

func (*ExecuteSoraletRequest) SetContentType

func (o *ExecuteSoraletRequest) SetContentType(v string)

SetContentType sets field value

func (*ExecuteSoraletRequest) SetDirection

func (o *ExecuteSoraletRequest) SetDirection(v string)

SetDirection sets field value

func (*ExecuteSoraletRequest) SetEncodingType

func (o *ExecuteSoraletRequest) SetEncodingType(v string)

SetEncodingType gets a reference to the given string and assigns it to the EncodingType field.

func (*ExecuteSoraletRequest) SetPayload

func (o *ExecuteSoraletRequest) SetPayload(v string)

SetPayload sets field value

func (*ExecuteSoraletRequest) SetSource

func (o *ExecuteSoraletRequest) SetSource(v map[string]SoraletDataSource)

SetSource sets field value

func (*ExecuteSoraletRequest) SetUserdata

func (o *ExecuteSoraletRequest) SetUserdata(v string)

SetUserdata gets a reference to the given string and assigns it to the Userdata field.

func (*ExecuteSoraletRequest) SetVersion

func (o *ExecuteSoraletRequest) SetVersion(v string)

SetVersion sets field value

type ExecuteSoraletResponse

type ExecuteSoraletResponse struct {
	Body         *string `json:"body,omitempty"`
	ContentType  *string `json:"contentType,omitempty"`
	EncodingType *string `json:"encodingType,omitempty"`
	ResultCode   *int32  `json:"resultCode,omitempty"`
}

ExecuteSoraletResponse struct for ExecuteSoraletResponse

func NewExecuteSoraletResponse

func NewExecuteSoraletResponse() *ExecuteSoraletResponse

NewExecuteSoraletResponse instantiates a new ExecuteSoraletResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExecuteSoraletResponseWithDefaults

func NewExecuteSoraletResponseWithDefaults() *ExecuteSoraletResponse

NewExecuteSoraletResponseWithDefaults instantiates a new ExecuteSoraletResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExecuteSoraletResponse) GetBody

func (o *ExecuteSoraletResponse) GetBody() string

GetBody returns the Body field value if set, zero value otherwise.

func (*ExecuteSoraletResponse) GetBodyOk

func (o *ExecuteSoraletResponse) GetBodyOk() (*string, bool)

GetBodyOk returns a tuple with the Body field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecuteSoraletResponse) GetContentType

func (o *ExecuteSoraletResponse) GetContentType() string

GetContentType returns the ContentType field value if set, zero value otherwise.

func (*ExecuteSoraletResponse) GetContentTypeOk

func (o *ExecuteSoraletResponse) GetContentTypeOk() (*string, bool)

GetContentTypeOk returns a tuple with the ContentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecuteSoraletResponse) GetEncodingType

func (o *ExecuteSoraletResponse) GetEncodingType() string

GetEncodingType returns the EncodingType field value if set, zero value otherwise.

func (*ExecuteSoraletResponse) GetEncodingTypeOk

func (o *ExecuteSoraletResponse) GetEncodingTypeOk() (*string, bool)

GetEncodingTypeOk returns a tuple with the EncodingType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecuteSoraletResponse) GetResultCode

func (o *ExecuteSoraletResponse) GetResultCode() int32

GetResultCode returns the ResultCode field value if set, zero value otherwise.

func (*ExecuteSoraletResponse) GetResultCodeOk

func (o *ExecuteSoraletResponse) GetResultCodeOk() (*int32, bool)

GetResultCodeOk returns a tuple with the ResultCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExecuteSoraletResponse) HasBody

func (o *ExecuteSoraletResponse) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*ExecuteSoraletResponse) HasContentType

func (o *ExecuteSoraletResponse) HasContentType() bool

HasContentType returns a boolean if a field has been set.

func (*ExecuteSoraletResponse) HasEncodingType

func (o *ExecuteSoraletResponse) HasEncodingType() bool

HasEncodingType returns a boolean if a field has been set.

func (*ExecuteSoraletResponse) HasResultCode

func (o *ExecuteSoraletResponse) HasResultCode() bool

HasResultCode returns a boolean if a field has been set.

func (ExecuteSoraletResponse) MarshalJSON

func (o ExecuteSoraletResponse) MarshalJSON() ([]byte, error)

func (*ExecuteSoraletResponse) SetBody

func (o *ExecuteSoraletResponse) SetBody(v string)

SetBody gets a reference to the given string and assigns it to the Body field.

func (*ExecuteSoraletResponse) SetContentType

func (o *ExecuteSoraletResponse) SetContentType(v string)

SetContentType gets a reference to the given string and assigns it to the ContentType field.

func (*ExecuteSoraletResponse) SetEncodingType

func (o *ExecuteSoraletResponse) SetEncodingType(v string)

SetEncodingType gets a reference to the given string and assigns it to the EncodingType field.

func (*ExecuteSoraletResponse) SetResultCode

func (o *ExecuteSoraletResponse) SetResultCode(v int32)

SetResultCode gets a reference to the given int32 and assigns it to the ResultCode field.

type ExpiryTime

type ExpiryTime struct {
	// 期限切れ時のアクション。以下のいずれかを指定します。各設定について詳しくは、[IoT SIM の有効期限とアクションを設定する](/ja-jp/docs/air/set-expiry/) を参照してください。なお、`terminate` を指定する場合は、あらかじめ解約プロテクションを解除してください。  省略した場合は、null 値が設定されます。 - `doNothing` : 保留 - `deleteSession` : セッション切断 - `deactivate` : 休止 - `suspend` : 利用中断 - `terminate` : 解約 - null 値 : (なし) (`doNothing` と同じ動作です)
	ExpiryAction NullableString `json:"expiryAction,omitempty"`
	// 有効期限として設定された日付のタイムスタンプ (UNIX 時間 (ミリ秒))
	ExpiryTime int64 `json:"expiryTime"`
}

ExpiryTime struct for ExpiryTime

func NewExpiryTime

func NewExpiryTime(expiryTime int64) *ExpiryTime

NewExpiryTime instantiates a new ExpiryTime object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExpiryTimeWithDefaults

func NewExpiryTimeWithDefaults() *ExpiryTime

NewExpiryTimeWithDefaults instantiates a new ExpiryTime object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExpiryTime) GetExpiryAction

func (o *ExpiryTime) GetExpiryAction() string

GetExpiryAction returns the ExpiryAction field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExpiryTime) GetExpiryActionOk

func (o *ExpiryTime) GetExpiryActionOk() (*string, bool)

GetExpiryActionOk returns a tuple with the ExpiryAction field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExpiryTime) GetExpiryTime

func (o *ExpiryTime) GetExpiryTime() int64

GetExpiryTime returns the ExpiryTime field value

func (*ExpiryTime) GetExpiryTimeOk

func (o *ExpiryTime) GetExpiryTimeOk() (*int64, bool)

GetExpiryTimeOk returns a tuple with the ExpiryTime field value and a boolean to check if the value has been set.

func (*ExpiryTime) HasExpiryAction

func (o *ExpiryTime) HasExpiryAction() bool

HasExpiryAction returns a boolean if a field has been set.

func (ExpiryTime) MarshalJSON

func (o ExpiryTime) MarshalJSON() ([]byte, error)

func (*ExpiryTime) SetExpiryAction

func (o *ExpiryTime) SetExpiryAction(v string)

SetExpiryAction gets a reference to the given NullableString and assigns it to the ExpiryAction field.

func (*ExpiryTime) SetExpiryActionNil

func (o *ExpiryTime) SetExpiryActionNil()

SetExpiryActionNil sets the value for ExpiryAction to be an explicit nil

func (*ExpiryTime) SetExpiryTime

func (o *ExpiryTime) SetExpiryTime(v int64)

SetExpiryTime sets field value

func (*ExpiryTime) UnsetExpiryAction

func (o *ExpiryTime) UnsetExpiryAction()

UnsetExpiryAction ensures that no value is present for ExpiryAction, not even an explicit nil

type ExportRequest

type ExportRequest struct {
	From   *int64  `json:"from,omitempty"`
	Period *string `json:"period,omitempty"`
	To     *int64  `json:"to,omitempty"`
}

ExportRequest struct for ExportRequest

func NewExportRequest

func NewExportRequest() *ExportRequest

NewExportRequest instantiates a new ExportRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExportRequestWithDefaults

func NewExportRequestWithDefaults() *ExportRequest

NewExportRequestWithDefaults instantiates a new ExportRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExportRequest) GetFrom

func (o *ExportRequest) GetFrom() int64

GetFrom returns the From field value if set, zero value otherwise.

func (*ExportRequest) GetFromOk

func (o *ExportRequest) GetFromOk() (*int64, bool)

GetFromOk returns a tuple with the From field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExportRequest) GetPeriod

func (o *ExportRequest) GetPeriod() string

GetPeriod returns the Period field value if set, zero value otherwise.

func (*ExportRequest) GetPeriodOk

func (o *ExportRequest) GetPeriodOk() (*string, bool)

GetPeriodOk returns a tuple with the Period field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExportRequest) GetTo

func (o *ExportRequest) GetTo() int64

GetTo returns the To field value if set, zero value otherwise.

func (*ExportRequest) GetToOk

func (o *ExportRequest) GetToOk() (*int64, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExportRequest) HasFrom

func (o *ExportRequest) HasFrom() bool

HasFrom returns a boolean if a field has been set.

func (*ExportRequest) HasPeriod

func (o *ExportRequest) HasPeriod() bool

HasPeriod returns a boolean if a field has been set.

func (*ExportRequest) HasTo

func (o *ExportRequest) HasTo() bool

HasTo returns a boolean if a field has been set.

func (ExportRequest) MarshalJSON

func (o ExportRequest) MarshalJSON() ([]byte, error)

func (*ExportRequest) SetFrom

func (o *ExportRequest) SetFrom(v int64)

SetFrom gets a reference to the given int64 and assigns it to the From field.

func (*ExportRequest) SetPeriod

func (o *ExportRequest) SetPeriod(v string)

SetPeriod gets a reference to the given string and assigns it to the Period field.

func (*ExportRequest) SetTo

func (o *ExportRequest) SetTo(v int64)

SetTo gets a reference to the given int64 and assigns it to the To field.

type FileEntry

type FileEntry struct {
	// コンテントの長さ
	ContentLength *int64 `json:"contentLength,omitempty"`
	// コンテントタイプ
	ContentType *string `json:"contentType,omitempty"`
	// ファイルの作成時刻
	CreatedTime *int64 `json:"createdTime,omitempty"`
	// 親ディレクトリ名
	Directory *string `json:"directory,omitempty"`
	// ファイルの ETag
	Etag *string `json:"etag,omitempty"`
	// ファイルの絶対パス
	FilePath *string `json:"filePath,omitempty"`
	// ファイル名
	Filename *string `json:"filename,omitempty"`
	// ディレクトリか否か
	IsDirectory *bool `json:"isDirectory,omitempty"`
	// ファイルの更新時刻
	LastModifiedTime *int64 `json:"lastModifiedTime,omitempty"`
}

FileEntry struct for FileEntry

func NewFileEntry

func NewFileEntry() *FileEntry

NewFileEntry instantiates a new FileEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileEntryWithDefaults

func NewFileEntryWithDefaults() *FileEntry

NewFileEntryWithDefaults instantiates a new FileEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileEntry) GetContentLength

func (o *FileEntry) GetContentLength() int64

GetContentLength returns the ContentLength field value if set, zero value otherwise.

func (*FileEntry) GetContentLengthOk

func (o *FileEntry) GetContentLengthOk() (*int64, bool)

GetContentLengthOk returns a tuple with the ContentLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileEntry) GetContentType

func (o *FileEntry) GetContentType() string

GetContentType returns the ContentType field value if set, zero value otherwise.

func (*FileEntry) GetContentTypeOk

func (o *FileEntry) GetContentTypeOk() (*string, bool)

GetContentTypeOk returns a tuple with the ContentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileEntry) GetCreatedTime

func (o *FileEntry) GetCreatedTime() int64

GetCreatedTime returns the CreatedTime field value if set, zero value otherwise.

func (*FileEntry) GetCreatedTimeOk

func (o *FileEntry) GetCreatedTimeOk() (*int64, bool)

GetCreatedTimeOk returns a tuple with the CreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileEntry) GetDirectory

func (o *FileEntry) GetDirectory() string

GetDirectory returns the Directory field value if set, zero value otherwise.

func (*FileEntry) GetDirectoryOk

func (o *FileEntry) GetDirectoryOk() (*string, bool)

GetDirectoryOk returns a tuple with the Directory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileEntry) GetEtag

func (o *FileEntry) GetEtag() string

GetEtag returns the Etag field value if set, zero value otherwise.

func (*FileEntry) GetEtagOk

func (o *FileEntry) GetEtagOk() (*string, bool)

GetEtagOk returns a tuple with the Etag field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileEntry) GetFilePath

func (o *FileEntry) GetFilePath() string

GetFilePath returns the FilePath field value if set, zero value otherwise.

func (*FileEntry) GetFilePathOk

func (o *FileEntry) GetFilePathOk() (*string, bool)

GetFilePathOk returns a tuple with the FilePath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileEntry) GetFilename

func (o *FileEntry) GetFilename() string

GetFilename returns the Filename field value if set, zero value otherwise.

func (*FileEntry) GetFilenameOk

func (o *FileEntry) GetFilenameOk() (*string, bool)

GetFilenameOk returns a tuple with the Filename field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileEntry) GetIsDirectory

func (o *FileEntry) GetIsDirectory() bool

GetIsDirectory returns the IsDirectory field value if set, zero value otherwise.

func (*FileEntry) GetIsDirectoryOk

func (o *FileEntry) GetIsDirectoryOk() (*bool, bool)

GetIsDirectoryOk returns a tuple with the IsDirectory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileEntry) GetLastModifiedTime

func (o *FileEntry) GetLastModifiedTime() int64

GetLastModifiedTime returns the LastModifiedTime field value if set, zero value otherwise.

func (*FileEntry) GetLastModifiedTimeOk

func (o *FileEntry) GetLastModifiedTimeOk() (*int64, bool)

GetLastModifiedTimeOk returns a tuple with the LastModifiedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileEntry) HasContentLength

func (o *FileEntry) HasContentLength() bool

HasContentLength returns a boolean if a field has been set.

func (*FileEntry) HasContentType

func (o *FileEntry) HasContentType() bool

HasContentType returns a boolean if a field has been set.

func (*FileEntry) HasCreatedTime

func (o *FileEntry) HasCreatedTime() bool

HasCreatedTime returns a boolean if a field has been set.

func (*FileEntry) HasDirectory

func (o *FileEntry) HasDirectory() bool

HasDirectory returns a boolean if a field has been set.

func (*FileEntry) HasEtag

func (o *FileEntry) HasEtag() bool

HasEtag returns a boolean if a field has been set.

func (*FileEntry) HasFilePath

func (o *FileEntry) HasFilePath() bool

HasFilePath returns a boolean if a field has been set.

func (*FileEntry) HasFilename

func (o *FileEntry) HasFilename() bool

HasFilename returns a boolean if a field has been set.

func (*FileEntry) HasIsDirectory

func (o *FileEntry) HasIsDirectory() bool

HasIsDirectory returns a boolean if a field has been set.

func (*FileEntry) HasLastModifiedTime

func (o *FileEntry) HasLastModifiedTime() bool

HasLastModifiedTime returns a boolean if a field has been set.

func (FileEntry) MarshalJSON

func (o FileEntry) MarshalJSON() ([]byte, error)

func (*FileEntry) SetContentLength

func (o *FileEntry) SetContentLength(v int64)

SetContentLength gets a reference to the given int64 and assigns it to the ContentLength field.

func (*FileEntry) SetContentType

func (o *FileEntry) SetContentType(v string)

SetContentType gets a reference to the given string and assigns it to the ContentType field.

func (*FileEntry) SetCreatedTime

func (o *FileEntry) SetCreatedTime(v int64)

SetCreatedTime gets a reference to the given int64 and assigns it to the CreatedTime field.

func (*FileEntry) SetDirectory

func (o *FileEntry) SetDirectory(v string)

SetDirectory gets a reference to the given string and assigns it to the Directory field.

func (*FileEntry) SetEtag

func (o *FileEntry) SetEtag(v string)

SetEtag gets a reference to the given string and assigns it to the Etag field.

func (*FileEntry) SetFilePath

func (o *FileEntry) SetFilePath(v string)

SetFilePath gets a reference to the given string and assigns it to the FilePath field.

func (*FileEntry) SetFilename

func (o *FileEntry) SetFilename(v string)

SetFilename gets a reference to the given string and assigns it to the Filename field.

func (*FileEntry) SetIsDirectory

func (o *FileEntry) SetIsDirectory(v bool)

SetIsDirectory gets a reference to the given bool and assigns it to the IsDirectory field.

func (*FileEntry) SetLastModifiedTime

func (o *FileEntry) SetLastModifiedTime(v int64)

SetLastModifiedTime gets a reference to the given int64 and assigns it to the LastModifiedTime field.

type FileEntryApiService

type FileEntryApiService service

FileEntryApiService FileEntryApi service

func (*FileEntryApiService) DeleteDirectory

func (a *FileEntryApiService) DeleteDirectory(ctx context.Context, scope string, path string) ApiDeleteDirectoryRequest

DeleteDirectory scope と path で指定されたディレクトリを削除します。

scope と path で指定されたディレクトリを削除します。`private` スコープのみが許可されます。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param scope リクエストのスコープ
@param path 対象 Path
@return ApiDeleteDirectoryRequest

func (*FileEntryApiService) DeleteDirectoryExecute

func (a *FileEntryApiService) DeleteDirectoryExecute(r ApiDeleteDirectoryRequest) (*http.Response, error)

Execute executes the request

func (*FileEntryApiService) DeleteFile

func (a *FileEntryApiService) DeleteFile(ctx context.Context, scope string, path string) ApiDeleteFileRequest

DeleteFile scope と path で指定されたファイルを削除します。

scope と path で指定されたファイルを削除します。`private` スコープのみが許可されます。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param scope リクエストのスコープ
@param path 対象 Path
@return ApiDeleteFileRequest

func (*FileEntryApiService) DeleteFileExecute

func (a *FileEntryApiService) DeleteFileExecute(r ApiDeleteFileRequest) (*http.Response, error)

Execute executes the request

func (*FileEntryApiService) FindFiles

FindFiles scope と prefix にマッチするファイルを探します。

scope と prefix にマッチしたファイルエントリの一覧をファイルエントリを filePath の UTF-8 バイトでソートされた順 (昇順) で返却します。 prefix がマッチするファイルエントリが無ければ空のリストが返却されます。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiFindFilesRequest

func (*FileEntryApiService) FindFilesExecute

func (a *FileEntryApiService) FindFilesExecute(r ApiFindFilesRequest) ([]FileEntry, *http.Response, error)

Execute executes the request

@return []FileEntry

func (*FileEntryApiService) GetFile

func (a *FileEntryApiService) GetFile(ctx context.Context, scope string, path string) ApiGetFileRequest

GetFile scope と path で指定されたファイルをダウンロードします。

scope と path で指定されたファイルをダウンロードするための URL へリダイレクトします。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param scope リクエストのスコープ
@param path 対象 Path
@return ApiGetFileRequest

func (*FileEntryApiService) GetFileExecute

func (a *FileEntryApiService) GetFileExecute(r ApiGetFileRequest) (*http.Response, error)

Execute executes the request

func (*FileEntryApiService) GetFileMetadata

func (a *FileEntryApiService) GetFileMetadata(ctx context.Context, scope string, path string) ApiGetFileMetadataRequest

GetFileMetadata scope と path で指定されたファイルのメタデータを取得します。

scope と path で指定されたファイルのメタデータを取得します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param scope リクエストのスコープ
@param path 対象 Path
@return ApiGetFileMetadataRequest

func (*FileEntryApiService) GetFileMetadataExecute

func (a *FileEntryApiService) GetFileMetadataExecute(r ApiGetFileMetadataRequest) (*FileEntry, *http.Response, error)

Execute executes the request

@return FileEntry

func (*FileEntryApiService) ListFiles

func (a *FileEntryApiService) ListFiles(ctx context.Context, scope string, path string) ApiListFilesRequest

ListFiles scope と path で指定されたファイルやディレクトリの一覧を取得します。

scope と path で指定された配下のファイルエントリのリストを返却します。この操作はディレクトリにのみ有効で、与えられた path に対応するファイルエントリがディレクトリでない場合エラーが返されます。エントリの総数が 1 ページに収まらない場合、次のページへアクセスするための URL が Link ヘッダに含まれます。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param scope リクエストのスコープ
@param path 対象 Path
@return ApiListFilesRequest

func (*FileEntryApiService) ListFilesExecute

func (a *FileEntryApiService) ListFilesExecute(r ApiListFilesRequest) ([]FileEntry, *http.Response, error)

Execute executes the request

@return []FileEntry

func (*FileEntryApiService) PutFile

func (a *FileEntryApiService) PutFile(ctx context.Context, scope string, path string) ApiPutFileRequest

PutFile 指定された scope 内の path にファイルをアップロードします。

指定された scope 内の path にファイルをアップロードします。`private` スコープのみが許可されます。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param scope リクエストのスコープ
@param path 対象 Path
@return ApiPutFileRequest

func (*FileEntryApiService) PutFileExecute

func (a *FileEntryApiService) PutFileExecute(r ApiPutFileRequest) (*http.Response, error)

Execute executes the request

type FileExportResponse

type FileExportResponse struct {
	// ファイルエクスポート ID。この ID を [`Files:getExportedFile API`](#/Files/getExportedFile) を呼び出すときに指定すると、ファイルをダウンロードするための URL を取得できます。`export_mode` に `async` を指定した場合のみ含まれます。
	ExportedFileId *string `json:"exportedFileId,omitempty"`
	// 出力済みファイルのパス。`export_mode` に `async` を指定した場合のみ含まれます。
	ExportedFilePath *string `json:"exportedFilePath,omitempty"`
	// ファイルをダウンロードするための URL。`export_mode` に `sync` を指定した場合のみ含まれます。
	Url *string `json:"url,omitempty"`
}

FileExportResponse struct for FileExportResponse

func NewFileExportResponse

func NewFileExportResponse() *FileExportResponse

NewFileExportResponse instantiates a new FileExportResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileExportResponseWithDefaults

func NewFileExportResponseWithDefaults() *FileExportResponse

NewFileExportResponseWithDefaults instantiates a new FileExportResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileExportResponse) GetExportedFileId

func (o *FileExportResponse) GetExportedFileId() string

GetExportedFileId returns the ExportedFileId field value if set, zero value otherwise.

func (*FileExportResponse) GetExportedFileIdOk

func (o *FileExportResponse) GetExportedFileIdOk() (*string, bool)

GetExportedFileIdOk returns a tuple with the ExportedFileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileExportResponse) GetExportedFilePath

func (o *FileExportResponse) GetExportedFilePath() string

GetExportedFilePath returns the ExportedFilePath field value if set, zero value otherwise.

func (*FileExportResponse) GetExportedFilePathOk

func (o *FileExportResponse) GetExportedFilePathOk() (*string, bool)

GetExportedFilePathOk returns a tuple with the ExportedFilePath field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileExportResponse) GetUrl

func (o *FileExportResponse) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*FileExportResponse) GetUrlOk

func (o *FileExportResponse) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileExportResponse) HasExportedFileId

func (o *FileExportResponse) HasExportedFileId() bool

HasExportedFileId returns a boolean if a field has been set.

func (*FileExportResponse) HasExportedFilePath

func (o *FileExportResponse) HasExportedFilePath() bool

HasExportedFilePath returns a boolean if a field has been set.

func (*FileExportResponse) HasUrl

func (o *FileExportResponse) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (FileExportResponse) MarshalJSON

func (o FileExportResponse) MarshalJSON() ([]byte, error)

func (*FileExportResponse) SetExportedFileId

func (o *FileExportResponse) SetExportedFileId(v string)

SetExportedFileId gets a reference to the given string and assigns it to the ExportedFileId field.

func (*FileExportResponse) SetExportedFilePath

func (o *FileExportResponse) SetExportedFilePath(v string)

SetExportedFilePath gets a reference to the given string and assigns it to the ExportedFilePath field.

func (*FileExportResponse) SetUrl

func (o *FileExportResponse) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

type FilesApiService

type FilesApiService service

FilesApiService FilesApi service

func (*FilesApiService) GetExportedFile

func (a *FilesApiService) GetExportedFile(ctx context.Context, exportedFileId string) ApiGetExportedFileRequest

GetExportedFile 非同期でファイルをエクスポートした場合の処理の進捗を取得する

非同期でファイルをエクスポートした場合の処理の進捗を取得します。エクスポートが完了している場合は、ファイルをダウンロードするための URL を取得できます。

非同期でファイルをエクスポートできる API は以下のとおりです。`exported_file_id` には、以下の API で取得した ファイルエクスポート ID (`exportedFileId` の値) を指定します。

- [`Billing:exportBilling API`](#/Billing/exportBilling) - [`Billing:exportLatestBilling API`](#/Billing/exportLatestBilling) - [`Payment:exportPaymentStatement API`](#/Payment/exportPaymentStatement) - [`Stats:exportAirStats API`](#/Stats/exportAirStats) - [`Stats:exportBeamStats API`](#/Stats/exportBeamStats) - [`Stats:exportFunkStats API`](#/Stats/exportFunkStats) - [`Stats:exportFunnelStats API`](#/Stats/exportFunnelStats) - [`Subscriber:exportSubscribers API`](#/Subscriber/exportSubscribers)

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param exportedFileId ファイルエクスポート ID
@return ApiGetExportedFileRequest

func (*FilesApiService) GetExportedFileExecute

Execute executes the request

@return GetExportedFileResponse

type FunkStatsResponse

type FunkStatsResponse struct {
	FunkStatsMap *map[string]SoracomFunkStats `json:"funkStatsMap,omitempty"`
	Unixtime     *int64                       `json:"unixtime,omitempty"`
}

FunkStatsResponse struct for FunkStatsResponse

func NewFunkStatsResponse

func NewFunkStatsResponse() *FunkStatsResponse

NewFunkStatsResponse instantiates a new FunkStatsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunkStatsResponseWithDefaults

func NewFunkStatsResponseWithDefaults() *FunkStatsResponse

NewFunkStatsResponseWithDefaults instantiates a new FunkStatsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunkStatsResponse) GetFunkStatsMap

func (o *FunkStatsResponse) GetFunkStatsMap() map[string]SoracomFunkStats

GetFunkStatsMap returns the FunkStatsMap field value if set, zero value otherwise.

func (*FunkStatsResponse) GetFunkStatsMapOk

func (o *FunkStatsResponse) GetFunkStatsMapOk() (*map[string]SoracomFunkStats, bool)

GetFunkStatsMapOk returns a tuple with the FunkStatsMap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunkStatsResponse) GetUnixtime

func (o *FunkStatsResponse) GetUnixtime() int64

GetUnixtime returns the Unixtime field value if set, zero value otherwise.

func (*FunkStatsResponse) GetUnixtimeOk

func (o *FunkStatsResponse) GetUnixtimeOk() (*int64, bool)

GetUnixtimeOk returns a tuple with the Unixtime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunkStatsResponse) HasFunkStatsMap

func (o *FunkStatsResponse) HasFunkStatsMap() bool

HasFunkStatsMap returns a boolean if a field has been set.

func (*FunkStatsResponse) HasUnixtime

func (o *FunkStatsResponse) HasUnixtime() bool

HasUnixtime returns a boolean if a field has been set.

func (FunkStatsResponse) MarshalJSON

func (o FunkStatsResponse) MarshalJSON() ([]byte, error)

func (*FunkStatsResponse) SetFunkStatsMap

func (o *FunkStatsResponse) SetFunkStatsMap(v map[string]SoracomFunkStats)

SetFunkStatsMap gets a reference to the given map[string]SoracomFunkStats and assigns it to the FunkStatsMap field.

func (*FunkStatsResponse) SetUnixtime

func (o *FunkStatsResponse) SetUnixtime(v int64)

SetUnixtime gets a reference to the given int64 and assigns it to the Unixtime field.

type FunnelAWSFirehoseDestination

type FunnelAWSFirehoseDestination struct {
	Provider    *string `json:"provider,omitempty"`
	ResourceUrl *string `json:"resourceUrl,omitempty"`
	Service     *string `json:"service,omitempty"`
}

FunnelAWSFirehoseDestination struct for FunnelAWSFirehoseDestination

func NewFunnelAWSFirehoseDestination

func NewFunnelAWSFirehoseDestination() *FunnelAWSFirehoseDestination

NewFunnelAWSFirehoseDestination instantiates a new FunnelAWSFirehoseDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelAWSFirehoseDestinationWithDefaults

func NewFunnelAWSFirehoseDestinationWithDefaults() *FunnelAWSFirehoseDestination

NewFunnelAWSFirehoseDestinationWithDefaults instantiates a new FunnelAWSFirehoseDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelAWSFirehoseDestination) GetProvider

func (o *FunnelAWSFirehoseDestination) GetProvider() string

GetProvider returns the Provider field value if set, zero value otherwise.

func (*FunnelAWSFirehoseDestination) GetProviderOk

func (o *FunnelAWSFirehoseDestination) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelAWSFirehoseDestination) GetResourceUrl

func (o *FunnelAWSFirehoseDestination) GetResourceUrl() string

GetResourceUrl returns the ResourceUrl field value if set, zero value otherwise.

func (*FunnelAWSFirehoseDestination) GetResourceUrlOk

func (o *FunnelAWSFirehoseDestination) GetResourceUrlOk() (*string, bool)

GetResourceUrlOk returns a tuple with the ResourceUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelAWSFirehoseDestination) GetService

func (o *FunnelAWSFirehoseDestination) GetService() string

GetService returns the Service field value if set, zero value otherwise.

func (*FunnelAWSFirehoseDestination) GetServiceOk

func (o *FunnelAWSFirehoseDestination) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelAWSFirehoseDestination) HasProvider

func (o *FunnelAWSFirehoseDestination) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*FunnelAWSFirehoseDestination) HasResourceUrl

func (o *FunnelAWSFirehoseDestination) HasResourceUrl() bool

HasResourceUrl returns a boolean if a field has been set.

func (*FunnelAWSFirehoseDestination) HasService

func (o *FunnelAWSFirehoseDestination) HasService() bool

HasService returns a boolean if a field has been set.

func (FunnelAWSFirehoseDestination) MarshalJSON

func (o FunnelAWSFirehoseDestination) MarshalJSON() ([]byte, error)

func (*FunnelAWSFirehoseDestination) SetProvider

func (o *FunnelAWSFirehoseDestination) SetProvider(v string)

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*FunnelAWSFirehoseDestination) SetResourceUrl

func (o *FunnelAWSFirehoseDestination) SetResourceUrl(v string)

SetResourceUrl gets a reference to the given string and assigns it to the ResourceUrl field.

func (*FunnelAWSFirehoseDestination) SetService

func (o *FunnelAWSFirehoseDestination) SetService(v string)

SetService gets a reference to the given string and assigns it to the Service field.

type FunnelAWSIoTDestination

type FunnelAWSIoTDestination struct {
	Provider    *string `json:"provider,omitempty"`
	ResourceUrl *string `json:"resourceUrl,omitempty"`
	Service     *string `json:"service,omitempty"`
}

FunnelAWSIoTDestination struct for FunnelAWSIoTDestination

func NewFunnelAWSIoTDestination

func NewFunnelAWSIoTDestination() *FunnelAWSIoTDestination

NewFunnelAWSIoTDestination instantiates a new FunnelAWSIoTDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelAWSIoTDestinationWithDefaults

func NewFunnelAWSIoTDestinationWithDefaults() *FunnelAWSIoTDestination

NewFunnelAWSIoTDestinationWithDefaults instantiates a new FunnelAWSIoTDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelAWSIoTDestination) GetProvider

func (o *FunnelAWSIoTDestination) GetProvider() string

GetProvider returns the Provider field value if set, zero value otherwise.

func (*FunnelAWSIoTDestination) GetProviderOk

func (o *FunnelAWSIoTDestination) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelAWSIoTDestination) GetResourceUrl

func (o *FunnelAWSIoTDestination) GetResourceUrl() string

GetResourceUrl returns the ResourceUrl field value if set, zero value otherwise.

func (*FunnelAWSIoTDestination) GetResourceUrlOk

func (o *FunnelAWSIoTDestination) GetResourceUrlOk() (*string, bool)

GetResourceUrlOk returns a tuple with the ResourceUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelAWSIoTDestination) GetService

func (o *FunnelAWSIoTDestination) GetService() string

GetService returns the Service field value if set, zero value otherwise.

func (*FunnelAWSIoTDestination) GetServiceOk

func (o *FunnelAWSIoTDestination) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelAWSIoTDestination) HasProvider

func (o *FunnelAWSIoTDestination) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*FunnelAWSIoTDestination) HasResourceUrl

func (o *FunnelAWSIoTDestination) HasResourceUrl() bool

HasResourceUrl returns a boolean if a field has been set.

func (*FunnelAWSIoTDestination) HasService

func (o *FunnelAWSIoTDestination) HasService() bool

HasService returns a boolean if a field has been set.

func (FunnelAWSIoTDestination) MarshalJSON

func (o FunnelAWSIoTDestination) MarshalJSON() ([]byte, error)

func (*FunnelAWSIoTDestination) SetProvider

func (o *FunnelAWSIoTDestination) SetProvider(v string)

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*FunnelAWSIoTDestination) SetResourceUrl

func (o *FunnelAWSIoTDestination) SetResourceUrl(v string)

SetResourceUrl gets a reference to the given string and assigns it to the ResourceUrl field.

func (*FunnelAWSIoTDestination) SetService

func (o *FunnelAWSIoTDestination) SetService(v string)

SetService gets a reference to the given string and assigns it to the Service field.

type FunnelAWSKinesisDestination

type FunnelAWSKinesisDestination struct {
	Provider              *string `json:"provider,omitempty"`
	RandomizePartitionKey *bool   `json:"randomizePartitionKey,omitempty"`
	ResourceUrl           *string `json:"resourceUrl,omitempty"`
	Service               *string `json:"service,omitempty"`
}

FunnelAWSKinesisDestination struct for FunnelAWSKinesisDestination

func NewFunnelAWSKinesisDestination

func NewFunnelAWSKinesisDestination() *FunnelAWSKinesisDestination

NewFunnelAWSKinesisDestination instantiates a new FunnelAWSKinesisDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelAWSKinesisDestinationWithDefaults

func NewFunnelAWSKinesisDestinationWithDefaults() *FunnelAWSKinesisDestination

NewFunnelAWSKinesisDestinationWithDefaults instantiates a new FunnelAWSKinesisDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelAWSKinesisDestination) GetProvider

func (o *FunnelAWSKinesisDestination) GetProvider() string

GetProvider returns the Provider field value if set, zero value otherwise.

func (*FunnelAWSKinesisDestination) GetProviderOk

func (o *FunnelAWSKinesisDestination) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelAWSKinesisDestination) GetRandomizePartitionKey

func (o *FunnelAWSKinesisDestination) GetRandomizePartitionKey() bool

GetRandomizePartitionKey returns the RandomizePartitionKey field value if set, zero value otherwise.

func (*FunnelAWSKinesisDestination) GetRandomizePartitionKeyOk

func (o *FunnelAWSKinesisDestination) GetRandomizePartitionKeyOk() (*bool, bool)

GetRandomizePartitionKeyOk returns a tuple with the RandomizePartitionKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelAWSKinesisDestination) GetResourceUrl

func (o *FunnelAWSKinesisDestination) GetResourceUrl() string

GetResourceUrl returns the ResourceUrl field value if set, zero value otherwise.

func (*FunnelAWSKinesisDestination) GetResourceUrlOk

func (o *FunnelAWSKinesisDestination) GetResourceUrlOk() (*string, bool)

GetResourceUrlOk returns a tuple with the ResourceUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelAWSKinesisDestination) GetService

func (o *FunnelAWSKinesisDestination) GetService() string

GetService returns the Service field value if set, zero value otherwise.

func (*FunnelAWSKinesisDestination) GetServiceOk

func (o *FunnelAWSKinesisDestination) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelAWSKinesisDestination) HasProvider

func (o *FunnelAWSKinesisDestination) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*FunnelAWSKinesisDestination) HasRandomizePartitionKey

func (o *FunnelAWSKinesisDestination) HasRandomizePartitionKey() bool

HasRandomizePartitionKey returns a boolean if a field has been set.

func (*FunnelAWSKinesisDestination) HasResourceUrl

func (o *FunnelAWSKinesisDestination) HasResourceUrl() bool

HasResourceUrl returns a boolean if a field has been set.

func (*FunnelAWSKinesisDestination) HasService

func (o *FunnelAWSKinesisDestination) HasService() bool

HasService returns a boolean if a field has been set.

func (FunnelAWSKinesisDestination) MarshalJSON

func (o FunnelAWSKinesisDestination) MarshalJSON() ([]byte, error)

func (*FunnelAWSKinesisDestination) SetProvider

func (o *FunnelAWSKinesisDestination) SetProvider(v string)

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*FunnelAWSKinesisDestination) SetRandomizePartitionKey

func (o *FunnelAWSKinesisDestination) SetRandomizePartitionKey(v bool)

SetRandomizePartitionKey gets a reference to the given bool and assigns it to the RandomizePartitionKey field.

func (*FunnelAWSKinesisDestination) SetResourceUrl

func (o *FunnelAWSKinesisDestination) SetResourceUrl(v string)

SetResourceUrl gets a reference to the given string and assigns it to the ResourceUrl field.

func (*FunnelAWSKinesisDestination) SetService

func (o *FunnelAWSKinesisDestination) SetService(v string)

SetService gets a reference to the given string and assigns it to the Service field.

type FunnelAcroquestTorrentioDestination

type FunnelAcroquestTorrentioDestination struct {
	EndpointId  *string `json:"endpointId,omitempty"`
	Provider    *string `json:"provider,omitempty"`
	ResourceUrl *string `json:"resourceUrl,omitempty"`
	Service     *string `json:"service,omitempty"`
	TenantId    *string `json:"tenantId,omitempty"`
}

FunnelAcroquestTorrentioDestination struct for FunnelAcroquestTorrentioDestination

func NewFunnelAcroquestTorrentioDestination

func NewFunnelAcroquestTorrentioDestination() *FunnelAcroquestTorrentioDestination

NewFunnelAcroquestTorrentioDestination instantiates a new FunnelAcroquestTorrentioDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelAcroquestTorrentioDestinationWithDefaults

func NewFunnelAcroquestTorrentioDestinationWithDefaults() *FunnelAcroquestTorrentioDestination

NewFunnelAcroquestTorrentioDestinationWithDefaults instantiates a new FunnelAcroquestTorrentioDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelAcroquestTorrentioDestination) GetEndpointId

func (o *FunnelAcroquestTorrentioDestination) GetEndpointId() string

GetEndpointId returns the EndpointId field value if set, zero value otherwise.

func (*FunnelAcroquestTorrentioDestination) GetEndpointIdOk

func (o *FunnelAcroquestTorrentioDestination) GetEndpointIdOk() (*string, bool)

GetEndpointIdOk returns a tuple with the EndpointId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelAcroquestTorrentioDestination) GetProvider

GetProvider returns the Provider field value if set, zero value otherwise.

func (*FunnelAcroquestTorrentioDestination) GetProviderOk

func (o *FunnelAcroquestTorrentioDestination) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelAcroquestTorrentioDestination) GetResourceUrl

func (o *FunnelAcroquestTorrentioDestination) GetResourceUrl() string

GetResourceUrl returns the ResourceUrl field value if set, zero value otherwise.

func (*FunnelAcroquestTorrentioDestination) GetResourceUrlOk

func (o *FunnelAcroquestTorrentioDestination) GetResourceUrlOk() (*string, bool)

GetResourceUrlOk returns a tuple with the ResourceUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelAcroquestTorrentioDestination) GetService

GetService returns the Service field value if set, zero value otherwise.

func (*FunnelAcroquestTorrentioDestination) GetServiceOk

func (o *FunnelAcroquestTorrentioDestination) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelAcroquestTorrentioDestination) GetTenantId

GetTenantId returns the TenantId field value if set, zero value otherwise.

func (*FunnelAcroquestTorrentioDestination) GetTenantIdOk

func (o *FunnelAcroquestTorrentioDestination) GetTenantIdOk() (*string, bool)

GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelAcroquestTorrentioDestination) HasEndpointId

func (o *FunnelAcroquestTorrentioDestination) HasEndpointId() bool

HasEndpointId returns a boolean if a field has been set.

func (*FunnelAcroquestTorrentioDestination) HasProvider

func (o *FunnelAcroquestTorrentioDestination) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*FunnelAcroquestTorrentioDestination) HasResourceUrl

func (o *FunnelAcroquestTorrentioDestination) HasResourceUrl() bool

HasResourceUrl returns a boolean if a field has been set.

func (*FunnelAcroquestTorrentioDestination) HasService

func (o *FunnelAcroquestTorrentioDestination) HasService() bool

HasService returns a boolean if a field has been set.

func (*FunnelAcroquestTorrentioDestination) HasTenantId

func (o *FunnelAcroquestTorrentioDestination) HasTenantId() bool

HasTenantId returns a boolean if a field has been set.

func (FunnelAcroquestTorrentioDestination) MarshalJSON

func (o FunnelAcroquestTorrentioDestination) MarshalJSON() ([]byte, error)

func (*FunnelAcroquestTorrentioDestination) SetEndpointId

func (o *FunnelAcroquestTorrentioDestination) SetEndpointId(v string)

SetEndpointId gets a reference to the given string and assigns it to the EndpointId field.

func (*FunnelAcroquestTorrentioDestination) SetProvider

func (o *FunnelAcroquestTorrentioDestination) SetProvider(v string)

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*FunnelAcroquestTorrentioDestination) SetResourceUrl

func (o *FunnelAcroquestTorrentioDestination) SetResourceUrl(v string)

SetResourceUrl gets a reference to the given string and assigns it to the ResourceUrl field.

func (*FunnelAcroquestTorrentioDestination) SetService

SetService gets a reference to the given string and assigns it to the Service field.

func (*FunnelAcroquestTorrentioDestination) SetTenantId

func (o *FunnelAcroquestTorrentioDestination) SetTenantId(v string)

SetTenantId gets a reference to the given string and assigns it to the TenantId field.

type FunnelAppressoDataSpiderDestination

type FunnelAppressoDataSpiderDestination struct {
	Provider    *string `json:"provider,omitempty"`
	ResourceUrl *string `json:"resourceUrl,omitempty"`
	Service     *string `json:"service,omitempty"`
}

FunnelAppressoDataSpiderDestination struct for FunnelAppressoDataSpiderDestination

func NewFunnelAppressoDataSpiderDestination

func NewFunnelAppressoDataSpiderDestination() *FunnelAppressoDataSpiderDestination

NewFunnelAppressoDataSpiderDestination instantiates a new FunnelAppressoDataSpiderDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelAppressoDataSpiderDestinationWithDefaults

func NewFunnelAppressoDataSpiderDestinationWithDefaults() *FunnelAppressoDataSpiderDestination

NewFunnelAppressoDataSpiderDestinationWithDefaults instantiates a new FunnelAppressoDataSpiderDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelAppressoDataSpiderDestination) GetProvider

GetProvider returns the Provider field value if set, zero value otherwise.

func (*FunnelAppressoDataSpiderDestination) GetProviderOk

func (o *FunnelAppressoDataSpiderDestination) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelAppressoDataSpiderDestination) GetResourceUrl

func (o *FunnelAppressoDataSpiderDestination) GetResourceUrl() string

GetResourceUrl returns the ResourceUrl field value if set, zero value otherwise.

func (*FunnelAppressoDataSpiderDestination) GetResourceUrlOk

func (o *FunnelAppressoDataSpiderDestination) GetResourceUrlOk() (*string, bool)

GetResourceUrlOk returns a tuple with the ResourceUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelAppressoDataSpiderDestination) GetService

GetService returns the Service field value if set, zero value otherwise.

func (*FunnelAppressoDataSpiderDestination) GetServiceOk

func (o *FunnelAppressoDataSpiderDestination) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelAppressoDataSpiderDestination) HasProvider

func (o *FunnelAppressoDataSpiderDestination) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*FunnelAppressoDataSpiderDestination) HasResourceUrl

func (o *FunnelAppressoDataSpiderDestination) HasResourceUrl() bool

HasResourceUrl returns a boolean if a field has been set.

func (*FunnelAppressoDataSpiderDestination) HasService

func (o *FunnelAppressoDataSpiderDestination) HasService() bool

HasService returns a boolean if a field has been set.

func (FunnelAppressoDataSpiderDestination) MarshalJSON

func (o FunnelAppressoDataSpiderDestination) MarshalJSON() ([]byte, error)

func (*FunnelAppressoDataSpiderDestination) SetProvider

func (o *FunnelAppressoDataSpiderDestination) SetProvider(v string)

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*FunnelAppressoDataSpiderDestination) SetResourceUrl

func (o *FunnelAppressoDataSpiderDestination) SetResourceUrl(v string)

SetResourceUrl gets a reference to the given string and assigns it to the ResourceUrl field.

func (*FunnelAppressoDataSpiderDestination) SetService

SetService gets a reference to the given string and assigns it to the Service field.

type FunnelAzureEventHubDestination

type FunnelAzureEventHubDestination struct {
	Provider    *string `json:"provider,omitempty"`
	ResourceUrl *string `json:"resourceUrl,omitempty"`
	Service     *string `json:"service,omitempty"`
}

FunnelAzureEventHubDestination struct for FunnelAzureEventHubDestination

func NewFunnelAzureEventHubDestination

func NewFunnelAzureEventHubDestination() *FunnelAzureEventHubDestination

NewFunnelAzureEventHubDestination instantiates a new FunnelAzureEventHubDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelAzureEventHubDestinationWithDefaults

func NewFunnelAzureEventHubDestinationWithDefaults() *FunnelAzureEventHubDestination

NewFunnelAzureEventHubDestinationWithDefaults instantiates a new FunnelAzureEventHubDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelAzureEventHubDestination) GetProvider

func (o *FunnelAzureEventHubDestination) GetProvider() string

GetProvider returns the Provider field value if set, zero value otherwise.

func (*FunnelAzureEventHubDestination) GetProviderOk

func (o *FunnelAzureEventHubDestination) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelAzureEventHubDestination) GetResourceUrl

func (o *FunnelAzureEventHubDestination) GetResourceUrl() string

GetResourceUrl returns the ResourceUrl field value if set, zero value otherwise.

func (*FunnelAzureEventHubDestination) GetResourceUrlOk

func (o *FunnelAzureEventHubDestination) GetResourceUrlOk() (*string, bool)

GetResourceUrlOk returns a tuple with the ResourceUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelAzureEventHubDestination) GetService

func (o *FunnelAzureEventHubDestination) GetService() string

GetService returns the Service field value if set, zero value otherwise.

func (*FunnelAzureEventHubDestination) GetServiceOk

func (o *FunnelAzureEventHubDestination) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelAzureEventHubDestination) HasProvider

func (o *FunnelAzureEventHubDestination) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*FunnelAzureEventHubDestination) HasResourceUrl

func (o *FunnelAzureEventHubDestination) HasResourceUrl() bool

HasResourceUrl returns a boolean if a field has been set.

func (*FunnelAzureEventHubDestination) HasService

func (o *FunnelAzureEventHubDestination) HasService() bool

HasService returns a boolean if a field has been set.

func (FunnelAzureEventHubDestination) MarshalJSON

func (o FunnelAzureEventHubDestination) MarshalJSON() ([]byte, error)

func (*FunnelAzureEventHubDestination) SetProvider

func (o *FunnelAzureEventHubDestination) SetProvider(v string)

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*FunnelAzureEventHubDestination) SetResourceUrl

func (o *FunnelAzureEventHubDestination) SetResourceUrl(v string)

SetResourceUrl gets a reference to the given string and assigns it to the ResourceUrl field.

func (*FunnelAzureEventHubDestination) SetService

func (o *FunnelAzureEventHubDestination) SetService(v string)

SetService gets a reference to the given string and assigns it to the Service field.

type FunnelBrainsTechImpulseDestination

type FunnelBrainsTechImpulseDestination struct {
	Provider    *string `json:"provider,omitempty"`
	ResourceUrl *string `json:"resourceUrl,omitempty"`
	Service     *string `json:"service,omitempty"`
}

FunnelBrainsTechImpulseDestination struct for FunnelBrainsTechImpulseDestination

func NewFunnelBrainsTechImpulseDestination

func NewFunnelBrainsTechImpulseDestination() *FunnelBrainsTechImpulseDestination

NewFunnelBrainsTechImpulseDestination instantiates a new FunnelBrainsTechImpulseDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelBrainsTechImpulseDestinationWithDefaults

func NewFunnelBrainsTechImpulseDestinationWithDefaults() *FunnelBrainsTechImpulseDestination

NewFunnelBrainsTechImpulseDestinationWithDefaults instantiates a new FunnelBrainsTechImpulseDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelBrainsTechImpulseDestination) GetProvider

func (o *FunnelBrainsTechImpulseDestination) GetProvider() string

GetProvider returns the Provider field value if set, zero value otherwise.

func (*FunnelBrainsTechImpulseDestination) GetProviderOk

func (o *FunnelBrainsTechImpulseDestination) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelBrainsTechImpulseDestination) GetResourceUrl

func (o *FunnelBrainsTechImpulseDestination) GetResourceUrl() string

GetResourceUrl returns the ResourceUrl field value if set, zero value otherwise.

func (*FunnelBrainsTechImpulseDestination) GetResourceUrlOk

func (o *FunnelBrainsTechImpulseDestination) GetResourceUrlOk() (*string, bool)

GetResourceUrlOk returns a tuple with the ResourceUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelBrainsTechImpulseDestination) GetService

GetService returns the Service field value if set, zero value otherwise.

func (*FunnelBrainsTechImpulseDestination) GetServiceOk

func (o *FunnelBrainsTechImpulseDestination) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelBrainsTechImpulseDestination) HasProvider

func (o *FunnelBrainsTechImpulseDestination) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*FunnelBrainsTechImpulseDestination) HasResourceUrl

func (o *FunnelBrainsTechImpulseDestination) HasResourceUrl() bool

HasResourceUrl returns a boolean if a field has been set.

func (*FunnelBrainsTechImpulseDestination) HasService

func (o *FunnelBrainsTechImpulseDestination) HasService() bool

HasService returns a boolean if a field has been set.

func (FunnelBrainsTechImpulseDestination) MarshalJSON

func (o FunnelBrainsTechImpulseDestination) MarshalJSON() ([]byte, error)

func (*FunnelBrainsTechImpulseDestination) SetProvider

func (o *FunnelBrainsTechImpulseDestination) SetProvider(v string)

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*FunnelBrainsTechImpulseDestination) SetResourceUrl

func (o *FunnelBrainsTechImpulseDestination) SetResourceUrl(v string)

SetResourceUrl gets a reference to the given string and assigns it to the ResourceUrl field.

func (*FunnelBrainsTechImpulseDestination) SetService

func (o *FunnelBrainsTechImpulseDestination) SetService(v string)

SetService gets a reference to the given string and assigns it to the Service field.

type FunnelConfiguration

type FunnelConfiguration struct {
	AddSimId      *bool                           `json:"addSimId,omitempty"`
	ContentType   *FunnelContentType              `json:"contentType,omitempty"`
	CredentialsId *string                         `json:"credentialsId,omitempty"`
	Destination   *FunnelConfigurationDestination `json:"destination,omitempty"`
	Enabled       *bool                           `json:"enabled,omitempty"`
}

FunnelConfiguration struct for FunnelConfiguration

func NewFunnelConfiguration

func NewFunnelConfiguration() *FunnelConfiguration

NewFunnelConfiguration instantiates a new FunnelConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelConfigurationWithDefaults

func NewFunnelConfigurationWithDefaults() *FunnelConfiguration

NewFunnelConfigurationWithDefaults instantiates a new FunnelConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelConfiguration) GetAddSimId

func (o *FunnelConfiguration) GetAddSimId() bool

GetAddSimId returns the AddSimId field value if set, zero value otherwise.

func (*FunnelConfiguration) GetAddSimIdOk

func (o *FunnelConfiguration) GetAddSimIdOk() (*bool, bool)

GetAddSimIdOk returns a tuple with the AddSimId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelConfiguration) GetContentType

func (o *FunnelConfiguration) GetContentType() FunnelContentType

GetContentType returns the ContentType field value if set, zero value otherwise.

func (*FunnelConfiguration) GetContentTypeOk

func (o *FunnelConfiguration) GetContentTypeOk() (*FunnelContentType, bool)

GetContentTypeOk returns a tuple with the ContentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelConfiguration) GetCredentialsId

func (o *FunnelConfiguration) GetCredentialsId() string

GetCredentialsId returns the CredentialsId field value if set, zero value otherwise.

func (*FunnelConfiguration) GetCredentialsIdOk

func (o *FunnelConfiguration) GetCredentialsIdOk() (*string, bool)

GetCredentialsIdOk returns a tuple with the CredentialsId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelConfiguration) GetDestination

GetDestination returns the Destination field value if set, zero value otherwise.

func (*FunnelConfiguration) GetDestinationOk

func (o *FunnelConfiguration) GetDestinationOk() (*FunnelConfigurationDestination, bool)

GetDestinationOk returns a tuple with the Destination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelConfiguration) GetEnabled

func (o *FunnelConfiguration) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*FunnelConfiguration) GetEnabledOk

func (o *FunnelConfiguration) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelConfiguration) HasAddSimId

func (o *FunnelConfiguration) HasAddSimId() bool

HasAddSimId returns a boolean if a field has been set.

func (*FunnelConfiguration) HasContentType

func (o *FunnelConfiguration) HasContentType() bool

HasContentType returns a boolean if a field has been set.

func (*FunnelConfiguration) HasCredentialsId

func (o *FunnelConfiguration) HasCredentialsId() bool

HasCredentialsId returns a boolean if a field has been set.

func (*FunnelConfiguration) HasDestination

func (o *FunnelConfiguration) HasDestination() bool

HasDestination returns a boolean if a field has been set.

func (*FunnelConfiguration) HasEnabled

func (o *FunnelConfiguration) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (FunnelConfiguration) MarshalJSON

func (o FunnelConfiguration) MarshalJSON() ([]byte, error)

func (*FunnelConfiguration) SetAddSimId

func (o *FunnelConfiguration) SetAddSimId(v bool)

SetAddSimId gets a reference to the given bool and assigns it to the AddSimId field.

func (*FunnelConfiguration) SetContentType

func (o *FunnelConfiguration) SetContentType(v FunnelContentType)

SetContentType gets a reference to the given FunnelContentType and assigns it to the ContentType field.

func (*FunnelConfiguration) SetCredentialsId

func (o *FunnelConfiguration) SetCredentialsId(v string)

SetCredentialsId gets a reference to the given string and assigns it to the CredentialsId field.

func (*FunnelConfiguration) SetDestination

SetDestination gets a reference to the given FunnelConfigurationDestination and assigns it to the Destination field.

func (*FunnelConfiguration) SetEnabled

func (o *FunnelConfiguration) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

type FunnelConfigurationDestination

type FunnelConfigurationDestination struct {
	FunnelAWSFirehoseDestination               *FunnelAWSFirehoseDestination
	FunnelAWSIoTDestination                    *FunnelAWSIoTDestination
	FunnelAWSKinesisDestination                *FunnelAWSKinesisDestination
	FunnelAcroquestTorrentioDestination        *FunnelAcroquestTorrentioDestination
	FunnelAppressoDataSpiderDestination        *FunnelAppressoDataSpiderDestination
	FunnelAzureEventHubDestination             *FunnelAzureEventHubDestination
	FunnelBrainsTechImpulseDestination         *FunnelBrainsTechImpulseDestination
	FunnelDestination                          *FunnelDestination
	FunnelEsrijArcgisOnlineDestination         *FunnelEsrijArcgisOnlineDestination
	FunnelFusicMockmockDatarecorderDestination *FunnelFusicMockmockDatarecorderDestination
	FunnelGooglePubSubDestination              *FunnelGooglePubSubDestination
	FunnelInfoteriaPlatioDestination           *FunnelInfoteriaPlatioDestination
	FunnelKiiThingifDestination                *FunnelKiiThingifDestination
	FunnelLandlogDestination                   *FunnelLandlogDestination
	FunnelOptimCloudiotosDestination           *FunnelOptimCloudiotosDestination
	FunnelSensorCorpusDestination              *FunnelSensorCorpusDestination
	FunnelTeradataIntellicloudDestination      *FunnelTeradataIntellicloudDestination
	FunnelWingarcMotionboardDestination        *FunnelWingarcMotionboardDestination
	FunnelYaskawaMmcloudDestination            *FunnelYaskawaMmcloudDestination
}

FunnelConfigurationDestination - struct for FunnelConfigurationDestination

func FunnelAWSFirehoseDestinationAsFunnelConfigurationDestination

func FunnelAWSFirehoseDestinationAsFunnelConfigurationDestination(v *FunnelAWSFirehoseDestination) FunnelConfigurationDestination

FunnelAWSFirehoseDestinationAsFunnelConfigurationDestination is a convenience function that returns FunnelAWSFirehoseDestination wrapped in FunnelConfigurationDestination

func FunnelAWSIoTDestinationAsFunnelConfigurationDestination

func FunnelAWSIoTDestinationAsFunnelConfigurationDestination(v *FunnelAWSIoTDestination) FunnelConfigurationDestination

FunnelAWSIoTDestinationAsFunnelConfigurationDestination is a convenience function that returns FunnelAWSIoTDestination wrapped in FunnelConfigurationDestination

func FunnelAWSKinesisDestinationAsFunnelConfigurationDestination

func FunnelAWSKinesisDestinationAsFunnelConfigurationDestination(v *FunnelAWSKinesisDestination) FunnelConfigurationDestination

FunnelAWSKinesisDestinationAsFunnelConfigurationDestination is a convenience function that returns FunnelAWSKinesisDestination wrapped in FunnelConfigurationDestination

func FunnelAcroquestTorrentioDestinationAsFunnelConfigurationDestination

func FunnelAcroquestTorrentioDestinationAsFunnelConfigurationDestination(v *FunnelAcroquestTorrentioDestination) FunnelConfigurationDestination

FunnelAcroquestTorrentioDestinationAsFunnelConfigurationDestination is a convenience function that returns FunnelAcroquestTorrentioDestination wrapped in FunnelConfigurationDestination

func FunnelAppressoDataSpiderDestinationAsFunnelConfigurationDestination

func FunnelAppressoDataSpiderDestinationAsFunnelConfigurationDestination(v *FunnelAppressoDataSpiderDestination) FunnelConfigurationDestination

FunnelAppressoDataSpiderDestinationAsFunnelConfigurationDestination is a convenience function that returns FunnelAppressoDataSpiderDestination wrapped in FunnelConfigurationDestination

func FunnelAzureEventHubDestinationAsFunnelConfigurationDestination

func FunnelAzureEventHubDestinationAsFunnelConfigurationDestination(v *FunnelAzureEventHubDestination) FunnelConfigurationDestination

FunnelAzureEventHubDestinationAsFunnelConfigurationDestination is a convenience function that returns FunnelAzureEventHubDestination wrapped in FunnelConfigurationDestination

func FunnelBrainsTechImpulseDestinationAsFunnelConfigurationDestination

func FunnelBrainsTechImpulseDestinationAsFunnelConfigurationDestination(v *FunnelBrainsTechImpulseDestination) FunnelConfigurationDestination

FunnelBrainsTechImpulseDestinationAsFunnelConfigurationDestination is a convenience function that returns FunnelBrainsTechImpulseDestination wrapped in FunnelConfigurationDestination

func FunnelDestinationAsFunnelConfigurationDestination

func FunnelDestinationAsFunnelConfigurationDestination(v *FunnelDestination) FunnelConfigurationDestination

FunnelDestinationAsFunnelConfigurationDestination is a convenience function that returns FunnelDestination wrapped in FunnelConfigurationDestination

func FunnelEsrijArcgisOnlineDestinationAsFunnelConfigurationDestination

func FunnelEsrijArcgisOnlineDestinationAsFunnelConfigurationDestination(v *FunnelEsrijArcgisOnlineDestination) FunnelConfigurationDestination

FunnelEsrijArcgisOnlineDestinationAsFunnelConfigurationDestination is a convenience function that returns FunnelEsrijArcgisOnlineDestination wrapped in FunnelConfigurationDestination

func FunnelFusicMockmockDatarecorderDestinationAsFunnelConfigurationDestination

func FunnelFusicMockmockDatarecorderDestinationAsFunnelConfigurationDestination(v *FunnelFusicMockmockDatarecorderDestination) FunnelConfigurationDestination

FunnelFusicMockmockDatarecorderDestinationAsFunnelConfigurationDestination is a convenience function that returns FunnelFusicMockmockDatarecorderDestination wrapped in FunnelConfigurationDestination

func FunnelGooglePubSubDestinationAsFunnelConfigurationDestination

func FunnelGooglePubSubDestinationAsFunnelConfigurationDestination(v *FunnelGooglePubSubDestination) FunnelConfigurationDestination

FunnelGooglePubSubDestinationAsFunnelConfigurationDestination is a convenience function that returns FunnelGooglePubSubDestination wrapped in FunnelConfigurationDestination

func FunnelInfoteriaPlatioDestinationAsFunnelConfigurationDestination

func FunnelInfoteriaPlatioDestinationAsFunnelConfigurationDestination(v *FunnelInfoteriaPlatioDestination) FunnelConfigurationDestination

FunnelInfoteriaPlatioDestinationAsFunnelConfigurationDestination is a convenience function that returns FunnelInfoteriaPlatioDestination wrapped in FunnelConfigurationDestination

func FunnelKiiThingifDestinationAsFunnelConfigurationDestination

func FunnelKiiThingifDestinationAsFunnelConfigurationDestination(v *FunnelKiiThingifDestination) FunnelConfigurationDestination

FunnelKiiThingifDestinationAsFunnelConfigurationDestination is a convenience function that returns FunnelKiiThingifDestination wrapped in FunnelConfigurationDestination

func FunnelLandlogDestinationAsFunnelConfigurationDestination

func FunnelLandlogDestinationAsFunnelConfigurationDestination(v *FunnelLandlogDestination) FunnelConfigurationDestination

FunnelLandlogDestinationAsFunnelConfigurationDestination is a convenience function that returns FunnelLandlogDestination wrapped in FunnelConfigurationDestination

func FunnelOptimCloudiotosDestinationAsFunnelConfigurationDestination

func FunnelOptimCloudiotosDestinationAsFunnelConfigurationDestination(v *FunnelOptimCloudiotosDestination) FunnelConfigurationDestination

FunnelOptimCloudiotosDestinationAsFunnelConfigurationDestination is a convenience function that returns FunnelOptimCloudiotosDestination wrapped in FunnelConfigurationDestination

func FunnelSensorCorpusDestinationAsFunnelConfigurationDestination

func FunnelSensorCorpusDestinationAsFunnelConfigurationDestination(v *FunnelSensorCorpusDestination) FunnelConfigurationDestination

FunnelSensorCorpusDestinationAsFunnelConfigurationDestination is a convenience function that returns FunnelSensorCorpusDestination wrapped in FunnelConfigurationDestination

func FunnelTeradataIntellicloudDestinationAsFunnelConfigurationDestination

func FunnelTeradataIntellicloudDestinationAsFunnelConfigurationDestination(v *FunnelTeradataIntellicloudDestination) FunnelConfigurationDestination

FunnelTeradataIntellicloudDestinationAsFunnelConfigurationDestination is a convenience function that returns FunnelTeradataIntellicloudDestination wrapped in FunnelConfigurationDestination

func FunnelWingarcMotionboardDestinationAsFunnelConfigurationDestination

func FunnelWingarcMotionboardDestinationAsFunnelConfigurationDestination(v *FunnelWingarcMotionboardDestination) FunnelConfigurationDestination

FunnelWingarcMotionboardDestinationAsFunnelConfigurationDestination is a convenience function that returns FunnelWingarcMotionboardDestination wrapped in FunnelConfigurationDestination

func FunnelYaskawaMmcloudDestinationAsFunnelConfigurationDestination

func FunnelYaskawaMmcloudDestinationAsFunnelConfigurationDestination(v *FunnelYaskawaMmcloudDestination) FunnelConfigurationDestination

FunnelYaskawaMmcloudDestinationAsFunnelConfigurationDestination is a convenience function that returns FunnelYaskawaMmcloudDestination wrapped in FunnelConfigurationDestination

func (*FunnelConfigurationDestination) GetActualInstance

func (obj *FunnelConfigurationDestination) GetActualInstance() interface{}

Get the actual instance

func (FunnelConfigurationDestination) MarshalJSON

func (src FunnelConfigurationDestination) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*FunnelConfigurationDestination) UnmarshalJSON

func (dst *FunnelConfigurationDestination) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type FunnelContentType

type FunnelContentType string

FunnelContentType the model 'FunnelContentType'

const (
	JSON                        FunnelContentType = "json"
	TEXT                        FunnelContentType = "text"
	UNSPECIFIED                 FunnelContentType = "unspecified"
	BINARY                      FunnelContentType = "binary"
	APPLICATION_X_SORACOM_BF_V1 FunnelContentType = "application/x-soracom-bf-v1"
)

List of FunnelContentType

func NewFunnelContentTypeFromValue

func NewFunnelContentTypeFromValue(v string) (*FunnelContentType, error)

NewFunnelContentTypeFromValue returns a pointer to a valid FunnelContentType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FunnelContentType) IsValid

func (v FunnelContentType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (FunnelContentType) Ptr

Ptr returns reference to FunnelContentType value

func (*FunnelContentType) UnmarshalJSON

func (v *FunnelContentType) UnmarshalJSON(src []byte) error

type FunnelDestination

type FunnelDestination struct {
	Provider    *string `json:"provider,omitempty"`
	ResourceUrl *string `json:"resourceUrl,omitempty"`
	Service     *string `json:"service,omitempty"`
}

FunnelDestination struct for FunnelDestination

func NewFunnelDestination

func NewFunnelDestination() *FunnelDestination

NewFunnelDestination instantiates a new FunnelDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelDestinationWithDefaults

func NewFunnelDestinationWithDefaults() *FunnelDestination

NewFunnelDestinationWithDefaults instantiates a new FunnelDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelDestination) GetProvider

func (o *FunnelDestination) GetProvider() string

GetProvider returns the Provider field value if set, zero value otherwise.

func (*FunnelDestination) GetProviderOk

func (o *FunnelDestination) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelDestination) GetResourceUrl

func (o *FunnelDestination) GetResourceUrl() string

GetResourceUrl returns the ResourceUrl field value if set, zero value otherwise.

func (*FunnelDestination) GetResourceUrlOk

func (o *FunnelDestination) GetResourceUrlOk() (*string, bool)

GetResourceUrlOk returns a tuple with the ResourceUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelDestination) GetService

func (o *FunnelDestination) GetService() string

GetService returns the Service field value if set, zero value otherwise.

func (*FunnelDestination) GetServiceOk

func (o *FunnelDestination) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelDestination) HasProvider

func (o *FunnelDestination) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*FunnelDestination) HasResourceUrl

func (o *FunnelDestination) HasResourceUrl() bool

HasResourceUrl returns a boolean if a field has been set.

func (*FunnelDestination) HasService

func (o *FunnelDestination) HasService() bool

HasService returns a boolean if a field has been set.

func (FunnelDestination) MarshalJSON

func (o FunnelDestination) MarshalJSON() ([]byte, error)

func (*FunnelDestination) SetProvider

func (o *FunnelDestination) SetProvider(v string)

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*FunnelDestination) SetResourceUrl

func (o *FunnelDestination) SetResourceUrl(v string)

SetResourceUrl gets a reference to the given string and assigns it to the ResourceUrl field.

func (*FunnelDestination) SetService

func (o *FunnelDestination) SetService(v string)

SetService gets a reference to the given string and assigns it to the Service field.

type FunnelEsrijArcgisOnlineDestination

type FunnelEsrijArcgisOnlineDestination struct {
	Config      *string `json:"config,omitempty"`
	Provider    *string `json:"provider,omitempty"`
	ResourceUrl *string `json:"resourceUrl,omitempty"`
	Service     *string `json:"service,omitempty"`
}

FunnelEsrijArcgisOnlineDestination struct for FunnelEsrijArcgisOnlineDestination

func NewFunnelEsrijArcgisOnlineDestination

func NewFunnelEsrijArcgisOnlineDestination() *FunnelEsrijArcgisOnlineDestination

NewFunnelEsrijArcgisOnlineDestination instantiates a new FunnelEsrijArcgisOnlineDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelEsrijArcgisOnlineDestinationWithDefaults

func NewFunnelEsrijArcgisOnlineDestinationWithDefaults() *FunnelEsrijArcgisOnlineDestination

NewFunnelEsrijArcgisOnlineDestinationWithDefaults instantiates a new FunnelEsrijArcgisOnlineDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelEsrijArcgisOnlineDestination) GetConfig

GetConfig returns the Config field value if set, zero value otherwise.

func (*FunnelEsrijArcgisOnlineDestination) GetConfigOk

func (o *FunnelEsrijArcgisOnlineDestination) GetConfigOk() (*string, bool)

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelEsrijArcgisOnlineDestination) GetProvider

func (o *FunnelEsrijArcgisOnlineDestination) GetProvider() string

GetProvider returns the Provider field value if set, zero value otherwise.

func (*FunnelEsrijArcgisOnlineDestination) GetProviderOk

func (o *FunnelEsrijArcgisOnlineDestination) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelEsrijArcgisOnlineDestination) GetResourceUrl

func (o *FunnelEsrijArcgisOnlineDestination) GetResourceUrl() string

GetResourceUrl returns the ResourceUrl field value if set, zero value otherwise.

func (*FunnelEsrijArcgisOnlineDestination) GetResourceUrlOk

func (o *FunnelEsrijArcgisOnlineDestination) GetResourceUrlOk() (*string, bool)

GetResourceUrlOk returns a tuple with the ResourceUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelEsrijArcgisOnlineDestination) GetService

GetService returns the Service field value if set, zero value otherwise.

func (*FunnelEsrijArcgisOnlineDestination) GetServiceOk

func (o *FunnelEsrijArcgisOnlineDestination) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelEsrijArcgisOnlineDestination) HasConfig

HasConfig returns a boolean if a field has been set.

func (*FunnelEsrijArcgisOnlineDestination) HasProvider

func (o *FunnelEsrijArcgisOnlineDestination) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*FunnelEsrijArcgisOnlineDestination) HasResourceUrl

func (o *FunnelEsrijArcgisOnlineDestination) HasResourceUrl() bool

HasResourceUrl returns a boolean if a field has been set.

func (*FunnelEsrijArcgisOnlineDestination) HasService

func (o *FunnelEsrijArcgisOnlineDestination) HasService() bool

HasService returns a boolean if a field has been set.

func (FunnelEsrijArcgisOnlineDestination) MarshalJSON

func (o FunnelEsrijArcgisOnlineDestination) MarshalJSON() ([]byte, error)

func (*FunnelEsrijArcgisOnlineDestination) SetConfig

SetConfig gets a reference to the given string and assigns it to the Config field.

func (*FunnelEsrijArcgisOnlineDestination) SetProvider

func (o *FunnelEsrijArcgisOnlineDestination) SetProvider(v string)

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*FunnelEsrijArcgisOnlineDestination) SetResourceUrl

func (o *FunnelEsrijArcgisOnlineDestination) SetResourceUrl(v string)

SetResourceUrl gets a reference to the given string and assigns it to the ResourceUrl field.

func (*FunnelEsrijArcgisOnlineDestination) SetService

func (o *FunnelEsrijArcgisOnlineDestination) SetService(v string)

SetService gets a reference to the given string and assigns it to the Service field.

type FunnelFusicMockmockDatarecorderDestination

type FunnelFusicMockmockDatarecorderDestination struct {
	Provider    *string `json:"provider,omitempty"`
	ResourceUrl *string `json:"resourceUrl,omitempty"`
	Service     *string `json:"service,omitempty"`
}

FunnelFusicMockmockDatarecorderDestination struct for FunnelFusicMockmockDatarecorderDestination

func NewFunnelFusicMockmockDatarecorderDestination

func NewFunnelFusicMockmockDatarecorderDestination() *FunnelFusicMockmockDatarecorderDestination

NewFunnelFusicMockmockDatarecorderDestination instantiates a new FunnelFusicMockmockDatarecorderDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelFusicMockmockDatarecorderDestinationWithDefaults

func NewFunnelFusicMockmockDatarecorderDestinationWithDefaults() *FunnelFusicMockmockDatarecorderDestination

NewFunnelFusicMockmockDatarecorderDestinationWithDefaults instantiates a new FunnelFusicMockmockDatarecorderDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelFusicMockmockDatarecorderDestination) GetProvider

GetProvider returns the Provider field value if set, zero value otherwise.

func (*FunnelFusicMockmockDatarecorderDestination) GetProviderOk

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelFusicMockmockDatarecorderDestination) GetResourceUrl

GetResourceUrl returns the ResourceUrl field value if set, zero value otherwise.

func (*FunnelFusicMockmockDatarecorderDestination) GetResourceUrlOk

func (o *FunnelFusicMockmockDatarecorderDestination) GetResourceUrlOk() (*string, bool)

GetResourceUrlOk returns a tuple with the ResourceUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelFusicMockmockDatarecorderDestination) GetService

GetService returns the Service field value if set, zero value otherwise.

func (*FunnelFusicMockmockDatarecorderDestination) GetServiceOk

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelFusicMockmockDatarecorderDestination) HasProvider

HasProvider returns a boolean if a field has been set.

func (*FunnelFusicMockmockDatarecorderDestination) HasResourceUrl

HasResourceUrl returns a boolean if a field has been set.

func (*FunnelFusicMockmockDatarecorderDestination) HasService

HasService returns a boolean if a field has been set.

func (FunnelFusicMockmockDatarecorderDestination) MarshalJSON

func (*FunnelFusicMockmockDatarecorderDestination) SetProvider

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*FunnelFusicMockmockDatarecorderDestination) SetResourceUrl

SetResourceUrl gets a reference to the given string and assigns it to the ResourceUrl field.

func (*FunnelFusicMockmockDatarecorderDestination) SetService

SetService gets a reference to the given string and assigns it to the Service field.

type FunnelGooglePubSubDestination

type FunnelGooglePubSubDestination struct {
	Provider    *string `json:"provider,omitempty"`
	ResourceUrl *string `json:"resourceUrl,omitempty"`
	Service     *string `json:"service,omitempty"`
}

FunnelGooglePubSubDestination struct for FunnelGooglePubSubDestination

func NewFunnelGooglePubSubDestination

func NewFunnelGooglePubSubDestination() *FunnelGooglePubSubDestination

NewFunnelGooglePubSubDestination instantiates a new FunnelGooglePubSubDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelGooglePubSubDestinationWithDefaults

func NewFunnelGooglePubSubDestinationWithDefaults() *FunnelGooglePubSubDestination

NewFunnelGooglePubSubDestinationWithDefaults instantiates a new FunnelGooglePubSubDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelGooglePubSubDestination) GetProvider

func (o *FunnelGooglePubSubDestination) GetProvider() string

GetProvider returns the Provider field value if set, zero value otherwise.

func (*FunnelGooglePubSubDestination) GetProviderOk

func (o *FunnelGooglePubSubDestination) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelGooglePubSubDestination) GetResourceUrl

func (o *FunnelGooglePubSubDestination) GetResourceUrl() string

GetResourceUrl returns the ResourceUrl field value if set, zero value otherwise.

func (*FunnelGooglePubSubDestination) GetResourceUrlOk

func (o *FunnelGooglePubSubDestination) GetResourceUrlOk() (*string, bool)

GetResourceUrlOk returns a tuple with the ResourceUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelGooglePubSubDestination) GetService

func (o *FunnelGooglePubSubDestination) GetService() string

GetService returns the Service field value if set, zero value otherwise.

func (*FunnelGooglePubSubDestination) GetServiceOk

func (o *FunnelGooglePubSubDestination) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelGooglePubSubDestination) HasProvider

func (o *FunnelGooglePubSubDestination) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*FunnelGooglePubSubDestination) HasResourceUrl

func (o *FunnelGooglePubSubDestination) HasResourceUrl() bool

HasResourceUrl returns a boolean if a field has been set.

func (*FunnelGooglePubSubDestination) HasService

func (o *FunnelGooglePubSubDestination) HasService() bool

HasService returns a boolean if a field has been set.

func (FunnelGooglePubSubDestination) MarshalJSON

func (o FunnelGooglePubSubDestination) MarshalJSON() ([]byte, error)

func (*FunnelGooglePubSubDestination) SetProvider

func (o *FunnelGooglePubSubDestination) SetProvider(v string)

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*FunnelGooglePubSubDestination) SetResourceUrl

func (o *FunnelGooglePubSubDestination) SetResourceUrl(v string)

SetResourceUrl gets a reference to the given string and assigns it to the ResourceUrl field.

func (*FunnelGooglePubSubDestination) SetService

func (o *FunnelGooglePubSubDestination) SetService(v string)

SetService gets a reference to the given string and assigns it to the Service field.

type FunnelInfoteriaPlatioDestination

type FunnelInfoteriaPlatioDestination struct {
	ApplicationId *string `json:"applicationId,omitempty"`
	CollectionId  *string `json:"collectionId,omitempty"`
	PassAll       *bool   `json:"passAll,omitempty"`
	Provider      *string `json:"provider,omitempty"`
	ResourceUrl   *string `json:"resourceUrl,omitempty"`
	Service       *string `json:"service,omitempty"`
	Values        *string `json:"values,omitempty"`
}

FunnelInfoteriaPlatioDestination struct for FunnelInfoteriaPlatioDestination

func NewFunnelInfoteriaPlatioDestination

func NewFunnelInfoteriaPlatioDestination() *FunnelInfoteriaPlatioDestination

NewFunnelInfoteriaPlatioDestination instantiates a new FunnelInfoteriaPlatioDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelInfoteriaPlatioDestinationWithDefaults

func NewFunnelInfoteriaPlatioDestinationWithDefaults() *FunnelInfoteriaPlatioDestination

NewFunnelInfoteriaPlatioDestinationWithDefaults instantiates a new FunnelInfoteriaPlatioDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelInfoteriaPlatioDestination) GetApplicationId

func (o *FunnelInfoteriaPlatioDestination) GetApplicationId() string

GetApplicationId returns the ApplicationId field value if set, zero value otherwise.

func (*FunnelInfoteriaPlatioDestination) GetApplicationIdOk

func (o *FunnelInfoteriaPlatioDestination) GetApplicationIdOk() (*string, bool)

GetApplicationIdOk returns a tuple with the ApplicationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelInfoteriaPlatioDestination) GetCollectionId

func (o *FunnelInfoteriaPlatioDestination) GetCollectionId() string

GetCollectionId returns the CollectionId field value if set, zero value otherwise.

func (*FunnelInfoteriaPlatioDestination) GetCollectionIdOk

func (o *FunnelInfoteriaPlatioDestination) GetCollectionIdOk() (*string, bool)

GetCollectionIdOk returns a tuple with the CollectionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelInfoteriaPlatioDestination) GetPassAll

func (o *FunnelInfoteriaPlatioDestination) GetPassAll() bool

GetPassAll returns the PassAll field value if set, zero value otherwise.

func (*FunnelInfoteriaPlatioDestination) GetPassAllOk

func (o *FunnelInfoteriaPlatioDestination) GetPassAllOk() (*bool, bool)

GetPassAllOk returns a tuple with the PassAll field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelInfoteriaPlatioDestination) GetProvider

func (o *FunnelInfoteriaPlatioDestination) GetProvider() string

GetProvider returns the Provider field value if set, zero value otherwise.

func (*FunnelInfoteriaPlatioDestination) GetProviderOk

func (o *FunnelInfoteriaPlatioDestination) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelInfoteriaPlatioDestination) GetResourceUrl

func (o *FunnelInfoteriaPlatioDestination) GetResourceUrl() string

GetResourceUrl returns the ResourceUrl field value if set, zero value otherwise.

func (*FunnelInfoteriaPlatioDestination) GetResourceUrlOk

func (o *FunnelInfoteriaPlatioDestination) GetResourceUrlOk() (*string, bool)

GetResourceUrlOk returns a tuple with the ResourceUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelInfoteriaPlatioDestination) GetService

func (o *FunnelInfoteriaPlatioDestination) GetService() string

GetService returns the Service field value if set, zero value otherwise.

func (*FunnelInfoteriaPlatioDestination) GetServiceOk

func (o *FunnelInfoteriaPlatioDestination) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelInfoteriaPlatioDestination) GetValues

GetValues returns the Values field value if set, zero value otherwise.

func (*FunnelInfoteriaPlatioDestination) GetValuesOk

func (o *FunnelInfoteriaPlatioDestination) GetValuesOk() (*string, bool)

GetValuesOk returns a tuple with the Values field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelInfoteriaPlatioDestination) HasApplicationId

func (o *FunnelInfoteriaPlatioDestination) HasApplicationId() bool

HasApplicationId returns a boolean if a field has been set.

func (*FunnelInfoteriaPlatioDestination) HasCollectionId

func (o *FunnelInfoteriaPlatioDestination) HasCollectionId() bool

HasCollectionId returns a boolean if a field has been set.

func (*FunnelInfoteriaPlatioDestination) HasPassAll

func (o *FunnelInfoteriaPlatioDestination) HasPassAll() bool

HasPassAll returns a boolean if a field has been set.

func (*FunnelInfoteriaPlatioDestination) HasProvider

func (o *FunnelInfoteriaPlatioDestination) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*FunnelInfoteriaPlatioDestination) HasResourceUrl

func (o *FunnelInfoteriaPlatioDestination) HasResourceUrl() bool

HasResourceUrl returns a boolean if a field has been set.

func (*FunnelInfoteriaPlatioDestination) HasService

func (o *FunnelInfoteriaPlatioDestination) HasService() bool

HasService returns a boolean if a field has been set.

func (*FunnelInfoteriaPlatioDestination) HasValues

func (o *FunnelInfoteriaPlatioDestination) HasValues() bool

HasValues returns a boolean if a field has been set.

func (FunnelInfoteriaPlatioDestination) MarshalJSON

func (o FunnelInfoteriaPlatioDestination) MarshalJSON() ([]byte, error)

func (*FunnelInfoteriaPlatioDestination) SetApplicationId

func (o *FunnelInfoteriaPlatioDestination) SetApplicationId(v string)

SetApplicationId gets a reference to the given string and assigns it to the ApplicationId field.

func (*FunnelInfoteriaPlatioDestination) SetCollectionId

func (o *FunnelInfoteriaPlatioDestination) SetCollectionId(v string)

SetCollectionId gets a reference to the given string and assigns it to the CollectionId field.

func (*FunnelInfoteriaPlatioDestination) SetPassAll

func (o *FunnelInfoteriaPlatioDestination) SetPassAll(v bool)

SetPassAll gets a reference to the given bool and assigns it to the PassAll field.

func (*FunnelInfoteriaPlatioDestination) SetProvider

func (o *FunnelInfoteriaPlatioDestination) SetProvider(v string)

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*FunnelInfoteriaPlatioDestination) SetResourceUrl

func (o *FunnelInfoteriaPlatioDestination) SetResourceUrl(v string)

SetResourceUrl gets a reference to the given string and assigns it to the ResourceUrl field.

func (*FunnelInfoteriaPlatioDestination) SetService

func (o *FunnelInfoteriaPlatioDestination) SetService(v string)

SetService gets a reference to the given string and assigns it to the Service field.

func (*FunnelInfoteriaPlatioDestination) SetValues

func (o *FunnelInfoteriaPlatioDestination) SetValues(v string)

SetValues gets a reference to the given string and assigns it to the Values field.

type FunnelKiiThingifDestination

type FunnelKiiThingifDestination struct {
	Provider    *string `json:"provider,omitempty"`
	ResourceUrl *string `json:"resourceUrl,omitempty"`
	Service     *string `json:"service,omitempty"`
}

FunnelKiiThingifDestination struct for FunnelKiiThingifDestination

func NewFunnelKiiThingifDestination

func NewFunnelKiiThingifDestination() *FunnelKiiThingifDestination

NewFunnelKiiThingifDestination instantiates a new FunnelKiiThingifDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelKiiThingifDestinationWithDefaults

func NewFunnelKiiThingifDestinationWithDefaults() *FunnelKiiThingifDestination

NewFunnelKiiThingifDestinationWithDefaults instantiates a new FunnelKiiThingifDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelKiiThingifDestination) GetProvider

func (o *FunnelKiiThingifDestination) GetProvider() string

GetProvider returns the Provider field value if set, zero value otherwise.

func (*FunnelKiiThingifDestination) GetProviderOk

func (o *FunnelKiiThingifDestination) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelKiiThingifDestination) GetResourceUrl

func (o *FunnelKiiThingifDestination) GetResourceUrl() string

GetResourceUrl returns the ResourceUrl field value if set, zero value otherwise.

func (*FunnelKiiThingifDestination) GetResourceUrlOk

func (o *FunnelKiiThingifDestination) GetResourceUrlOk() (*string, bool)

GetResourceUrlOk returns a tuple with the ResourceUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelKiiThingifDestination) GetService

func (o *FunnelKiiThingifDestination) GetService() string

GetService returns the Service field value if set, zero value otherwise.

func (*FunnelKiiThingifDestination) GetServiceOk

func (o *FunnelKiiThingifDestination) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelKiiThingifDestination) HasProvider

func (o *FunnelKiiThingifDestination) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*FunnelKiiThingifDestination) HasResourceUrl

func (o *FunnelKiiThingifDestination) HasResourceUrl() bool

HasResourceUrl returns a boolean if a field has been set.

func (*FunnelKiiThingifDestination) HasService

func (o *FunnelKiiThingifDestination) HasService() bool

HasService returns a boolean if a field has been set.

func (FunnelKiiThingifDestination) MarshalJSON

func (o FunnelKiiThingifDestination) MarshalJSON() ([]byte, error)

func (*FunnelKiiThingifDestination) SetProvider

func (o *FunnelKiiThingifDestination) SetProvider(v string)

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*FunnelKiiThingifDestination) SetResourceUrl

func (o *FunnelKiiThingifDestination) SetResourceUrl(v string)

SetResourceUrl gets a reference to the given string and assigns it to the ResourceUrl field.

func (*FunnelKiiThingifDestination) SetService

func (o *FunnelKiiThingifDestination) SetService(v string)

SetService gets a reference to the given string and assigns it to the Service field.

type FunnelLandlogDestination

type FunnelLandlogDestination struct {
	ChannelId   *string `json:"channel_id,omitempty"`
	DataFormat  *string `json:"data_format,omitempty"`
	Provider    *string `json:"provider,omitempty"`
	ResourceUrl *string `json:"resourceUrl,omitempty"`
	Service     *string `json:"service,omitempty"`
}

FunnelLandlogDestination struct for FunnelLandlogDestination

func NewFunnelLandlogDestination

func NewFunnelLandlogDestination() *FunnelLandlogDestination

NewFunnelLandlogDestination instantiates a new FunnelLandlogDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelLandlogDestinationWithDefaults

func NewFunnelLandlogDestinationWithDefaults() *FunnelLandlogDestination

NewFunnelLandlogDestinationWithDefaults instantiates a new FunnelLandlogDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelLandlogDestination) GetChannelId

func (o *FunnelLandlogDestination) GetChannelId() string

GetChannelId returns the ChannelId field value if set, zero value otherwise.

func (*FunnelLandlogDestination) GetChannelIdOk

func (o *FunnelLandlogDestination) GetChannelIdOk() (*string, bool)

GetChannelIdOk returns a tuple with the ChannelId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelLandlogDestination) GetDataFormat

func (o *FunnelLandlogDestination) GetDataFormat() string

GetDataFormat returns the DataFormat field value if set, zero value otherwise.

func (*FunnelLandlogDestination) GetDataFormatOk

func (o *FunnelLandlogDestination) GetDataFormatOk() (*string, bool)

GetDataFormatOk returns a tuple with the DataFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelLandlogDestination) GetProvider

func (o *FunnelLandlogDestination) GetProvider() string

GetProvider returns the Provider field value if set, zero value otherwise.

func (*FunnelLandlogDestination) GetProviderOk

func (o *FunnelLandlogDestination) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelLandlogDestination) GetResourceUrl

func (o *FunnelLandlogDestination) GetResourceUrl() string

GetResourceUrl returns the ResourceUrl field value if set, zero value otherwise.

func (*FunnelLandlogDestination) GetResourceUrlOk

func (o *FunnelLandlogDestination) GetResourceUrlOk() (*string, bool)

GetResourceUrlOk returns a tuple with the ResourceUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelLandlogDestination) GetService

func (o *FunnelLandlogDestination) GetService() string

GetService returns the Service field value if set, zero value otherwise.

func (*FunnelLandlogDestination) GetServiceOk

func (o *FunnelLandlogDestination) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelLandlogDestination) HasChannelId

func (o *FunnelLandlogDestination) HasChannelId() bool

HasChannelId returns a boolean if a field has been set.

func (*FunnelLandlogDestination) HasDataFormat

func (o *FunnelLandlogDestination) HasDataFormat() bool

HasDataFormat returns a boolean if a field has been set.

func (*FunnelLandlogDestination) HasProvider

func (o *FunnelLandlogDestination) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*FunnelLandlogDestination) HasResourceUrl

func (o *FunnelLandlogDestination) HasResourceUrl() bool

HasResourceUrl returns a boolean if a field has been set.

func (*FunnelLandlogDestination) HasService

func (o *FunnelLandlogDestination) HasService() bool

HasService returns a boolean if a field has been set.

func (FunnelLandlogDestination) MarshalJSON

func (o FunnelLandlogDestination) MarshalJSON() ([]byte, error)

func (*FunnelLandlogDestination) SetChannelId

func (o *FunnelLandlogDestination) SetChannelId(v string)

SetChannelId gets a reference to the given string and assigns it to the ChannelId field.

func (*FunnelLandlogDestination) SetDataFormat

func (o *FunnelLandlogDestination) SetDataFormat(v string)

SetDataFormat gets a reference to the given string and assigns it to the DataFormat field.

func (*FunnelLandlogDestination) SetProvider

func (o *FunnelLandlogDestination) SetProvider(v string)

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*FunnelLandlogDestination) SetResourceUrl

func (o *FunnelLandlogDestination) SetResourceUrl(v string)

SetResourceUrl gets a reference to the given string and assigns it to the ResourceUrl field.

func (*FunnelLandlogDestination) SetService

func (o *FunnelLandlogDestination) SetService(v string)

SetService gets a reference to the given string and assigns it to the Service field.

type FunnelOptimCloudiotosDestination

type FunnelOptimCloudiotosDestination struct {
	ChannelId   *string `json:"channel_id,omitempty"`
	DataFormat  *string `json:"data_format,omitempty"`
	Provider    *string `json:"provider,omitempty"`
	ResourceUrl *string `json:"resourceUrl,omitempty"`
	Service     *string `json:"service,omitempty"`
}

FunnelOptimCloudiotosDestination struct for FunnelOptimCloudiotosDestination

func NewFunnelOptimCloudiotosDestination

func NewFunnelOptimCloudiotosDestination() *FunnelOptimCloudiotosDestination

NewFunnelOptimCloudiotosDestination instantiates a new FunnelOptimCloudiotosDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelOptimCloudiotosDestinationWithDefaults

func NewFunnelOptimCloudiotosDestinationWithDefaults() *FunnelOptimCloudiotosDestination

NewFunnelOptimCloudiotosDestinationWithDefaults instantiates a new FunnelOptimCloudiotosDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelOptimCloudiotosDestination) GetChannelId

func (o *FunnelOptimCloudiotosDestination) GetChannelId() string

GetChannelId returns the ChannelId field value if set, zero value otherwise.

func (*FunnelOptimCloudiotosDestination) GetChannelIdOk

func (o *FunnelOptimCloudiotosDestination) GetChannelIdOk() (*string, bool)

GetChannelIdOk returns a tuple with the ChannelId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelOptimCloudiotosDestination) GetDataFormat

func (o *FunnelOptimCloudiotosDestination) GetDataFormat() string

GetDataFormat returns the DataFormat field value if set, zero value otherwise.

func (*FunnelOptimCloudiotosDestination) GetDataFormatOk

func (o *FunnelOptimCloudiotosDestination) GetDataFormatOk() (*string, bool)

GetDataFormatOk returns a tuple with the DataFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelOptimCloudiotosDestination) GetProvider

func (o *FunnelOptimCloudiotosDestination) GetProvider() string

GetProvider returns the Provider field value if set, zero value otherwise.

func (*FunnelOptimCloudiotosDestination) GetProviderOk

func (o *FunnelOptimCloudiotosDestination) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelOptimCloudiotosDestination) GetResourceUrl

func (o *FunnelOptimCloudiotosDestination) GetResourceUrl() string

GetResourceUrl returns the ResourceUrl field value if set, zero value otherwise.

func (*FunnelOptimCloudiotosDestination) GetResourceUrlOk

func (o *FunnelOptimCloudiotosDestination) GetResourceUrlOk() (*string, bool)

GetResourceUrlOk returns a tuple with the ResourceUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelOptimCloudiotosDestination) GetService

func (o *FunnelOptimCloudiotosDestination) GetService() string

GetService returns the Service field value if set, zero value otherwise.

func (*FunnelOptimCloudiotosDestination) GetServiceOk

func (o *FunnelOptimCloudiotosDestination) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelOptimCloudiotosDestination) HasChannelId

func (o *FunnelOptimCloudiotosDestination) HasChannelId() bool

HasChannelId returns a boolean if a field has been set.

func (*FunnelOptimCloudiotosDestination) HasDataFormat

func (o *FunnelOptimCloudiotosDestination) HasDataFormat() bool

HasDataFormat returns a boolean if a field has been set.

func (*FunnelOptimCloudiotosDestination) HasProvider

func (o *FunnelOptimCloudiotosDestination) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*FunnelOptimCloudiotosDestination) HasResourceUrl

func (o *FunnelOptimCloudiotosDestination) HasResourceUrl() bool

HasResourceUrl returns a boolean if a field has been set.

func (*FunnelOptimCloudiotosDestination) HasService

func (o *FunnelOptimCloudiotosDestination) HasService() bool

HasService returns a boolean if a field has been set.

func (FunnelOptimCloudiotosDestination) MarshalJSON

func (o FunnelOptimCloudiotosDestination) MarshalJSON() ([]byte, error)

func (*FunnelOptimCloudiotosDestination) SetChannelId

func (o *FunnelOptimCloudiotosDestination) SetChannelId(v string)

SetChannelId gets a reference to the given string and assigns it to the ChannelId field.

func (*FunnelOptimCloudiotosDestination) SetDataFormat

func (o *FunnelOptimCloudiotosDestination) SetDataFormat(v string)

SetDataFormat gets a reference to the given string and assigns it to the DataFormat field.

func (*FunnelOptimCloudiotosDestination) SetProvider

func (o *FunnelOptimCloudiotosDestination) SetProvider(v string)

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*FunnelOptimCloudiotosDestination) SetResourceUrl

func (o *FunnelOptimCloudiotosDestination) SetResourceUrl(v string)

SetResourceUrl gets a reference to the given string and assigns it to the ResourceUrl field.

func (*FunnelOptimCloudiotosDestination) SetService

func (o *FunnelOptimCloudiotosDestination) SetService(v string)

SetService gets a reference to the given string and assigns it to the Service field.

type FunnelSensorCorpusDestination

type FunnelSensorCorpusDestination struct {
	AdditionalData *string `json:"additionalData,omitempty"`
	Provider       *string `json:"provider,omitempty"`
	ResourceUrl    *string `json:"resourceUrl,omitempty"`
	Service        *string `json:"service,omitempty"`
}

FunnelSensorCorpusDestination struct for FunnelSensorCorpusDestination

func NewFunnelSensorCorpusDestination

func NewFunnelSensorCorpusDestination() *FunnelSensorCorpusDestination

NewFunnelSensorCorpusDestination instantiates a new FunnelSensorCorpusDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelSensorCorpusDestinationWithDefaults

func NewFunnelSensorCorpusDestinationWithDefaults() *FunnelSensorCorpusDestination

NewFunnelSensorCorpusDestinationWithDefaults instantiates a new FunnelSensorCorpusDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelSensorCorpusDestination) GetAdditionalData

func (o *FunnelSensorCorpusDestination) GetAdditionalData() string

GetAdditionalData returns the AdditionalData field value if set, zero value otherwise.

func (*FunnelSensorCorpusDestination) GetAdditionalDataOk

func (o *FunnelSensorCorpusDestination) GetAdditionalDataOk() (*string, bool)

GetAdditionalDataOk returns a tuple with the AdditionalData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelSensorCorpusDestination) GetProvider

func (o *FunnelSensorCorpusDestination) GetProvider() string

GetProvider returns the Provider field value if set, zero value otherwise.

func (*FunnelSensorCorpusDestination) GetProviderOk

func (o *FunnelSensorCorpusDestination) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelSensorCorpusDestination) GetResourceUrl

func (o *FunnelSensorCorpusDestination) GetResourceUrl() string

GetResourceUrl returns the ResourceUrl field value if set, zero value otherwise.

func (*FunnelSensorCorpusDestination) GetResourceUrlOk

func (o *FunnelSensorCorpusDestination) GetResourceUrlOk() (*string, bool)

GetResourceUrlOk returns a tuple with the ResourceUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelSensorCorpusDestination) GetService

func (o *FunnelSensorCorpusDestination) GetService() string

GetService returns the Service field value if set, zero value otherwise.

func (*FunnelSensorCorpusDestination) GetServiceOk

func (o *FunnelSensorCorpusDestination) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelSensorCorpusDestination) HasAdditionalData

func (o *FunnelSensorCorpusDestination) HasAdditionalData() bool

HasAdditionalData returns a boolean if a field has been set.

func (*FunnelSensorCorpusDestination) HasProvider

func (o *FunnelSensorCorpusDestination) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*FunnelSensorCorpusDestination) HasResourceUrl

func (o *FunnelSensorCorpusDestination) HasResourceUrl() bool

HasResourceUrl returns a boolean if a field has been set.

func (*FunnelSensorCorpusDestination) HasService

func (o *FunnelSensorCorpusDestination) HasService() bool

HasService returns a boolean if a field has been set.

func (FunnelSensorCorpusDestination) MarshalJSON

func (o FunnelSensorCorpusDestination) MarshalJSON() ([]byte, error)

func (*FunnelSensorCorpusDestination) SetAdditionalData

func (o *FunnelSensorCorpusDestination) SetAdditionalData(v string)

SetAdditionalData gets a reference to the given string and assigns it to the AdditionalData field.

func (*FunnelSensorCorpusDestination) SetProvider

func (o *FunnelSensorCorpusDestination) SetProvider(v string)

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*FunnelSensorCorpusDestination) SetResourceUrl

func (o *FunnelSensorCorpusDestination) SetResourceUrl(v string)

SetResourceUrl gets a reference to the given string and assigns it to the ResourceUrl field.

func (*FunnelSensorCorpusDestination) SetService

func (o *FunnelSensorCorpusDestination) SetService(v string)

SetService gets a reference to the given string and assigns it to the Service field.

type FunnelStatsResponse

type FunnelStatsResponse struct {
	FunnelStatsMap *map[string]SoracomFunnelStats `json:"funnelStatsMap,omitempty"`
	Unixtime       *int64                         `json:"unixtime,omitempty"`
}

FunnelStatsResponse struct for FunnelStatsResponse

func NewFunnelStatsResponse

func NewFunnelStatsResponse() *FunnelStatsResponse

NewFunnelStatsResponse instantiates a new FunnelStatsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelStatsResponseWithDefaults

func NewFunnelStatsResponseWithDefaults() *FunnelStatsResponse

NewFunnelStatsResponseWithDefaults instantiates a new FunnelStatsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelStatsResponse) GetFunnelStatsMap

func (o *FunnelStatsResponse) GetFunnelStatsMap() map[string]SoracomFunnelStats

GetFunnelStatsMap returns the FunnelStatsMap field value if set, zero value otherwise.

func (*FunnelStatsResponse) GetFunnelStatsMapOk

func (o *FunnelStatsResponse) GetFunnelStatsMapOk() (*map[string]SoracomFunnelStats, bool)

GetFunnelStatsMapOk returns a tuple with the FunnelStatsMap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelStatsResponse) GetUnixtime

func (o *FunnelStatsResponse) GetUnixtime() int64

GetUnixtime returns the Unixtime field value if set, zero value otherwise.

func (*FunnelStatsResponse) GetUnixtimeOk

func (o *FunnelStatsResponse) GetUnixtimeOk() (*int64, bool)

GetUnixtimeOk returns a tuple with the Unixtime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelStatsResponse) HasFunnelStatsMap

func (o *FunnelStatsResponse) HasFunnelStatsMap() bool

HasFunnelStatsMap returns a boolean if a field has been set.

func (*FunnelStatsResponse) HasUnixtime

func (o *FunnelStatsResponse) HasUnixtime() bool

HasUnixtime returns a boolean if a field has been set.

func (FunnelStatsResponse) MarshalJSON

func (o FunnelStatsResponse) MarshalJSON() ([]byte, error)

func (*FunnelStatsResponse) SetFunnelStatsMap

func (o *FunnelStatsResponse) SetFunnelStatsMap(v map[string]SoracomFunnelStats)

SetFunnelStatsMap gets a reference to the given map[string]SoracomFunnelStats and assigns it to the FunnelStatsMap field.

func (*FunnelStatsResponse) SetUnixtime

func (o *FunnelStatsResponse) SetUnixtime(v int64)

SetUnixtime gets a reference to the given int64 and assigns it to the Unixtime field.

type FunnelTeradataIntellicloudDestination

type FunnelTeradataIntellicloudDestination struct {
	Provider    *string `json:"provider,omitempty"`
	ResourceUrl *string `json:"resourceUrl,omitempty"`
	Service     *string `json:"service,omitempty"`
}

FunnelTeradataIntellicloudDestination struct for FunnelTeradataIntellicloudDestination

func NewFunnelTeradataIntellicloudDestination

func NewFunnelTeradataIntellicloudDestination() *FunnelTeradataIntellicloudDestination

NewFunnelTeradataIntellicloudDestination instantiates a new FunnelTeradataIntellicloudDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelTeradataIntellicloudDestinationWithDefaults

func NewFunnelTeradataIntellicloudDestinationWithDefaults() *FunnelTeradataIntellicloudDestination

NewFunnelTeradataIntellicloudDestinationWithDefaults instantiates a new FunnelTeradataIntellicloudDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelTeradataIntellicloudDestination) GetProvider

GetProvider returns the Provider field value if set, zero value otherwise.

func (*FunnelTeradataIntellicloudDestination) GetProviderOk

func (o *FunnelTeradataIntellicloudDestination) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelTeradataIntellicloudDestination) GetResourceUrl

func (o *FunnelTeradataIntellicloudDestination) GetResourceUrl() string

GetResourceUrl returns the ResourceUrl field value if set, zero value otherwise.

func (*FunnelTeradataIntellicloudDestination) GetResourceUrlOk

func (o *FunnelTeradataIntellicloudDestination) GetResourceUrlOk() (*string, bool)

GetResourceUrlOk returns a tuple with the ResourceUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelTeradataIntellicloudDestination) GetService

GetService returns the Service field value if set, zero value otherwise.

func (*FunnelTeradataIntellicloudDestination) GetServiceOk

func (o *FunnelTeradataIntellicloudDestination) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelTeradataIntellicloudDestination) HasProvider

HasProvider returns a boolean if a field has been set.

func (*FunnelTeradataIntellicloudDestination) HasResourceUrl

func (o *FunnelTeradataIntellicloudDestination) HasResourceUrl() bool

HasResourceUrl returns a boolean if a field has been set.

func (*FunnelTeradataIntellicloudDestination) HasService

HasService returns a boolean if a field has been set.

func (FunnelTeradataIntellicloudDestination) MarshalJSON

func (o FunnelTeradataIntellicloudDestination) MarshalJSON() ([]byte, error)

func (*FunnelTeradataIntellicloudDestination) SetProvider

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*FunnelTeradataIntellicloudDestination) SetResourceUrl

func (o *FunnelTeradataIntellicloudDestination) SetResourceUrl(v string)

SetResourceUrl gets a reference to the given string and assigns it to the ResourceUrl field.

func (*FunnelTeradataIntellicloudDestination) SetService

SetService gets a reference to the given string and assigns it to the Service field.

type FunnelWingarcMotionboardDestination

type FunnelWingarcMotionboardDestination struct {
	Provider    *string `json:"provider,omitempty"`
	ResourceUrl *string `json:"resourceUrl,omitempty"`
	Service     *string `json:"service,omitempty"`
}

FunnelWingarcMotionboardDestination struct for FunnelWingarcMotionboardDestination

func NewFunnelWingarcMotionboardDestination

func NewFunnelWingarcMotionboardDestination() *FunnelWingarcMotionboardDestination

NewFunnelWingarcMotionboardDestination instantiates a new FunnelWingarcMotionboardDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelWingarcMotionboardDestinationWithDefaults

func NewFunnelWingarcMotionboardDestinationWithDefaults() *FunnelWingarcMotionboardDestination

NewFunnelWingarcMotionboardDestinationWithDefaults instantiates a new FunnelWingarcMotionboardDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelWingarcMotionboardDestination) GetProvider

GetProvider returns the Provider field value if set, zero value otherwise.

func (*FunnelWingarcMotionboardDestination) GetProviderOk

func (o *FunnelWingarcMotionboardDestination) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelWingarcMotionboardDestination) GetResourceUrl

func (o *FunnelWingarcMotionboardDestination) GetResourceUrl() string

GetResourceUrl returns the ResourceUrl field value if set, zero value otherwise.

func (*FunnelWingarcMotionboardDestination) GetResourceUrlOk

func (o *FunnelWingarcMotionboardDestination) GetResourceUrlOk() (*string, bool)

GetResourceUrlOk returns a tuple with the ResourceUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelWingarcMotionboardDestination) GetService

GetService returns the Service field value if set, zero value otherwise.

func (*FunnelWingarcMotionboardDestination) GetServiceOk

func (o *FunnelWingarcMotionboardDestination) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelWingarcMotionboardDestination) HasProvider

func (o *FunnelWingarcMotionboardDestination) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*FunnelWingarcMotionboardDestination) HasResourceUrl

func (o *FunnelWingarcMotionboardDestination) HasResourceUrl() bool

HasResourceUrl returns a boolean if a field has been set.

func (*FunnelWingarcMotionboardDestination) HasService

func (o *FunnelWingarcMotionboardDestination) HasService() bool

HasService returns a boolean if a field has been set.

func (FunnelWingarcMotionboardDestination) MarshalJSON

func (o FunnelWingarcMotionboardDestination) MarshalJSON() ([]byte, error)

func (*FunnelWingarcMotionboardDestination) SetProvider

func (o *FunnelWingarcMotionboardDestination) SetProvider(v string)

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*FunnelWingarcMotionboardDestination) SetResourceUrl

func (o *FunnelWingarcMotionboardDestination) SetResourceUrl(v string)

SetResourceUrl gets a reference to the given string and assigns it to the ResourceUrl field.

func (*FunnelWingarcMotionboardDestination) SetService

SetService gets a reference to the given string and assigns it to the Service field.

type FunnelYaskawaMmcloudDestination

type FunnelYaskawaMmcloudDestination struct {
	Desthost    *string `json:"desthost,omitempty"`
	Destport    *int32  `json:"destport,omitempty"`
	Provider    *string `json:"provider,omitempty"`
	ResourceUrl *string `json:"resourceUrl,omitempty"`
	Service     *string `json:"service,omitempty"`
}

FunnelYaskawaMmcloudDestination struct for FunnelYaskawaMmcloudDestination

func NewFunnelYaskawaMmcloudDestination

func NewFunnelYaskawaMmcloudDestination() *FunnelYaskawaMmcloudDestination

NewFunnelYaskawaMmcloudDestination instantiates a new FunnelYaskawaMmcloudDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelYaskawaMmcloudDestinationWithDefaults

func NewFunnelYaskawaMmcloudDestinationWithDefaults() *FunnelYaskawaMmcloudDestination

NewFunnelYaskawaMmcloudDestinationWithDefaults instantiates a new FunnelYaskawaMmcloudDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelYaskawaMmcloudDestination) GetDesthost

func (o *FunnelYaskawaMmcloudDestination) GetDesthost() string

GetDesthost returns the Desthost field value if set, zero value otherwise.

func (*FunnelYaskawaMmcloudDestination) GetDesthostOk

func (o *FunnelYaskawaMmcloudDestination) GetDesthostOk() (*string, bool)

GetDesthostOk returns a tuple with the Desthost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelYaskawaMmcloudDestination) GetDestport

func (o *FunnelYaskawaMmcloudDestination) GetDestport() int32

GetDestport returns the Destport field value if set, zero value otherwise.

func (*FunnelYaskawaMmcloudDestination) GetDestportOk

func (o *FunnelYaskawaMmcloudDestination) GetDestportOk() (*int32, bool)

GetDestportOk returns a tuple with the Destport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelYaskawaMmcloudDestination) GetProvider

func (o *FunnelYaskawaMmcloudDestination) GetProvider() string

GetProvider returns the Provider field value if set, zero value otherwise.

func (*FunnelYaskawaMmcloudDestination) GetProviderOk

func (o *FunnelYaskawaMmcloudDestination) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelYaskawaMmcloudDestination) GetResourceUrl

func (o *FunnelYaskawaMmcloudDestination) GetResourceUrl() string

GetResourceUrl returns the ResourceUrl field value if set, zero value otherwise.

func (*FunnelYaskawaMmcloudDestination) GetResourceUrlOk

func (o *FunnelYaskawaMmcloudDestination) GetResourceUrlOk() (*string, bool)

GetResourceUrlOk returns a tuple with the ResourceUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelYaskawaMmcloudDestination) GetService

func (o *FunnelYaskawaMmcloudDestination) GetService() string

GetService returns the Service field value if set, zero value otherwise.

func (*FunnelYaskawaMmcloudDestination) GetServiceOk

func (o *FunnelYaskawaMmcloudDestination) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelYaskawaMmcloudDestination) HasDesthost

func (o *FunnelYaskawaMmcloudDestination) HasDesthost() bool

HasDesthost returns a boolean if a field has been set.

func (*FunnelYaskawaMmcloudDestination) HasDestport

func (o *FunnelYaskawaMmcloudDestination) HasDestport() bool

HasDestport returns a boolean if a field has been set.

func (*FunnelYaskawaMmcloudDestination) HasProvider

func (o *FunnelYaskawaMmcloudDestination) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*FunnelYaskawaMmcloudDestination) HasResourceUrl

func (o *FunnelYaskawaMmcloudDestination) HasResourceUrl() bool

HasResourceUrl returns a boolean if a field has been set.

func (*FunnelYaskawaMmcloudDestination) HasService

func (o *FunnelYaskawaMmcloudDestination) HasService() bool

HasService returns a boolean if a field has been set.

func (FunnelYaskawaMmcloudDestination) MarshalJSON

func (o FunnelYaskawaMmcloudDestination) MarshalJSON() ([]byte, error)

func (*FunnelYaskawaMmcloudDestination) SetDesthost

func (o *FunnelYaskawaMmcloudDestination) SetDesthost(v string)

SetDesthost gets a reference to the given string and assigns it to the Desthost field.

func (*FunnelYaskawaMmcloudDestination) SetDestport

func (o *FunnelYaskawaMmcloudDestination) SetDestport(v int32)

SetDestport gets a reference to the given int32 and assigns it to the Destport field.

func (*FunnelYaskawaMmcloudDestination) SetProvider

func (o *FunnelYaskawaMmcloudDestination) SetProvider(v string)

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*FunnelYaskawaMmcloudDestination) SetResourceUrl

func (o *FunnelYaskawaMmcloudDestination) SetResourceUrl(v string)

SetResourceUrl gets a reference to the given string and assigns it to the ResourceUrl field.

func (*FunnelYaskawaMmcloudDestination) SetService

func (o *FunnelYaskawaMmcloudDestination) SetService(v string)

SetService gets a reference to the given string and assigns it to the Service field.

type Gadget

type Gadget struct {
	Attributes         map[string]interface{} `json:"attributes,omitempty"`
	GroupId            *string                `json:"groupId,omitempty"`
	Id                 *string                `json:"id,omitempty"`
	LastModifiedTime   *time.Time             `json:"lastModifiedTime,omitempty"`
	LastSeen           map[string]interface{} `json:"lastSeen,omitempty"`
	OperatorId         *string                `json:"operatorId,omitempty"`
	ProductId          *string                `json:"product_id,omitempty"`
	SerialNumber       *string                `json:"serial_number,omitempty"`
	Status             *string                `json:"status,omitempty"`
	Tags               *map[string]string     `json:"tags,omitempty"`
	TerminationEnabled *bool                  `json:"terminationEnabled,omitempty"`
}

Gadget struct for Gadget

func NewGadget

func NewGadget() *Gadget

NewGadget instantiates a new Gadget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGadgetWithDefaults

func NewGadgetWithDefaults() *Gadget

NewGadgetWithDefaults instantiates a new Gadget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Gadget) GetAttributes

func (o *Gadget) GetAttributes() map[string]interface{}

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*Gadget) GetAttributesOk

func (o *Gadget) GetAttributesOk() (map[string]interface{}, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Gadget) GetGroupId

func (o *Gadget) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*Gadget) GetGroupIdOk

func (o *Gadget) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Gadget) GetId

func (o *Gadget) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*Gadget) GetIdOk

func (o *Gadget) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Gadget) GetLastModifiedTime

func (o *Gadget) GetLastModifiedTime() time.Time

GetLastModifiedTime returns the LastModifiedTime field value if set, zero value otherwise.

func (*Gadget) GetLastModifiedTimeOk

func (o *Gadget) GetLastModifiedTimeOk() (*time.Time, bool)

GetLastModifiedTimeOk returns a tuple with the LastModifiedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Gadget) GetLastSeen

func (o *Gadget) GetLastSeen() map[string]interface{}

GetLastSeen returns the LastSeen field value if set, zero value otherwise.

func (*Gadget) GetLastSeenOk

func (o *Gadget) GetLastSeenOk() (map[string]interface{}, bool)

GetLastSeenOk returns a tuple with the LastSeen field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Gadget) GetOperatorId

func (o *Gadget) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*Gadget) GetOperatorIdOk

func (o *Gadget) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Gadget) GetProductId

func (o *Gadget) GetProductId() string

GetProductId returns the ProductId field value if set, zero value otherwise.

func (*Gadget) GetProductIdOk

func (o *Gadget) GetProductIdOk() (*string, bool)

GetProductIdOk returns a tuple with the ProductId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Gadget) GetSerialNumber

func (o *Gadget) GetSerialNumber() string

GetSerialNumber returns the SerialNumber field value if set, zero value otherwise.

func (*Gadget) GetSerialNumberOk

func (o *Gadget) GetSerialNumberOk() (*string, bool)

GetSerialNumberOk returns a tuple with the SerialNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Gadget) GetStatus

func (o *Gadget) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*Gadget) GetStatusOk

func (o *Gadget) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Gadget) GetTags

func (o *Gadget) GetTags() map[string]string

GetTags returns the Tags field value if set, zero value otherwise.

func (*Gadget) GetTagsOk

func (o *Gadget) GetTagsOk() (*map[string]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Gadget) GetTerminationEnabled

func (o *Gadget) GetTerminationEnabled() bool

GetTerminationEnabled returns the TerminationEnabled field value if set, zero value otherwise.

func (*Gadget) GetTerminationEnabledOk

func (o *Gadget) GetTerminationEnabledOk() (*bool, bool)

GetTerminationEnabledOk returns a tuple with the TerminationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Gadget) HasAttributes

func (o *Gadget) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*Gadget) HasGroupId

func (o *Gadget) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*Gadget) HasId

func (o *Gadget) HasId() bool

HasId returns a boolean if a field has been set.

func (*Gadget) HasLastModifiedTime

func (o *Gadget) HasLastModifiedTime() bool

HasLastModifiedTime returns a boolean if a field has been set.

func (*Gadget) HasLastSeen

func (o *Gadget) HasLastSeen() bool

HasLastSeen returns a boolean if a field has been set.

func (*Gadget) HasOperatorId

func (o *Gadget) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (*Gadget) HasProductId

func (o *Gadget) HasProductId() bool

HasProductId returns a boolean if a field has been set.

func (*Gadget) HasSerialNumber

func (o *Gadget) HasSerialNumber() bool

HasSerialNumber returns a boolean if a field has been set.

func (*Gadget) HasStatus

func (o *Gadget) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*Gadget) HasTags

func (o *Gadget) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*Gadget) HasTerminationEnabled

func (o *Gadget) HasTerminationEnabled() bool

HasTerminationEnabled returns a boolean if a field has been set.

func (Gadget) MarshalJSON

func (o Gadget) MarshalJSON() ([]byte, error)

func (*Gadget) SetAttributes

func (o *Gadget) SetAttributes(v map[string]interface{})

SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.

func (*Gadget) SetGroupId

func (o *Gadget) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*Gadget) SetId

func (o *Gadget) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*Gadget) SetLastModifiedTime

func (o *Gadget) SetLastModifiedTime(v time.Time)

SetLastModifiedTime gets a reference to the given time.Time and assigns it to the LastModifiedTime field.

func (*Gadget) SetLastSeen

func (o *Gadget) SetLastSeen(v map[string]interface{})

SetLastSeen gets a reference to the given map[string]interface{} and assigns it to the LastSeen field.

func (*Gadget) SetOperatorId

func (o *Gadget) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

func (*Gadget) SetProductId

func (o *Gadget) SetProductId(v string)

SetProductId gets a reference to the given string and assigns it to the ProductId field.

func (*Gadget) SetSerialNumber

func (o *Gadget) SetSerialNumber(v string)

SetSerialNumber gets a reference to the given string and assigns it to the SerialNumber field.

func (*Gadget) SetStatus

func (o *Gadget) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*Gadget) SetTags

func (o *Gadget) SetTags(v map[string]string)

SetTags gets a reference to the given map[string]string and assigns it to the Tags field.

func (*Gadget) SetTerminationEnabled

func (o *Gadget) SetTerminationEnabled(v bool)

SetTerminationEnabled gets a reference to the given bool and assigns it to the TerminationEnabled field.

type GadgetApiService

type GadgetApiService service

GadgetApiService GadgetApi service

func (*GadgetApiService) DeleteGadgetTag

func (a *GadgetApiService) DeleteGadgetTag(ctx context.Context, productId string, serialNumber string, tagName string) ApiDeleteGadgetTagRequest

DeleteGadgetTag Delete Gadget Tag

指定された Gadget のタグを削除

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param productId 対象の Gadget の Product ID
@param serialNumber 対象の Gadget の Serial Number
@param tagName 削除対象のタグ名(URL の Path の一部になるので、パーセントエンコーディングを施す。JavaScript なら encodeURIComponent() したものを指定する)
@return ApiDeleteGadgetTagRequest

func (*GadgetApiService) DeleteGadgetTagExecute

func (a *GadgetApiService) DeleteGadgetTagExecute(r ApiDeleteGadgetTagRequest) (*http.Response, error)

Execute executes the request

func (*GadgetApiService) DisableTerminationOnGadget

func (a *GadgetApiService) DisableTerminationOnGadget(ctx context.Context, productId string, serialNumber string) ApiDisableTerminationOnGadgetRequest

DisableTerminationOnGadget Disable Termination of Gadget

Disables termination of specified gadget.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param productId 対象の Gadget の Product ID
@param serialNumber 対象の Gadget の Serial Number
@return ApiDisableTerminationOnGadgetRequest

func (*GadgetApiService) DisableTerminationOnGadgetExecute

func (a *GadgetApiService) DisableTerminationOnGadgetExecute(r ApiDisableTerminationOnGadgetRequest) (*Gadget, *http.Response, error)

Execute executes the request

@return Gadget

func (*GadgetApiService) EnableTerminationOnGadget

func (a *GadgetApiService) EnableTerminationOnGadget(ctx context.Context, productId string, serialNumber string) ApiEnableTerminationOnGadgetRequest

EnableTerminationOnGadget Enable Termination of Gadget

指定された Gadget を Terminate 可能に設定する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param productId 対象の Gadget の Product ID
@param serialNumber 対象の Gadget の Serial Number
@return ApiEnableTerminationOnGadgetRequest

func (*GadgetApiService) EnableTerminationOnGadgetExecute

func (a *GadgetApiService) EnableTerminationOnGadgetExecute(r ApiEnableTerminationOnGadgetRequest) (*Gadget, *http.Response, error)

Execute executes the request

@return Gadget

func (*GadgetApiService) GetGadget

func (a *GadgetApiService) GetGadget(ctx context.Context, productId string, serialNumber string) ApiGetGadgetRequest

GetGadget Get Gadget

指定された Gadget の情報を返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param productId 対象の Gadget の Product ID
@param serialNumber 対象の Gadget の Serial Number
@return ApiGetGadgetRequest

func (*GadgetApiService) GetGadgetExecute

func (a *GadgetApiService) GetGadgetExecute(r ApiGetGadgetRequest) (*Gadget, *http.Response, error)

Execute executes the request

@return Gadget

func (*GadgetApiService) ListGadgets

ListGadgets List Gadgets

条件にマッチする Gadget のリストを返す。Gadget の総数が 1 ページに収まらない場合は、レスポンス中に次のページにアクセスするための URL を`Link`ヘッダに含めて返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListGadgetsRequest

func (*GadgetApiService) ListGadgetsExecute

func (a *GadgetApiService) ListGadgetsExecute(r ApiListGadgetsRequest) ([]Gadget, *http.Response, error)

Execute executes the request

@return []Gadget

func (*GadgetApiService) PutGadgetTags

func (a *GadgetApiService) PutGadgetTags(ctx context.Context, productId string, serialNumber string) ApiPutGadgetTagsRequest

PutGadgetTags Bulk Insert or Update Gadget Tags

指定された Gadget のタグを追加・更新

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param productId 対象の Gadget の Product ID
@param serialNumber 対象の Gadget の Serial Number
@return ApiPutGadgetTagsRequest

func (*GadgetApiService) PutGadgetTagsExecute

func (a *GadgetApiService) PutGadgetTagsExecute(r ApiPutGadgetTagsRequest) (*Gadget, *http.Response, error)

Execute executes the request

@return Gadget

func (*GadgetApiService) RegisterGadget

func (a *GadgetApiService) RegisterGadget(ctx context.Context, productId string, serialNumber string) ApiRegisterGadgetRequest

RegisterGadget Register a Gadget.

Gadget を登録する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param productId 対象の Gadget の Product ID
@param serialNumber 対象の Gadget の Serial Number
@return ApiRegisterGadgetRequest

func (*GadgetApiService) RegisterGadgetExecute

func (a *GadgetApiService) RegisterGadgetExecute(r ApiRegisterGadgetRequest) (*Gadget, *http.Response, error)

Execute executes the request

@return Gadget

func (*GadgetApiService) SetGadgetGroup

func (a *GadgetApiService) SetGadgetGroup(ctx context.Context, productId string, serialNumber string) ApiSetGadgetGroupRequest

SetGadgetGroup Set Group to Gadget

指定された Gadget のグループを設定する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param productId 対象の Gadget の Product ID
@param serialNumber 対象の Gadget の Serial Number
@return ApiSetGadgetGroupRequest

func (*GadgetApiService) SetGadgetGroupExecute

func (a *GadgetApiService) SetGadgetGroupExecute(r ApiSetGadgetGroupRequest) (*Gadget, *http.Response, error)

Execute executes the request

@return Gadget

func (*GadgetApiService) TerminateGadget

func (a *GadgetApiService) TerminateGadget(ctx context.Context, productId string, serialNumber string) ApiTerminateGadgetRequest

TerminateGadget Terminate Gadget

指定された Gadget を Terminate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param productId 対象の Gadget の Product ID
@param serialNumber 対象の Gadget の Serial Number
@return ApiTerminateGadgetRequest

func (*GadgetApiService) TerminateGadgetExecute

func (a *GadgetApiService) TerminateGadgetExecute(r ApiTerminateGadgetRequest) (*Gadget, *http.Response, error)

Execute executes the request

@return Gadget

func (*GadgetApiService) UnsetGadgetGroup

func (a *GadgetApiService) UnsetGadgetGroup(ctx context.Context, productId string, serialNumber string) ApiUnsetGadgetGroupRequest

UnsetGadgetGroup Unset Group to Gadget

指定された Gadget のグループ設定を解除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param productId 対象の Gadget の Product ID
@param serialNumber 対象の Gadget の Serial Number
@return ApiUnsetGadgetGroupRequest

func (*GadgetApiService) UnsetGadgetGroupExecute

func (a *GadgetApiService) UnsetGadgetGroupExecute(r ApiUnsetGadgetGroupRequest) (*Gadget, *http.Response, error)

Execute executes the request

@return Gadget

type GadgetRegistrationRequest

type GadgetRegistrationRequest struct {
	Tags *map[string]string `json:"tags,omitempty"`
}

GadgetRegistrationRequest struct for GadgetRegistrationRequest

func NewGadgetRegistrationRequest

func NewGadgetRegistrationRequest() *GadgetRegistrationRequest

NewGadgetRegistrationRequest instantiates a new GadgetRegistrationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGadgetRegistrationRequestWithDefaults

func NewGadgetRegistrationRequestWithDefaults() *GadgetRegistrationRequest

NewGadgetRegistrationRequestWithDefaults instantiates a new GadgetRegistrationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GadgetRegistrationRequest) GetTags

func (o *GadgetRegistrationRequest) GetTags() map[string]string

GetTags returns the Tags field value if set, zero value otherwise.

func (*GadgetRegistrationRequest) GetTagsOk

func (o *GadgetRegistrationRequest) GetTagsOk() (*map[string]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GadgetRegistrationRequest) HasTags

func (o *GadgetRegistrationRequest) HasTags() bool

HasTags returns a boolean if a field has been set.

func (GadgetRegistrationRequest) MarshalJSON

func (o GadgetRegistrationRequest) MarshalJSON() ([]byte, error)

func (*GadgetRegistrationRequest) SetTags

func (o *GadgetRegistrationRequest) SetTags(v map[string]string)

SetTags gets a reference to the given map[string]string and assigns it to the Tags field.

type GatePeer

type GatePeer struct {
	InnerIpAddress  *string `json:"innerIpAddress,omitempty"`
	Netmask         *string `json:"netmask,omitempty"`
	OuterIpAddress  *string `json:"outerIpAddress,omitempty"`
	OwnedByCustomer *bool   `json:"ownedByCustomer,omitempty"`
}

GatePeer struct for GatePeer

func NewGatePeer

func NewGatePeer() *GatePeer

NewGatePeer instantiates a new GatePeer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGatePeerWithDefaults

func NewGatePeerWithDefaults() *GatePeer

NewGatePeerWithDefaults instantiates a new GatePeer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GatePeer) GetInnerIpAddress

func (o *GatePeer) GetInnerIpAddress() string

GetInnerIpAddress returns the InnerIpAddress field value if set, zero value otherwise.

func (*GatePeer) GetInnerIpAddressOk

func (o *GatePeer) GetInnerIpAddressOk() (*string, bool)

GetInnerIpAddressOk returns a tuple with the InnerIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GatePeer) GetNetmask

func (o *GatePeer) GetNetmask() string

GetNetmask returns the Netmask field value if set, zero value otherwise.

func (*GatePeer) GetNetmaskOk

func (o *GatePeer) GetNetmaskOk() (*string, bool)

GetNetmaskOk returns a tuple with the Netmask field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GatePeer) GetOuterIpAddress

func (o *GatePeer) GetOuterIpAddress() string

GetOuterIpAddress returns the OuterIpAddress field value if set, zero value otherwise.

func (*GatePeer) GetOuterIpAddressOk

func (o *GatePeer) GetOuterIpAddressOk() (*string, bool)

GetOuterIpAddressOk returns a tuple with the OuterIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GatePeer) GetOwnedByCustomer

func (o *GatePeer) GetOwnedByCustomer() bool

GetOwnedByCustomer returns the OwnedByCustomer field value if set, zero value otherwise.

func (*GatePeer) GetOwnedByCustomerOk

func (o *GatePeer) GetOwnedByCustomerOk() (*bool, bool)

GetOwnedByCustomerOk returns a tuple with the OwnedByCustomer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GatePeer) HasInnerIpAddress

func (o *GatePeer) HasInnerIpAddress() bool

HasInnerIpAddress returns a boolean if a field has been set.

func (*GatePeer) HasNetmask

func (o *GatePeer) HasNetmask() bool

HasNetmask returns a boolean if a field has been set.

func (*GatePeer) HasOuterIpAddress

func (o *GatePeer) HasOuterIpAddress() bool

HasOuterIpAddress returns a boolean if a field has been set.

func (*GatePeer) HasOwnedByCustomer

func (o *GatePeer) HasOwnedByCustomer() bool

HasOwnedByCustomer returns a boolean if a field has been set.

func (GatePeer) MarshalJSON

func (o GatePeer) MarshalJSON() ([]byte, error)

func (*GatePeer) SetInnerIpAddress

func (o *GatePeer) SetInnerIpAddress(v string)

SetInnerIpAddress gets a reference to the given string and assigns it to the InnerIpAddress field.

func (*GatePeer) SetNetmask

func (o *GatePeer) SetNetmask(v string)

SetNetmask gets a reference to the given string and assigns it to the Netmask field.

func (*GatePeer) SetOuterIpAddress

func (o *GatePeer) SetOuterIpAddress(v string)

SetOuterIpAddress gets a reference to the given string and assigns it to the OuterIpAddress field.

func (*GatePeer) SetOwnedByCustomer

func (o *GatePeer) SetOwnedByCustomer(v bool)

SetOwnedByCustomer gets a reference to the given bool and assigns it to the OwnedByCustomer field.

type GenerateOperatorsAuthKeyResponse

type GenerateOperatorsAuthKeyResponse struct {
	AuthKey   *string `json:"authKey,omitempty"`
	AuthKeyId *string `json:"authKeyId,omitempty"`
}

GenerateOperatorsAuthKeyResponse struct for GenerateOperatorsAuthKeyResponse

func NewGenerateOperatorsAuthKeyResponse

func NewGenerateOperatorsAuthKeyResponse() *GenerateOperatorsAuthKeyResponse

NewGenerateOperatorsAuthKeyResponse instantiates a new GenerateOperatorsAuthKeyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGenerateOperatorsAuthKeyResponseWithDefaults

func NewGenerateOperatorsAuthKeyResponseWithDefaults() *GenerateOperatorsAuthKeyResponse

NewGenerateOperatorsAuthKeyResponseWithDefaults instantiates a new GenerateOperatorsAuthKeyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GenerateOperatorsAuthKeyResponse) GetAuthKey

func (o *GenerateOperatorsAuthKeyResponse) GetAuthKey() string

GetAuthKey returns the AuthKey field value if set, zero value otherwise.

func (*GenerateOperatorsAuthKeyResponse) GetAuthKeyId

func (o *GenerateOperatorsAuthKeyResponse) GetAuthKeyId() string

GetAuthKeyId returns the AuthKeyId field value if set, zero value otherwise.

func (*GenerateOperatorsAuthKeyResponse) GetAuthKeyIdOk

func (o *GenerateOperatorsAuthKeyResponse) GetAuthKeyIdOk() (*string, bool)

GetAuthKeyIdOk returns a tuple with the AuthKeyId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenerateOperatorsAuthKeyResponse) GetAuthKeyOk

func (o *GenerateOperatorsAuthKeyResponse) GetAuthKeyOk() (*string, bool)

GetAuthKeyOk returns a tuple with the AuthKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenerateOperatorsAuthKeyResponse) HasAuthKey

func (o *GenerateOperatorsAuthKeyResponse) HasAuthKey() bool

HasAuthKey returns a boolean if a field has been set.

func (*GenerateOperatorsAuthKeyResponse) HasAuthKeyId

func (o *GenerateOperatorsAuthKeyResponse) HasAuthKeyId() bool

HasAuthKeyId returns a boolean if a field has been set.

func (GenerateOperatorsAuthKeyResponse) MarshalJSON

func (o GenerateOperatorsAuthKeyResponse) MarshalJSON() ([]byte, error)

func (*GenerateOperatorsAuthKeyResponse) SetAuthKey

func (o *GenerateOperatorsAuthKeyResponse) SetAuthKey(v string)

SetAuthKey gets a reference to the given string and assigns it to the AuthKey field.

func (*GenerateOperatorsAuthKeyResponse) SetAuthKeyId

func (o *GenerateOperatorsAuthKeyResponse) SetAuthKeyId(v string)

SetAuthKeyId gets a reference to the given string and assigns it to the AuthKeyId field.

type GenerateTokenRequest

type GenerateTokenRequest struct {
	// 新しい API トークンの有効期限の長さ(秒単位)。 指定しなければデフォルトは 86400 [秒](24 時間)。 最大値は 172800 [秒](48 時間)。
	TokenTimeoutSeconds *int32 `json:"tokenTimeoutSeconds,omitempty"`
}

GenerateTokenRequest struct for GenerateTokenRequest

func NewGenerateTokenRequest

func NewGenerateTokenRequest() *GenerateTokenRequest

NewGenerateTokenRequest instantiates a new GenerateTokenRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGenerateTokenRequestWithDefaults

func NewGenerateTokenRequestWithDefaults() *GenerateTokenRequest

NewGenerateTokenRequestWithDefaults instantiates a new GenerateTokenRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GenerateTokenRequest) GetTokenTimeoutSeconds

func (o *GenerateTokenRequest) GetTokenTimeoutSeconds() int32

GetTokenTimeoutSeconds returns the TokenTimeoutSeconds field value if set, zero value otherwise.

func (*GenerateTokenRequest) GetTokenTimeoutSecondsOk

func (o *GenerateTokenRequest) GetTokenTimeoutSecondsOk() (*int32, bool)

GetTokenTimeoutSecondsOk returns a tuple with the TokenTimeoutSeconds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenerateTokenRequest) HasTokenTimeoutSeconds

func (o *GenerateTokenRequest) HasTokenTimeoutSeconds() bool

HasTokenTimeoutSeconds returns a boolean if a field has been set.

func (GenerateTokenRequest) MarshalJSON

func (o GenerateTokenRequest) MarshalJSON() ([]byte, error)

func (*GenerateTokenRequest) SetTokenTimeoutSeconds

func (o *GenerateTokenRequest) SetTokenTimeoutSeconds(v int32)

SetTokenTimeoutSeconds gets a reference to the given int32 and assigns it to the TokenTimeoutSeconds field.

type GenerateTokenResponse

type GenerateTokenResponse struct {
	Token string `json:"token"`
}

GenerateTokenResponse struct for GenerateTokenResponse

func NewGenerateTokenResponse

func NewGenerateTokenResponse(token string) *GenerateTokenResponse

NewGenerateTokenResponse instantiates a new GenerateTokenResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGenerateTokenResponseWithDefaults

func NewGenerateTokenResponseWithDefaults() *GenerateTokenResponse

NewGenerateTokenResponseWithDefaults instantiates a new GenerateTokenResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GenerateTokenResponse) GetToken

func (o *GenerateTokenResponse) GetToken() string

GetToken returns the Token field value

func (*GenerateTokenResponse) GetTokenOk

func (o *GenerateTokenResponse) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.

func (GenerateTokenResponse) MarshalJSON

func (o GenerateTokenResponse) MarshalJSON() ([]byte, error)

func (*GenerateTokenResponse) SetToken

func (o *GenerateTokenResponse) SetToken(v string)

SetToken sets field value

type GenerateUserAuthKeyResponse

type GenerateUserAuthKeyResponse struct {
	AuthKey   *string `json:"authKey,omitempty"`
	AuthKeyId *string `json:"authKeyId,omitempty"`
}

GenerateUserAuthKeyResponse struct for GenerateUserAuthKeyResponse

func NewGenerateUserAuthKeyResponse

func NewGenerateUserAuthKeyResponse() *GenerateUserAuthKeyResponse

NewGenerateUserAuthKeyResponse instantiates a new GenerateUserAuthKeyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGenerateUserAuthKeyResponseWithDefaults

func NewGenerateUserAuthKeyResponseWithDefaults() *GenerateUserAuthKeyResponse

NewGenerateUserAuthKeyResponseWithDefaults instantiates a new GenerateUserAuthKeyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GenerateUserAuthKeyResponse) GetAuthKey

func (o *GenerateUserAuthKeyResponse) GetAuthKey() string

GetAuthKey returns the AuthKey field value if set, zero value otherwise.

func (*GenerateUserAuthKeyResponse) GetAuthKeyId

func (o *GenerateUserAuthKeyResponse) GetAuthKeyId() string

GetAuthKeyId returns the AuthKeyId field value if set, zero value otherwise.

func (*GenerateUserAuthKeyResponse) GetAuthKeyIdOk

func (o *GenerateUserAuthKeyResponse) GetAuthKeyIdOk() (*string, bool)

GetAuthKeyIdOk returns a tuple with the AuthKeyId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenerateUserAuthKeyResponse) GetAuthKeyOk

func (o *GenerateUserAuthKeyResponse) GetAuthKeyOk() (*string, bool)

GetAuthKeyOk returns a tuple with the AuthKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenerateUserAuthKeyResponse) HasAuthKey

func (o *GenerateUserAuthKeyResponse) HasAuthKey() bool

HasAuthKey returns a boolean if a field has been set.

func (*GenerateUserAuthKeyResponse) HasAuthKeyId

func (o *GenerateUserAuthKeyResponse) HasAuthKeyId() bool

HasAuthKeyId returns a boolean if a field has been set.

func (GenerateUserAuthKeyResponse) MarshalJSON

func (o GenerateUserAuthKeyResponse) MarshalJSON() ([]byte, error)

func (*GenerateUserAuthKeyResponse) SetAuthKey

func (o *GenerateUserAuthKeyResponse) SetAuthKey(v string)

SetAuthKey gets a reference to the given string and assigns it to the AuthKey field.

func (*GenerateUserAuthKeyResponse) SetAuthKeyId

func (o *GenerateUserAuthKeyResponse) SetAuthKeyId(v string)

SetAuthKeyId gets a reference to the given string and assigns it to the AuthKeyId field.

type GenericOpenAPIError

type GenericOpenAPIError struct {
	// contains filtered or unexported fields
}

GenericOpenAPIError Provides access to the body, error and model on returned errors.

func (GenericOpenAPIError) Body

func (e GenericOpenAPIError) Body() []byte

Body returns the raw bytes of the response

func (GenericOpenAPIError) Error

func (e GenericOpenAPIError) Error() string

Error returns non-empty string if there was an error.

func (GenericOpenAPIError) Model

func (e GenericOpenAPIError) Model() interface{}

Model returns the unpacked model of the error

type GetBillingHistoryResponse

type GetBillingHistoryResponse struct {
	// 月ごとの利用料金
	BillList []MonthlyBill `json:"billList,omitempty"`
}

GetBillingHistoryResponse struct for GetBillingHistoryResponse

func NewGetBillingHistoryResponse

func NewGetBillingHistoryResponse() *GetBillingHistoryResponse

NewGetBillingHistoryResponse instantiates a new GetBillingHistoryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetBillingHistoryResponseWithDefaults

func NewGetBillingHistoryResponseWithDefaults() *GetBillingHistoryResponse

NewGetBillingHistoryResponseWithDefaults instantiates a new GetBillingHistoryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetBillingHistoryResponse) GetBillList

func (o *GetBillingHistoryResponse) GetBillList() []MonthlyBill

GetBillList returns the BillList field value if set, zero value otherwise.

func (*GetBillingHistoryResponse) GetBillListOk

func (o *GetBillingHistoryResponse) GetBillListOk() ([]MonthlyBill, bool)

GetBillListOk returns a tuple with the BillList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetBillingHistoryResponse) HasBillList

func (o *GetBillingHistoryResponse) HasBillList() bool

HasBillList returns a boolean if a field has been set.

func (GetBillingHistoryResponse) MarshalJSON

func (o GetBillingHistoryResponse) MarshalJSON() ([]byte, error)

func (*GetBillingHistoryResponse) SetBillList

func (o *GetBillingHistoryResponse) SetBillList(v []MonthlyBill)

SetBillList gets a reference to the given []MonthlyBill and assigns it to the BillList field.

type GetDefaultPermissionsResponse

type GetDefaultPermissionsResponse struct {
	DefaultPermissions *string `json:"defaultPermissions,omitempty"`
}

GetDefaultPermissionsResponse struct for GetDefaultPermissionsResponse

func NewGetDefaultPermissionsResponse

func NewGetDefaultPermissionsResponse() *GetDefaultPermissionsResponse

NewGetDefaultPermissionsResponse instantiates a new GetDefaultPermissionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetDefaultPermissionsResponseWithDefaults

func NewGetDefaultPermissionsResponseWithDefaults() *GetDefaultPermissionsResponse

NewGetDefaultPermissionsResponseWithDefaults instantiates a new GetDefaultPermissionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetDefaultPermissionsResponse) GetDefaultPermissions

func (o *GetDefaultPermissionsResponse) GetDefaultPermissions() string

GetDefaultPermissions returns the DefaultPermissions field value if set, zero value otherwise.

func (*GetDefaultPermissionsResponse) GetDefaultPermissionsOk

func (o *GetDefaultPermissionsResponse) GetDefaultPermissionsOk() (*string, bool)

GetDefaultPermissionsOk returns a tuple with the DefaultPermissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDefaultPermissionsResponse) HasDefaultPermissions

func (o *GetDefaultPermissionsResponse) HasDefaultPermissions() bool

HasDefaultPermissions returns a boolean if a field has been set.

func (GetDefaultPermissionsResponse) MarshalJSON

func (o GetDefaultPermissionsResponse) MarshalJSON() ([]byte, error)

func (*GetDefaultPermissionsResponse) SetDefaultPermissions

func (o *GetDefaultPermissionsResponse) SetDefaultPermissions(v string)

SetDefaultPermissions gets a reference to the given string and assigns it to the DefaultPermissions field.

type GetExportedFileResponse

type GetExportedFileResponse struct {
	// ファイル出力ステータス
	Status *string `json:"status,omitempty"`
	// ファイルダウンロード URL
	Url *string `json:"url,omitempty"`
}

GetExportedFileResponse struct for GetExportedFileResponse

func NewGetExportedFileResponse

func NewGetExportedFileResponse() *GetExportedFileResponse

NewGetExportedFileResponse instantiates a new GetExportedFileResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetExportedFileResponseWithDefaults

func NewGetExportedFileResponseWithDefaults() *GetExportedFileResponse

NewGetExportedFileResponseWithDefaults instantiates a new GetExportedFileResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetExportedFileResponse) GetStatus

func (o *GetExportedFileResponse) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetExportedFileResponse) GetStatusOk

func (o *GetExportedFileResponse) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetExportedFileResponse) GetUrl

func (o *GetExportedFileResponse) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*GetExportedFileResponse) GetUrlOk

func (o *GetExportedFileResponse) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetExportedFileResponse) HasStatus

func (o *GetExportedFileResponse) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*GetExportedFileResponse) HasUrl

func (o *GetExportedFileResponse) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (GetExportedFileResponse) MarshalJSON

func (o GetExportedFileResponse) MarshalJSON() ([]byte, error)

func (*GetExportedFileResponse) SetStatus

func (o *GetExportedFileResponse) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*GetExportedFileResponse) SetUrl

func (o *GetExportedFileResponse) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

type GetLatestBill

type GetLatestBill struct {
	// 金額
	Amount *int64 `json:"amount,omitempty"`
	// 通貨
	Currency *string `json:"currency,omitempty"`
	// 利用額計算を実施した時間
	LastEvaluatedTime *string `json:"lastEvaluatedTime,omitempty"`
}

GetLatestBill struct for GetLatestBill

func NewGetLatestBill

func NewGetLatestBill() *GetLatestBill

NewGetLatestBill instantiates a new GetLatestBill object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetLatestBillWithDefaults

func NewGetLatestBillWithDefaults() *GetLatestBill

NewGetLatestBillWithDefaults instantiates a new GetLatestBill object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetLatestBill) GetAmount

func (o *GetLatestBill) GetAmount() int64

GetAmount returns the Amount field value if set, zero value otherwise.

func (*GetLatestBill) GetAmountOk

func (o *GetLatestBill) GetAmountOk() (*int64, bool)

GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetLatestBill) GetCurrency

func (o *GetLatestBill) GetCurrency() string

GetCurrency returns the Currency field value if set, zero value otherwise.

func (*GetLatestBill) GetCurrencyOk

func (o *GetLatestBill) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetLatestBill) GetLastEvaluatedTime

func (o *GetLatestBill) GetLastEvaluatedTime() string

GetLastEvaluatedTime returns the LastEvaluatedTime field value if set, zero value otherwise.

func (*GetLatestBill) GetLastEvaluatedTimeOk

func (o *GetLatestBill) GetLastEvaluatedTimeOk() (*string, bool)

GetLastEvaluatedTimeOk returns a tuple with the LastEvaluatedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetLatestBill) HasAmount

func (o *GetLatestBill) HasAmount() bool

HasAmount returns a boolean if a field has been set.

func (*GetLatestBill) HasCurrency

func (o *GetLatestBill) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

func (*GetLatestBill) HasLastEvaluatedTime

func (o *GetLatestBill) HasLastEvaluatedTime() bool

HasLastEvaluatedTime returns a boolean if a field has been set.

func (GetLatestBill) MarshalJSON

func (o GetLatestBill) MarshalJSON() ([]byte, error)

func (*GetLatestBill) SetAmount

func (o *GetLatestBill) SetAmount(v int64)

SetAmount gets a reference to the given int64 and assigns it to the Amount field.

func (*GetLatestBill) SetCurrency

func (o *GetLatestBill) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

func (*GetLatestBill) SetLastEvaluatedTime

func (o *GetLatestBill) SetLastEvaluatedTime(v string)

SetLastEvaluatedTime gets a reference to the given string and assigns it to the LastEvaluatedTime field.

type GetOperatorResponse

type GetOperatorResponse struct {
	CreateDate     string `json:"createDate"`
	Description    string `json:"description"`
	Email          string `json:"email"`
	OperatorId     string `json:"operatorId"`
	RootOperatorId string `json:"rootOperatorId"`
	UpdateDate     string `json:"updateDate"`
}

GetOperatorResponse struct for GetOperatorResponse

func NewGetOperatorResponse

func NewGetOperatorResponse(createDate string, description string, email string, operatorId string, rootOperatorId string, updateDate string) *GetOperatorResponse

NewGetOperatorResponse instantiates a new GetOperatorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetOperatorResponseWithDefaults

func NewGetOperatorResponseWithDefaults() *GetOperatorResponse

NewGetOperatorResponseWithDefaults instantiates a new GetOperatorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetOperatorResponse) GetCreateDate

func (o *GetOperatorResponse) GetCreateDate() string

GetCreateDate returns the CreateDate field value

func (*GetOperatorResponse) GetCreateDateOk

func (o *GetOperatorResponse) GetCreateDateOk() (*string, bool)

GetCreateDateOk returns a tuple with the CreateDate field value and a boolean to check if the value has been set.

func (*GetOperatorResponse) GetDescription

func (o *GetOperatorResponse) GetDescription() string

GetDescription returns the Description field value

func (*GetOperatorResponse) GetDescriptionOk

func (o *GetOperatorResponse) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*GetOperatorResponse) GetEmail

func (o *GetOperatorResponse) GetEmail() string

GetEmail returns the Email field value

func (*GetOperatorResponse) GetEmailOk

func (o *GetOperatorResponse) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*GetOperatorResponse) GetOperatorId

func (o *GetOperatorResponse) GetOperatorId() string

GetOperatorId returns the OperatorId field value

func (*GetOperatorResponse) GetOperatorIdOk

func (o *GetOperatorResponse) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value and a boolean to check if the value has been set.

func (*GetOperatorResponse) GetRootOperatorId

func (o *GetOperatorResponse) GetRootOperatorId() string

GetRootOperatorId returns the RootOperatorId field value

func (*GetOperatorResponse) GetRootOperatorIdOk

func (o *GetOperatorResponse) GetRootOperatorIdOk() (*string, bool)

GetRootOperatorIdOk returns a tuple with the RootOperatorId field value and a boolean to check if the value has been set.

func (*GetOperatorResponse) GetUpdateDate

func (o *GetOperatorResponse) GetUpdateDate() string

GetUpdateDate returns the UpdateDate field value

func (*GetOperatorResponse) GetUpdateDateOk

func (o *GetOperatorResponse) GetUpdateDateOk() (*string, bool)

GetUpdateDateOk returns a tuple with the UpdateDate field value and a boolean to check if the value has been set.

func (GetOperatorResponse) MarshalJSON

func (o GetOperatorResponse) MarshalJSON() ([]byte, error)

func (*GetOperatorResponse) SetCreateDate

func (o *GetOperatorResponse) SetCreateDate(v string)

SetCreateDate sets field value

func (*GetOperatorResponse) SetDescription

func (o *GetOperatorResponse) SetDescription(v string)

SetDescription sets field value

func (*GetOperatorResponse) SetEmail

func (o *GetOperatorResponse) SetEmail(v string)

SetEmail sets field value

func (*GetOperatorResponse) SetOperatorId

func (o *GetOperatorResponse) SetOperatorId(v string)

SetOperatorId sets field value

func (*GetOperatorResponse) SetRootOperatorId

func (o *GetOperatorResponse) SetRootOperatorId(v string)

SetRootOperatorId sets field value

func (*GetOperatorResponse) SetUpdateDate

func (o *GetOperatorResponse) SetUpdateDate(v string)

SetUpdateDate sets field value

type GetOrderResponse

type GetOrderResponse struct {
	// 適用済み配送オプション
	AppliedShippingOptions []map[string]interface{} `json:"appliedShippingOptions,omitempty"`
	// 差引請求額
	BalanceDue                 *float64 `json:"balanceDue,omitempty"`
	ContainsTaxIncludedAmounts *bool    `json:"containsTaxIncludedAmounts,omitempty"`
	// 通貨
	Currency *string `json:"currency,omitempty"`
	// メールアドレス
	Email *string `json:"email,omitempty"`
	// 発注チャンネル
	OrderChannel *string `json:"orderChannel,omitempty"`
	// 発注日時 (yyyyMMddHHmmss)
	OrderDateTime *string `json:"orderDateTime,omitempty"`
	// 発注 ID
	OrderId *string `json:"orderId,omitempty"`
	// 発注商品リスト
	OrderItemList []EstimatedOrderItemModel `json:"orderItemList,omitempty"`
	// 発注ステータス
	OrderStatus *string `json:"orderStatus,omitempty"`
	// 希望納品日
	PreferredDeliveryDate *string `json:"preferredDeliveryDate,omitempty"`
	// 注文番号
	PurchaseOrderNumber *string               `json:"purchaseOrderNumber,omitempty"`
	ShippingAddress     *ShippingAddressModel `json:"shippingAddress,omitempty"`
	// 商品発送先 ID
	ShippingAddressId *string `json:"shippingAddressId,omitempty"`
	// 配送料
	ShippingCost *float64 `json:"shippingCost,omitempty"`
	// 宅配便送り状番号 (代表)
	ShippingLabelNumber *string `json:"shippingLabelNumber,omitempty"`
	// 宅配便送り状番号
	ShippingLabelNumbers []string `json:"shippingLabelNumbers,omitempty"`
	// 税額
	TaxAmount *float64 `json:"taxAmount,omitempty"`
	// 送料に含まれる税額
	TaxIncludedInShippingCost *float64 `json:"taxIncludedInShippingCost,omitempty"`
	// 配送料の課税有無
	TaxOnShippingCost *bool `json:"taxOnShippingCost,omitempty"`
	// 合計額 (税込)
	TotalAmount *float64 `json:"totalAmount,omitempty"`
	// 源泉徴収税額
	WithholdingTaxAmount *float64 `json:"withholdingTaxAmount,omitempty"`
}

GetOrderResponse struct for GetOrderResponse

func NewGetOrderResponse

func NewGetOrderResponse() *GetOrderResponse

NewGetOrderResponse instantiates a new GetOrderResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetOrderResponseWithDefaults

func NewGetOrderResponseWithDefaults() *GetOrderResponse

NewGetOrderResponseWithDefaults instantiates a new GetOrderResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetOrderResponse) GetAppliedShippingOptions

func (o *GetOrderResponse) GetAppliedShippingOptions() []map[string]interface{}

GetAppliedShippingOptions returns the AppliedShippingOptions field value if set, zero value otherwise.

func (*GetOrderResponse) GetAppliedShippingOptionsOk

func (o *GetOrderResponse) GetAppliedShippingOptionsOk() ([]map[string]interface{}, bool)

GetAppliedShippingOptionsOk returns a tuple with the AppliedShippingOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) GetBalanceDue

func (o *GetOrderResponse) GetBalanceDue() float64

GetBalanceDue returns the BalanceDue field value if set, zero value otherwise.

func (*GetOrderResponse) GetBalanceDueOk

func (o *GetOrderResponse) GetBalanceDueOk() (*float64, bool)

GetBalanceDueOk returns a tuple with the BalanceDue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) GetContainsTaxIncludedAmounts

func (o *GetOrderResponse) GetContainsTaxIncludedAmounts() bool

GetContainsTaxIncludedAmounts returns the ContainsTaxIncludedAmounts field value if set, zero value otherwise.

func (*GetOrderResponse) GetContainsTaxIncludedAmountsOk

func (o *GetOrderResponse) GetContainsTaxIncludedAmountsOk() (*bool, bool)

GetContainsTaxIncludedAmountsOk returns a tuple with the ContainsTaxIncludedAmounts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) GetCurrency

func (o *GetOrderResponse) GetCurrency() string

GetCurrency returns the Currency field value if set, zero value otherwise.

func (*GetOrderResponse) GetCurrencyOk

func (o *GetOrderResponse) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) GetEmail

func (o *GetOrderResponse) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*GetOrderResponse) GetEmailOk

func (o *GetOrderResponse) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) GetOrderChannel

func (o *GetOrderResponse) GetOrderChannel() string

GetOrderChannel returns the OrderChannel field value if set, zero value otherwise.

func (*GetOrderResponse) GetOrderChannelOk

func (o *GetOrderResponse) GetOrderChannelOk() (*string, bool)

GetOrderChannelOk returns a tuple with the OrderChannel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) GetOrderDateTime

func (o *GetOrderResponse) GetOrderDateTime() string

GetOrderDateTime returns the OrderDateTime field value if set, zero value otherwise.

func (*GetOrderResponse) GetOrderDateTimeOk

func (o *GetOrderResponse) GetOrderDateTimeOk() (*string, bool)

GetOrderDateTimeOk returns a tuple with the OrderDateTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) GetOrderId

func (o *GetOrderResponse) GetOrderId() string

GetOrderId returns the OrderId field value if set, zero value otherwise.

func (*GetOrderResponse) GetOrderIdOk

func (o *GetOrderResponse) GetOrderIdOk() (*string, bool)

GetOrderIdOk returns a tuple with the OrderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) GetOrderItemList

func (o *GetOrderResponse) GetOrderItemList() []EstimatedOrderItemModel

GetOrderItemList returns the OrderItemList field value if set, zero value otherwise.

func (*GetOrderResponse) GetOrderItemListOk

func (o *GetOrderResponse) GetOrderItemListOk() ([]EstimatedOrderItemModel, bool)

GetOrderItemListOk returns a tuple with the OrderItemList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) GetOrderStatus

func (o *GetOrderResponse) GetOrderStatus() string

GetOrderStatus returns the OrderStatus field value if set, zero value otherwise.

func (*GetOrderResponse) GetOrderStatusOk

func (o *GetOrderResponse) GetOrderStatusOk() (*string, bool)

GetOrderStatusOk returns a tuple with the OrderStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) GetPreferredDeliveryDate

func (o *GetOrderResponse) GetPreferredDeliveryDate() string

GetPreferredDeliveryDate returns the PreferredDeliveryDate field value if set, zero value otherwise.

func (*GetOrderResponse) GetPreferredDeliveryDateOk

func (o *GetOrderResponse) GetPreferredDeliveryDateOk() (*string, bool)

GetPreferredDeliveryDateOk returns a tuple with the PreferredDeliveryDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) GetPurchaseOrderNumber

func (o *GetOrderResponse) GetPurchaseOrderNumber() string

GetPurchaseOrderNumber returns the PurchaseOrderNumber field value if set, zero value otherwise.

func (*GetOrderResponse) GetPurchaseOrderNumberOk

func (o *GetOrderResponse) GetPurchaseOrderNumberOk() (*string, bool)

GetPurchaseOrderNumberOk returns a tuple with the PurchaseOrderNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) GetShippingAddress

func (o *GetOrderResponse) GetShippingAddress() ShippingAddressModel

GetShippingAddress returns the ShippingAddress field value if set, zero value otherwise.

func (*GetOrderResponse) GetShippingAddressId

func (o *GetOrderResponse) GetShippingAddressId() string

GetShippingAddressId returns the ShippingAddressId field value if set, zero value otherwise.

func (*GetOrderResponse) GetShippingAddressIdOk

func (o *GetOrderResponse) GetShippingAddressIdOk() (*string, bool)

GetShippingAddressIdOk returns a tuple with the ShippingAddressId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) GetShippingAddressOk

func (o *GetOrderResponse) GetShippingAddressOk() (*ShippingAddressModel, bool)

GetShippingAddressOk returns a tuple with the ShippingAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) GetShippingCost

func (o *GetOrderResponse) GetShippingCost() float64

GetShippingCost returns the ShippingCost field value if set, zero value otherwise.

func (*GetOrderResponse) GetShippingCostOk

func (o *GetOrderResponse) GetShippingCostOk() (*float64, bool)

GetShippingCostOk returns a tuple with the ShippingCost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) GetShippingLabelNumber

func (o *GetOrderResponse) GetShippingLabelNumber() string

GetShippingLabelNumber returns the ShippingLabelNumber field value if set, zero value otherwise.

func (*GetOrderResponse) GetShippingLabelNumberOk

func (o *GetOrderResponse) GetShippingLabelNumberOk() (*string, bool)

GetShippingLabelNumberOk returns a tuple with the ShippingLabelNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) GetShippingLabelNumbers

func (o *GetOrderResponse) GetShippingLabelNumbers() []string

GetShippingLabelNumbers returns the ShippingLabelNumbers field value if set, zero value otherwise.

func (*GetOrderResponse) GetShippingLabelNumbersOk

func (o *GetOrderResponse) GetShippingLabelNumbersOk() ([]string, bool)

GetShippingLabelNumbersOk returns a tuple with the ShippingLabelNumbers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) GetTaxAmount

func (o *GetOrderResponse) GetTaxAmount() float64

GetTaxAmount returns the TaxAmount field value if set, zero value otherwise.

func (*GetOrderResponse) GetTaxAmountOk

func (o *GetOrderResponse) GetTaxAmountOk() (*float64, bool)

GetTaxAmountOk returns a tuple with the TaxAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) GetTaxIncludedInShippingCost

func (o *GetOrderResponse) GetTaxIncludedInShippingCost() float64

GetTaxIncludedInShippingCost returns the TaxIncludedInShippingCost field value if set, zero value otherwise.

func (*GetOrderResponse) GetTaxIncludedInShippingCostOk

func (o *GetOrderResponse) GetTaxIncludedInShippingCostOk() (*float64, bool)

GetTaxIncludedInShippingCostOk returns a tuple with the TaxIncludedInShippingCost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) GetTaxOnShippingCost

func (o *GetOrderResponse) GetTaxOnShippingCost() bool

GetTaxOnShippingCost returns the TaxOnShippingCost field value if set, zero value otherwise.

func (*GetOrderResponse) GetTaxOnShippingCostOk

func (o *GetOrderResponse) GetTaxOnShippingCostOk() (*bool, bool)

GetTaxOnShippingCostOk returns a tuple with the TaxOnShippingCost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) GetTotalAmount

func (o *GetOrderResponse) GetTotalAmount() float64

GetTotalAmount returns the TotalAmount field value if set, zero value otherwise.

func (*GetOrderResponse) GetTotalAmountOk

func (o *GetOrderResponse) GetTotalAmountOk() (*float64, bool)

GetTotalAmountOk returns a tuple with the TotalAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) GetWithholdingTaxAmount

func (o *GetOrderResponse) GetWithholdingTaxAmount() float64

GetWithholdingTaxAmount returns the WithholdingTaxAmount field value if set, zero value otherwise.

func (*GetOrderResponse) GetWithholdingTaxAmountOk

func (o *GetOrderResponse) GetWithholdingTaxAmountOk() (*float64, bool)

GetWithholdingTaxAmountOk returns a tuple with the WithholdingTaxAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetOrderResponse) HasAppliedShippingOptions

func (o *GetOrderResponse) HasAppliedShippingOptions() bool

HasAppliedShippingOptions returns a boolean if a field has been set.

func (*GetOrderResponse) HasBalanceDue

func (o *GetOrderResponse) HasBalanceDue() bool

HasBalanceDue returns a boolean if a field has been set.

func (*GetOrderResponse) HasContainsTaxIncludedAmounts

func (o *GetOrderResponse) HasContainsTaxIncludedAmounts() bool

HasContainsTaxIncludedAmounts returns a boolean if a field has been set.

func (*GetOrderResponse) HasCurrency

func (o *GetOrderResponse) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

func (*GetOrderResponse) HasEmail

func (o *GetOrderResponse) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*GetOrderResponse) HasOrderChannel

func (o *GetOrderResponse) HasOrderChannel() bool

HasOrderChannel returns a boolean if a field has been set.

func (*GetOrderResponse) HasOrderDateTime

func (o *GetOrderResponse) HasOrderDateTime() bool

HasOrderDateTime returns a boolean if a field has been set.

func (*GetOrderResponse) HasOrderId

func (o *GetOrderResponse) HasOrderId() bool

HasOrderId returns a boolean if a field has been set.

func (*GetOrderResponse) HasOrderItemList

func (o *GetOrderResponse) HasOrderItemList() bool

HasOrderItemList returns a boolean if a field has been set.

func (*GetOrderResponse) HasOrderStatus

func (o *GetOrderResponse) HasOrderStatus() bool

HasOrderStatus returns a boolean if a field has been set.

func (*GetOrderResponse) HasPreferredDeliveryDate

func (o *GetOrderResponse) HasPreferredDeliveryDate() bool

HasPreferredDeliveryDate returns a boolean if a field has been set.

func (*GetOrderResponse) HasPurchaseOrderNumber

func (o *GetOrderResponse) HasPurchaseOrderNumber() bool

HasPurchaseOrderNumber returns a boolean if a field has been set.

func (*GetOrderResponse) HasShippingAddress

func (o *GetOrderResponse) HasShippingAddress() bool

HasShippingAddress returns a boolean if a field has been set.

func (*GetOrderResponse) HasShippingAddressId

func (o *GetOrderResponse) HasShippingAddressId() bool

HasShippingAddressId returns a boolean if a field has been set.

func (*GetOrderResponse) HasShippingCost

func (o *GetOrderResponse) HasShippingCost() bool

HasShippingCost returns a boolean if a field has been set.

func (*GetOrderResponse) HasShippingLabelNumber

func (o *GetOrderResponse) HasShippingLabelNumber() bool

HasShippingLabelNumber returns a boolean if a field has been set.

func (*GetOrderResponse) HasShippingLabelNumbers

func (o *GetOrderResponse) HasShippingLabelNumbers() bool

HasShippingLabelNumbers returns a boolean if a field has been set.

func (*GetOrderResponse) HasTaxAmount

func (o *GetOrderResponse) HasTaxAmount() bool

HasTaxAmount returns a boolean if a field has been set.

func (*GetOrderResponse) HasTaxIncludedInShippingCost

func (o *GetOrderResponse) HasTaxIncludedInShippingCost() bool

HasTaxIncludedInShippingCost returns a boolean if a field has been set.

func (*GetOrderResponse) HasTaxOnShippingCost

func (o *GetOrderResponse) HasTaxOnShippingCost() bool

HasTaxOnShippingCost returns a boolean if a field has been set.

func (*GetOrderResponse) HasTotalAmount

func (o *GetOrderResponse) HasTotalAmount() bool

HasTotalAmount returns a boolean if a field has been set.

func (*GetOrderResponse) HasWithholdingTaxAmount

func (o *GetOrderResponse) HasWithholdingTaxAmount() bool

HasWithholdingTaxAmount returns a boolean if a field has been set.

func (GetOrderResponse) MarshalJSON

func (o GetOrderResponse) MarshalJSON() ([]byte, error)

func (*GetOrderResponse) SetAppliedShippingOptions

func (o *GetOrderResponse) SetAppliedShippingOptions(v []map[string]interface{})

SetAppliedShippingOptions gets a reference to the given []map[string]interface{} and assigns it to the AppliedShippingOptions field.

func (*GetOrderResponse) SetBalanceDue

func (o *GetOrderResponse) SetBalanceDue(v float64)

SetBalanceDue gets a reference to the given float64 and assigns it to the BalanceDue field.

func (*GetOrderResponse) SetContainsTaxIncludedAmounts

func (o *GetOrderResponse) SetContainsTaxIncludedAmounts(v bool)

SetContainsTaxIncludedAmounts gets a reference to the given bool and assigns it to the ContainsTaxIncludedAmounts field.

func (*GetOrderResponse) SetCurrency

func (o *GetOrderResponse) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

func (*GetOrderResponse) SetEmail

func (o *GetOrderResponse) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*GetOrderResponse) SetOrderChannel

func (o *GetOrderResponse) SetOrderChannel(v string)

SetOrderChannel gets a reference to the given string and assigns it to the OrderChannel field.

func (*GetOrderResponse) SetOrderDateTime

func (o *GetOrderResponse) SetOrderDateTime(v string)

SetOrderDateTime gets a reference to the given string and assigns it to the OrderDateTime field.

func (*GetOrderResponse) SetOrderId

func (o *GetOrderResponse) SetOrderId(v string)

SetOrderId gets a reference to the given string and assigns it to the OrderId field.

func (*GetOrderResponse) SetOrderItemList

func (o *GetOrderResponse) SetOrderItemList(v []EstimatedOrderItemModel)

SetOrderItemList gets a reference to the given []EstimatedOrderItemModel and assigns it to the OrderItemList field.

func (*GetOrderResponse) SetOrderStatus

func (o *GetOrderResponse) SetOrderStatus(v string)

SetOrderStatus gets a reference to the given string and assigns it to the OrderStatus field.

func (*GetOrderResponse) SetPreferredDeliveryDate

func (o *GetOrderResponse) SetPreferredDeliveryDate(v string)

SetPreferredDeliveryDate gets a reference to the given string and assigns it to the PreferredDeliveryDate field.

func (*GetOrderResponse) SetPurchaseOrderNumber

func (o *GetOrderResponse) SetPurchaseOrderNumber(v string)

SetPurchaseOrderNumber gets a reference to the given string and assigns it to the PurchaseOrderNumber field.

func (*GetOrderResponse) SetShippingAddress

func (o *GetOrderResponse) SetShippingAddress(v ShippingAddressModel)

SetShippingAddress gets a reference to the given ShippingAddressModel and assigns it to the ShippingAddress field.

func (*GetOrderResponse) SetShippingAddressId

func (o *GetOrderResponse) SetShippingAddressId(v string)

SetShippingAddressId gets a reference to the given string and assigns it to the ShippingAddressId field.

func (*GetOrderResponse) SetShippingCost

func (o *GetOrderResponse) SetShippingCost(v float64)

SetShippingCost gets a reference to the given float64 and assigns it to the ShippingCost field.

func (*GetOrderResponse) SetShippingLabelNumber

func (o *GetOrderResponse) SetShippingLabelNumber(v string)

SetShippingLabelNumber gets a reference to the given string and assigns it to the ShippingLabelNumber field.

func (*GetOrderResponse) SetShippingLabelNumbers

func (o *GetOrderResponse) SetShippingLabelNumbers(v []string)

SetShippingLabelNumbers gets a reference to the given []string and assigns it to the ShippingLabelNumbers field.

func (*GetOrderResponse) SetTaxAmount

func (o *GetOrderResponse) SetTaxAmount(v float64)

SetTaxAmount gets a reference to the given float64 and assigns it to the TaxAmount field.

func (*GetOrderResponse) SetTaxIncludedInShippingCost

func (o *GetOrderResponse) SetTaxIncludedInShippingCost(v float64)

SetTaxIncludedInShippingCost gets a reference to the given float64 and assigns it to the TaxIncludedInShippingCost field.

func (*GetOrderResponse) SetTaxOnShippingCost

func (o *GetOrderResponse) SetTaxOnShippingCost(v bool)

SetTaxOnShippingCost gets a reference to the given bool and assigns it to the TaxOnShippingCost field.

func (*GetOrderResponse) SetTotalAmount

func (o *GetOrderResponse) SetTotalAmount(v float64)

SetTotalAmount gets a reference to the given float64 and assigns it to the TotalAmount field.

func (*GetOrderResponse) SetWithholdingTaxAmount

func (o *GetOrderResponse) SetWithholdingTaxAmount(v float64)

SetWithholdingTaxAmount gets a reference to the given float64 and assigns it to the WithholdingTaxAmount field.

type GetPaymentMethodResult

type GetPaymentMethodResult struct {
	// エラーコード(支払い情報が無効な場合のみ)
	ErrorCode *string `json:"errorCode,omitempty"`
	// エラーメッセージ(支払い情報が無効な場合のみ
	ErrorMessage *string `json:"errorMessage,omitempty"`
	// 支払い情報
	Properties *string `json:"properties,omitempty"`
	// 課金プロバイダ種別
	ProviderType *string `json:"providerType,omitempty"`
	// 登録日
	UpdateDate *string `json:"updateDate,omitempty"`
}

GetPaymentMethodResult struct for GetPaymentMethodResult

func NewGetPaymentMethodResult

func NewGetPaymentMethodResult() *GetPaymentMethodResult

NewGetPaymentMethodResult instantiates a new GetPaymentMethodResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetPaymentMethodResultWithDefaults

func NewGetPaymentMethodResultWithDefaults() *GetPaymentMethodResult

NewGetPaymentMethodResultWithDefaults instantiates a new GetPaymentMethodResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetPaymentMethodResult) GetErrorCode

func (o *GetPaymentMethodResult) GetErrorCode() string

GetErrorCode returns the ErrorCode field value if set, zero value otherwise.

func (*GetPaymentMethodResult) GetErrorCodeOk

func (o *GetPaymentMethodResult) GetErrorCodeOk() (*string, bool)

GetErrorCodeOk returns a tuple with the ErrorCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPaymentMethodResult) GetErrorMessage

func (o *GetPaymentMethodResult) GetErrorMessage() string

GetErrorMessage returns the ErrorMessage field value if set, zero value otherwise.

func (*GetPaymentMethodResult) GetErrorMessageOk

func (o *GetPaymentMethodResult) GetErrorMessageOk() (*string, bool)

GetErrorMessageOk returns a tuple with the ErrorMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPaymentMethodResult) GetProperties

func (o *GetPaymentMethodResult) GetProperties() string

GetProperties returns the Properties field value if set, zero value otherwise.

func (*GetPaymentMethodResult) GetPropertiesOk

func (o *GetPaymentMethodResult) GetPropertiesOk() (*string, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPaymentMethodResult) GetProviderType

func (o *GetPaymentMethodResult) GetProviderType() string

GetProviderType returns the ProviderType field value if set, zero value otherwise.

func (*GetPaymentMethodResult) GetProviderTypeOk

func (o *GetPaymentMethodResult) GetProviderTypeOk() (*string, bool)

GetProviderTypeOk returns a tuple with the ProviderType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPaymentMethodResult) GetUpdateDate

func (o *GetPaymentMethodResult) GetUpdateDate() string

GetUpdateDate returns the UpdateDate field value if set, zero value otherwise.

func (*GetPaymentMethodResult) GetUpdateDateOk

func (o *GetPaymentMethodResult) GetUpdateDateOk() (*string, bool)

GetUpdateDateOk returns a tuple with the UpdateDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPaymentMethodResult) HasErrorCode

func (o *GetPaymentMethodResult) HasErrorCode() bool

HasErrorCode returns a boolean if a field has been set.

func (*GetPaymentMethodResult) HasErrorMessage

func (o *GetPaymentMethodResult) HasErrorMessage() bool

HasErrorMessage returns a boolean if a field has been set.

func (*GetPaymentMethodResult) HasProperties

func (o *GetPaymentMethodResult) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (*GetPaymentMethodResult) HasProviderType

func (o *GetPaymentMethodResult) HasProviderType() bool

HasProviderType returns a boolean if a field has been set.

func (*GetPaymentMethodResult) HasUpdateDate

func (o *GetPaymentMethodResult) HasUpdateDate() bool

HasUpdateDate returns a boolean if a field has been set.

func (GetPaymentMethodResult) MarshalJSON

func (o GetPaymentMethodResult) MarshalJSON() ([]byte, error)

func (*GetPaymentMethodResult) SetErrorCode

func (o *GetPaymentMethodResult) SetErrorCode(v string)

SetErrorCode gets a reference to the given string and assigns it to the ErrorCode field.

func (*GetPaymentMethodResult) SetErrorMessage

func (o *GetPaymentMethodResult) SetErrorMessage(v string)

SetErrorMessage gets a reference to the given string and assigns it to the ErrorMessage field.

func (*GetPaymentMethodResult) SetProperties

func (o *GetPaymentMethodResult) SetProperties(v string)

SetProperties gets a reference to the given string and assigns it to the Properties field.

func (*GetPaymentMethodResult) SetProviderType

func (o *GetPaymentMethodResult) SetProviderType(v string)

SetProviderType gets a reference to the given string and assigns it to the ProviderType field.

func (*GetPaymentMethodResult) SetUpdateDate

func (o *GetPaymentMethodResult) SetUpdateDate(v string)

SetUpdateDate gets a reference to the given string and assigns it to the UpdateDate field.

type GetPaymentTransactionResult

type GetPaymentTransactionResult struct {
	Amount      *PaymentAmount      `json:"amount,omitempty"`
	Description *PaymentDescription `json:"description,omitempty"`
	// メッセージ
	Message *string `json:"message,omitempty"`
	// メッセージコード
	MessageCode *string `json:"messageCode,omitempty"`
	// ステータス
	Status *string `json:"status,omitempty"`
}

GetPaymentTransactionResult struct for GetPaymentTransactionResult

func NewGetPaymentTransactionResult

func NewGetPaymentTransactionResult() *GetPaymentTransactionResult

NewGetPaymentTransactionResult instantiates a new GetPaymentTransactionResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetPaymentTransactionResultWithDefaults

func NewGetPaymentTransactionResultWithDefaults() *GetPaymentTransactionResult

NewGetPaymentTransactionResultWithDefaults instantiates a new GetPaymentTransactionResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetPaymentTransactionResult) GetAmount

GetAmount returns the Amount field value if set, zero value otherwise.

func (*GetPaymentTransactionResult) GetAmountOk

func (o *GetPaymentTransactionResult) GetAmountOk() (*PaymentAmount, bool)

GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPaymentTransactionResult) GetDescription

func (o *GetPaymentTransactionResult) GetDescription() PaymentDescription

GetDescription returns the Description field value if set, zero value otherwise.

func (*GetPaymentTransactionResult) GetDescriptionOk

func (o *GetPaymentTransactionResult) GetDescriptionOk() (*PaymentDescription, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPaymentTransactionResult) GetMessage

func (o *GetPaymentTransactionResult) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*GetPaymentTransactionResult) GetMessageCode

func (o *GetPaymentTransactionResult) GetMessageCode() string

GetMessageCode returns the MessageCode field value if set, zero value otherwise.

func (*GetPaymentTransactionResult) GetMessageCodeOk

func (o *GetPaymentTransactionResult) GetMessageCodeOk() (*string, bool)

GetMessageCodeOk returns a tuple with the MessageCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPaymentTransactionResult) GetMessageOk

func (o *GetPaymentTransactionResult) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPaymentTransactionResult) GetStatus

func (o *GetPaymentTransactionResult) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetPaymentTransactionResult) GetStatusOk

func (o *GetPaymentTransactionResult) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetPaymentTransactionResult) HasAmount

func (o *GetPaymentTransactionResult) HasAmount() bool

HasAmount returns a boolean if a field has been set.

func (*GetPaymentTransactionResult) HasDescription

func (o *GetPaymentTransactionResult) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*GetPaymentTransactionResult) HasMessage

func (o *GetPaymentTransactionResult) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*GetPaymentTransactionResult) HasMessageCode

func (o *GetPaymentTransactionResult) HasMessageCode() bool

HasMessageCode returns a boolean if a field has been set.

func (*GetPaymentTransactionResult) HasStatus

func (o *GetPaymentTransactionResult) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (GetPaymentTransactionResult) MarshalJSON

func (o GetPaymentTransactionResult) MarshalJSON() ([]byte, error)

func (*GetPaymentTransactionResult) SetAmount

SetAmount gets a reference to the given PaymentAmount and assigns it to the Amount field.

func (*GetPaymentTransactionResult) SetDescription

func (o *GetPaymentTransactionResult) SetDescription(v PaymentDescription)

SetDescription gets a reference to the given PaymentDescription and assigns it to the Description field.

func (*GetPaymentTransactionResult) SetMessage

func (o *GetPaymentTransactionResult) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*GetPaymentTransactionResult) SetMessageCode

func (o *GetPaymentTransactionResult) SetMessageCode(v string)

SetMessageCode gets a reference to the given string and assigns it to the MessageCode field.

func (*GetPaymentTransactionResult) SetStatus

func (o *GetPaymentTransactionResult) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

type GetShippingAddressResponse

type GetShippingAddressResponse struct {
	AddressLine1 string  `json:"addressLine1"`
	AddressLine2 *string `json:"addressLine2,omitempty"`
	Building     *string `json:"building,omitempty"`
	City         string  `json:"city"`
	CompanyName  *string `json:"companyName,omitempty"`
	Department   *string `json:"department,omitempty"`
	FullName     *string `json:"fullName,omitempty"`
	PhoneNumber  string  `json:"phoneNumber"`
	// 配送先 ID
	ShippingAddressId string `json:"shippingAddressId"`
	// 配送先エリア
	ShippingArea string `json:"shippingArea"`
	State        string `json:"state"`
	ZipCode      string `json:"zipCode"`
}

GetShippingAddressResponse struct for GetShippingAddressResponse

func NewGetShippingAddressResponse

func NewGetShippingAddressResponse(addressLine1 string, city string, phoneNumber string, shippingAddressId string, shippingArea string, state string, zipCode string) *GetShippingAddressResponse

NewGetShippingAddressResponse instantiates a new GetShippingAddressResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetShippingAddressResponseWithDefaults

func NewGetShippingAddressResponseWithDefaults() *GetShippingAddressResponse

NewGetShippingAddressResponseWithDefaults instantiates a new GetShippingAddressResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetShippingAddressResponse) GetAddressLine1

func (o *GetShippingAddressResponse) GetAddressLine1() string

GetAddressLine1 returns the AddressLine1 field value

func (*GetShippingAddressResponse) GetAddressLine1Ok

func (o *GetShippingAddressResponse) GetAddressLine1Ok() (*string, bool)

GetAddressLine1Ok returns a tuple with the AddressLine1 field value and a boolean to check if the value has been set.

func (*GetShippingAddressResponse) GetAddressLine2

func (o *GetShippingAddressResponse) GetAddressLine2() string

GetAddressLine2 returns the AddressLine2 field value if set, zero value otherwise.

func (*GetShippingAddressResponse) GetAddressLine2Ok

func (o *GetShippingAddressResponse) GetAddressLine2Ok() (*string, bool)

GetAddressLine2Ok returns a tuple with the AddressLine2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetShippingAddressResponse) GetBuilding

func (o *GetShippingAddressResponse) GetBuilding() string

GetBuilding returns the Building field value if set, zero value otherwise.

func (*GetShippingAddressResponse) GetBuildingOk

func (o *GetShippingAddressResponse) GetBuildingOk() (*string, bool)

GetBuildingOk returns a tuple with the Building field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetShippingAddressResponse) GetCity

func (o *GetShippingAddressResponse) GetCity() string

GetCity returns the City field value

func (*GetShippingAddressResponse) GetCityOk

func (o *GetShippingAddressResponse) GetCityOk() (*string, bool)

GetCityOk returns a tuple with the City field value and a boolean to check if the value has been set.

func (*GetShippingAddressResponse) GetCompanyName

func (o *GetShippingAddressResponse) GetCompanyName() string

GetCompanyName returns the CompanyName field value if set, zero value otherwise.

func (*GetShippingAddressResponse) GetCompanyNameOk

func (o *GetShippingAddressResponse) GetCompanyNameOk() (*string, bool)

GetCompanyNameOk returns a tuple with the CompanyName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetShippingAddressResponse) GetDepartment

func (o *GetShippingAddressResponse) GetDepartment() string

GetDepartment returns the Department field value if set, zero value otherwise.

func (*GetShippingAddressResponse) GetDepartmentOk

func (o *GetShippingAddressResponse) GetDepartmentOk() (*string, bool)

GetDepartmentOk returns a tuple with the Department field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetShippingAddressResponse) GetFullName

func (o *GetShippingAddressResponse) GetFullName() string

GetFullName returns the FullName field value if set, zero value otherwise.

func (*GetShippingAddressResponse) GetFullNameOk

func (o *GetShippingAddressResponse) GetFullNameOk() (*string, bool)

GetFullNameOk returns a tuple with the FullName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetShippingAddressResponse) GetPhoneNumber

func (o *GetShippingAddressResponse) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field value

func (*GetShippingAddressResponse) GetPhoneNumberOk

func (o *GetShippingAddressResponse) GetPhoneNumberOk() (*string, bool)

GetPhoneNumberOk returns a tuple with the PhoneNumber field value and a boolean to check if the value has been set.

func (*GetShippingAddressResponse) GetShippingAddressId

func (o *GetShippingAddressResponse) GetShippingAddressId() string

GetShippingAddressId returns the ShippingAddressId field value

func (*GetShippingAddressResponse) GetShippingAddressIdOk

func (o *GetShippingAddressResponse) GetShippingAddressIdOk() (*string, bool)

GetShippingAddressIdOk returns a tuple with the ShippingAddressId field value and a boolean to check if the value has been set.

func (*GetShippingAddressResponse) GetShippingArea

func (o *GetShippingAddressResponse) GetShippingArea() string

GetShippingArea returns the ShippingArea field value

func (*GetShippingAddressResponse) GetShippingAreaOk

func (o *GetShippingAddressResponse) GetShippingAreaOk() (*string, bool)

GetShippingAreaOk returns a tuple with the ShippingArea field value and a boolean to check if the value has been set.

func (*GetShippingAddressResponse) GetState

func (o *GetShippingAddressResponse) GetState() string

GetState returns the State field value

func (*GetShippingAddressResponse) GetStateOk

func (o *GetShippingAddressResponse) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*GetShippingAddressResponse) GetZipCode

func (o *GetShippingAddressResponse) GetZipCode() string

GetZipCode returns the ZipCode field value

func (*GetShippingAddressResponse) GetZipCodeOk

func (o *GetShippingAddressResponse) GetZipCodeOk() (*string, bool)

GetZipCodeOk returns a tuple with the ZipCode field value and a boolean to check if the value has been set.

func (*GetShippingAddressResponse) HasAddressLine2

func (o *GetShippingAddressResponse) HasAddressLine2() bool

HasAddressLine2 returns a boolean if a field has been set.

func (*GetShippingAddressResponse) HasBuilding

func (o *GetShippingAddressResponse) HasBuilding() bool

HasBuilding returns a boolean if a field has been set.

func (*GetShippingAddressResponse) HasCompanyName

func (o *GetShippingAddressResponse) HasCompanyName() bool

HasCompanyName returns a boolean if a field has been set.

func (*GetShippingAddressResponse) HasDepartment

func (o *GetShippingAddressResponse) HasDepartment() bool

HasDepartment returns a boolean if a field has been set.

func (*GetShippingAddressResponse) HasFullName

func (o *GetShippingAddressResponse) HasFullName() bool

HasFullName returns a boolean if a field has been set.

func (GetShippingAddressResponse) MarshalJSON

func (o GetShippingAddressResponse) MarshalJSON() ([]byte, error)

func (*GetShippingAddressResponse) SetAddressLine1

func (o *GetShippingAddressResponse) SetAddressLine1(v string)

SetAddressLine1 sets field value

func (*GetShippingAddressResponse) SetAddressLine2

func (o *GetShippingAddressResponse) SetAddressLine2(v string)

SetAddressLine2 gets a reference to the given string and assigns it to the AddressLine2 field.

func (*GetShippingAddressResponse) SetBuilding

func (o *GetShippingAddressResponse) SetBuilding(v string)

SetBuilding gets a reference to the given string and assigns it to the Building field.

func (*GetShippingAddressResponse) SetCity

func (o *GetShippingAddressResponse) SetCity(v string)

SetCity sets field value

func (*GetShippingAddressResponse) SetCompanyName

func (o *GetShippingAddressResponse) SetCompanyName(v string)

SetCompanyName gets a reference to the given string and assigns it to the CompanyName field.

func (*GetShippingAddressResponse) SetDepartment

func (o *GetShippingAddressResponse) SetDepartment(v string)

SetDepartment gets a reference to the given string and assigns it to the Department field.

func (*GetShippingAddressResponse) SetFullName

func (o *GetShippingAddressResponse) SetFullName(v string)

SetFullName gets a reference to the given string and assigns it to the FullName field.

func (*GetShippingAddressResponse) SetPhoneNumber

func (o *GetShippingAddressResponse) SetPhoneNumber(v string)

SetPhoneNumber sets field value

func (*GetShippingAddressResponse) SetShippingAddressId

func (o *GetShippingAddressResponse) SetShippingAddressId(v string)

SetShippingAddressId sets field value

func (*GetShippingAddressResponse) SetShippingArea

func (o *GetShippingAddressResponse) SetShippingArea(v string)

SetShippingArea sets field value

func (*GetShippingAddressResponse) SetState

func (o *GetShippingAddressResponse) SetState(v string)

SetState sets field value

func (*GetShippingAddressResponse) SetZipCode

func (o *GetShippingAddressResponse) SetZipCode(v string)

SetZipCode sets field value

type GetUserPasswordResponse

type GetUserPasswordResponse struct {
	HasPassword *bool `json:"hasPassword,omitempty"`
}

GetUserPasswordResponse struct for GetUserPasswordResponse

func NewGetUserPasswordResponse

func NewGetUserPasswordResponse() *GetUserPasswordResponse

NewGetUserPasswordResponse instantiates a new GetUserPasswordResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetUserPasswordResponseWithDefaults

func NewGetUserPasswordResponseWithDefaults() *GetUserPasswordResponse

NewGetUserPasswordResponseWithDefaults instantiates a new GetUserPasswordResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetUserPasswordResponse) GetHasPassword

func (o *GetUserPasswordResponse) GetHasPassword() bool

GetHasPassword returns the HasPassword field value if set, zero value otherwise.

func (*GetUserPasswordResponse) GetHasPasswordOk

func (o *GetUserPasswordResponse) GetHasPasswordOk() (*bool, bool)

GetHasPasswordOk returns a tuple with the HasPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetUserPasswordResponse) HasHasPassword

func (o *GetUserPasswordResponse) HasHasPassword() bool

HasHasPassword returns a boolean if a field has been set.

func (GetUserPasswordResponse) MarshalJSON

func (o GetUserPasswordResponse) MarshalJSON() ([]byte, error)

func (*GetUserPasswordResponse) SetHasPassword

func (o *GetUserPasswordResponse) SetHasPassword(v bool)

SetHasPassword gets a reference to the given bool and assigns it to the HasPassword field.

type GetUserPermissionResponse

type GetUserPermissionResponse struct {
	// Permission の JSON
	Permission string `json:"permission"`
}

GetUserPermissionResponse struct for GetUserPermissionResponse

func NewGetUserPermissionResponse

func NewGetUserPermissionResponse(permission string) *GetUserPermissionResponse

NewGetUserPermissionResponse instantiates a new GetUserPermissionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetUserPermissionResponseWithDefaults

func NewGetUserPermissionResponseWithDefaults() *GetUserPermissionResponse

NewGetUserPermissionResponseWithDefaults instantiates a new GetUserPermissionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetUserPermissionResponse) GetPermission

func (o *GetUserPermissionResponse) GetPermission() string

GetPermission returns the Permission field value

func (*GetUserPermissionResponse) GetPermissionOk

func (o *GetUserPermissionResponse) GetPermissionOk() (*string, bool)

GetPermissionOk returns a tuple with the Permission field value and a boolean to check if the value has been set.

func (GetUserPermissionResponse) MarshalJSON

func (o GetUserPermissionResponse) MarshalJSON() ([]byte, error)

func (*GetUserPermissionResponse) SetPermission

func (o *GetUserPermissionResponse) SetPermission(v string)

SetPermission sets field value

type GetVolumeDiscountResponse

type GetVolumeDiscountResponse struct {
	// 契約日時
	ContractDateTime *string `json:"contractDateTime,omitempty"`
	// 契約 ID
	ContractId *string `json:"contractId,omitempty"`
	// 契約月数
	ContractTermMonth *int32 `json:"contractTermMonth,omitempty"`
	// Currency
	Currency *string `json:"currency,omitempty"`
	// 適用終了日
	EndDate *string `json:"endDate,omitempty"`
	// 初期費用
	InitialCost *float64 `json:"initialCost,omitempty"`
	// 数量
	Quantity *int32 `json:"quantity,omitempty"`
	// 適用開始日
	StartDate *string `json:"startDate,omitempty"`
	// ステータス
	Status *string `json:"status,omitempty"`
	// 単価
	UnitPrice *float64 `json:"unitPrice,omitempty"`
	// お支払い方法
	VolumeDiscountPaymentType *string `json:"volumeDiscountPaymentType,omitempty"`
	// 料金計算方法
	VolumeDiscountType *string `json:"volumeDiscountType,omitempty"`
}

GetVolumeDiscountResponse struct for GetVolumeDiscountResponse

func NewGetVolumeDiscountResponse

func NewGetVolumeDiscountResponse() *GetVolumeDiscountResponse

NewGetVolumeDiscountResponse instantiates a new GetVolumeDiscountResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetVolumeDiscountResponseWithDefaults

func NewGetVolumeDiscountResponseWithDefaults() *GetVolumeDiscountResponse

NewGetVolumeDiscountResponseWithDefaults instantiates a new GetVolumeDiscountResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetVolumeDiscountResponse) GetContractDateTime

func (o *GetVolumeDiscountResponse) GetContractDateTime() string

GetContractDateTime returns the ContractDateTime field value if set, zero value otherwise.

func (*GetVolumeDiscountResponse) GetContractDateTimeOk

func (o *GetVolumeDiscountResponse) GetContractDateTimeOk() (*string, bool)

GetContractDateTimeOk returns a tuple with the ContractDateTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVolumeDiscountResponse) GetContractId

func (o *GetVolumeDiscountResponse) GetContractId() string

GetContractId returns the ContractId field value if set, zero value otherwise.

func (*GetVolumeDiscountResponse) GetContractIdOk

func (o *GetVolumeDiscountResponse) GetContractIdOk() (*string, bool)

GetContractIdOk returns a tuple with the ContractId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVolumeDiscountResponse) GetContractTermMonth

func (o *GetVolumeDiscountResponse) GetContractTermMonth() int32

GetContractTermMonth returns the ContractTermMonth field value if set, zero value otherwise.

func (*GetVolumeDiscountResponse) GetContractTermMonthOk

func (o *GetVolumeDiscountResponse) GetContractTermMonthOk() (*int32, bool)

GetContractTermMonthOk returns a tuple with the ContractTermMonth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVolumeDiscountResponse) GetCurrency

func (o *GetVolumeDiscountResponse) GetCurrency() string

GetCurrency returns the Currency field value if set, zero value otherwise.

func (*GetVolumeDiscountResponse) GetCurrencyOk

func (o *GetVolumeDiscountResponse) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVolumeDiscountResponse) GetEndDate

func (o *GetVolumeDiscountResponse) GetEndDate() string

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*GetVolumeDiscountResponse) GetEndDateOk

func (o *GetVolumeDiscountResponse) GetEndDateOk() (*string, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVolumeDiscountResponse) GetInitialCost

func (o *GetVolumeDiscountResponse) GetInitialCost() float64

GetInitialCost returns the InitialCost field value if set, zero value otherwise.

func (*GetVolumeDiscountResponse) GetInitialCostOk

func (o *GetVolumeDiscountResponse) GetInitialCostOk() (*float64, bool)

GetInitialCostOk returns a tuple with the InitialCost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVolumeDiscountResponse) GetQuantity

func (o *GetVolumeDiscountResponse) GetQuantity() int32

GetQuantity returns the Quantity field value if set, zero value otherwise.

func (*GetVolumeDiscountResponse) GetQuantityOk

func (o *GetVolumeDiscountResponse) GetQuantityOk() (*int32, bool)

GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVolumeDiscountResponse) GetStartDate

func (o *GetVolumeDiscountResponse) GetStartDate() string

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*GetVolumeDiscountResponse) GetStartDateOk

func (o *GetVolumeDiscountResponse) GetStartDateOk() (*string, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVolumeDiscountResponse) GetStatus

func (o *GetVolumeDiscountResponse) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetVolumeDiscountResponse) GetStatusOk

func (o *GetVolumeDiscountResponse) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVolumeDiscountResponse) GetUnitPrice

func (o *GetVolumeDiscountResponse) GetUnitPrice() float64

GetUnitPrice returns the UnitPrice field value if set, zero value otherwise.

func (*GetVolumeDiscountResponse) GetUnitPriceOk

func (o *GetVolumeDiscountResponse) GetUnitPriceOk() (*float64, bool)

GetUnitPriceOk returns a tuple with the UnitPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVolumeDiscountResponse) GetVolumeDiscountPaymentType

func (o *GetVolumeDiscountResponse) GetVolumeDiscountPaymentType() string

GetVolumeDiscountPaymentType returns the VolumeDiscountPaymentType field value if set, zero value otherwise.

func (*GetVolumeDiscountResponse) GetVolumeDiscountPaymentTypeOk

func (o *GetVolumeDiscountResponse) GetVolumeDiscountPaymentTypeOk() (*string, bool)

GetVolumeDiscountPaymentTypeOk returns a tuple with the VolumeDiscountPaymentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVolumeDiscountResponse) GetVolumeDiscountType

func (o *GetVolumeDiscountResponse) GetVolumeDiscountType() string

GetVolumeDiscountType returns the VolumeDiscountType field value if set, zero value otherwise.

func (*GetVolumeDiscountResponse) GetVolumeDiscountTypeOk

func (o *GetVolumeDiscountResponse) GetVolumeDiscountTypeOk() (*string, bool)

GetVolumeDiscountTypeOk returns a tuple with the VolumeDiscountType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetVolumeDiscountResponse) HasContractDateTime

func (o *GetVolumeDiscountResponse) HasContractDateTime() bool

HasContractDateTime returns a boolean if a field has been set.

func (*GetVolumeDiscountResponse) HasContractId

func (o *GetVolumeDiscountResponse) HasContractId() bool

HasContractId returns a boolean if a field has been set.

func (*GetVolumeDiscountResponse) HasContractTermMonth

func (o *GetVolumeDiscountResponse) HasContractTermMonth() bool

HasContractTermMonth returns a boolean if a field has been set.

func (*GetVolumeDiscountResponse) HasCurrency

func (o *GetVolumeDiscountResponse) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

func (*GetVolumeDiscountResponse) HasEndDate

func (o *GetVolumeDiscountResponse) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*GetVolumeDiscountResponse) HasInitialCost

func (o *GetVolumeDiscountResponse) HasInitialCost() bool

HasInitialCost returns a boolean if a field has been set.

func (*GetVolumeDiscountResponse) HasQuantity

func (o *GetVolumeDiscountResponse) HasQuantity() bool

HasQuantity returns a boolean if a field has been set.

func (*GetVolumeDiscountResponse) HasStartDate

func (o *GetVolumeDiscountResponse) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*GetVolumeDiscountResponse) HasStatus

func (o *GetVolumeDiscountResponse) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*GetVolumeDiscountResponse) HasUnitPrice

func (o *GetVolumeDiscountResponse) HasUnitPrice() bool

HasUnitPrice returns a boolean if a field has been set.

func (*GetVolumeDiscountResponse) HasVolumeDiscountPaymentType

func (o *GetVolumeDiscountResponse) HasVolumeDiscountPaymentType() bool

HasVolumeDiscountPaymentType returns a boolean if a field has been set.

func (*GetVolumeDiscountResponse) HasVolumeDiscountType

func (o *GetVolumeDiscountResponse) HasVolumeDiscountType() bool

HasVolumeDiscountType returns a boolean if a field has been set.

func (GetVolumeDiscountResponse) MarshalJSON

func (o GetVolumeDiscountResponse) MarshalJSON() ([]byte, error)

func (*GetVolumeDiscountResponse) SetContractDateTime

func (o *GetVolumeDiscountResponse) SetContractDateTime(v string)

SetContractDateTime gets a reference to the given string and assigns it to the ContractDateTime field.

func (*GetVolumeDiscountResponse) SetContractId

func (o *GetVolumeDiscountResponse) SetContractId(v string)

SetContractId gets a reference to the given string and assigns it to the ContractId field.

func (*GetVolumeDiscountResponse) SetContractTermMonth

func (o *GetVolumeDiscountResponse) SetContractTermMonth(v int32)

SetContractTermMonth gets a reference to the given int32 and assigns it to the ContractTermMonth field.

func (*GetVolumeDiscountResponse) SetCurrency

func (o *GetVolumeDiscountResponse) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

func (*GetVolumeDiscountResponse) SetEndDate

func (o *GetVolumeDiscountResponse) SetEndDate(v string)

SetEndDate gets a reference to the given string and assigns it to the EndDate field.

func (*GetVolumeDiscountResponse) SetInitialCost

func (o *GetVolumeDiscountResponse) SetInitialCost(v float64)

SetInitialCost gets a reference to the given float64 and assigns it to the InitialCost field.

func (*GetVolumeDiscountResponse) SetQuantity

func (o *GetVolumeDiscountResponse) SetQuantity(v int32)

SetQuantity gets a reference to the given int32 and assigns it to the Quantity field.

func (*GetVolumeDiscountResponse) SetStartDate

func (o *GetVolumeDiscountResponse) SetStartDate(v string)

SetStartDate gets a reference to the given string and assigns it to the StartDate field.

func (*GetVolumeDiscountResponse) SetStatus

func (o *GetVolumeDiscountResponse) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*GetVolumeDiscountResponse) SetUnitPrice

func (o *GetVolumeDiscountResponse) SetUnitPrice(v float64)

SetUnitPrice gets a reference to the given float64 and assigns it to the UnitPrice field.

func (*GetVolumeDiscountResponse) SetVolumeDiscountPaymentType

func (o *GetVolumeDiscountResponse) SetVolumeDiscountPaymentType(v string)

SetVolumeDiscountPaymentType gets a reference to the given string and assigns it to the VolumeDiscountPaymentType field.

func (*GetVolumeDiscountResponse) SetVolumeDiscountType

func (o *GetVolumeDiscountResponse) SetVolumeDiscountType(v string)

SetVolumeDiscountType gets a reference to the given string and assigns it to the VolumeDiscountType field.

type GlobalSimAppletPLMNRecord

type GlobalSimAppletPLMNRecord struct {
	ContainerId int64   `json:"containerId"`
	Mcc         string  `json:"mcc"`
	Mnc         *string `json:"mnc,omitempty"`
}

GlobalSimAppletPLMNRecord struct for GlobalSimAppletPLMNRecord

func NewGlobalSimAppletPLMNRecord

func NewGlobalSimAppletPLMNRecord(containerId int64, mcc string) *GlobalSimAppletPLMNRecord

NewGlobalSimAppletPLMNRecord instantiates a new GlobalSimAppletPLMNRecord object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGlobalSimAppletPLMNRecordWithDefaults

func NewGlobalSimAppletPLMNRecordWithDefaults() *GlobalSimAppletPLMNRecord

NewGlobalSimAppletPLMNRecordWithDefaults instantiates a new GlobalSimAppletPLMNRecord object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GlobalSimAppletPLMNRecord) GetContainerId

func (o *GlobalSimAppletPLMNRecord) GetContainerId() int64

GetContainerId returns the ContainerId field value

func (*GlobalSimAppletPLMNRecord) GetContainerIdOk

func (o *GlobalSimAppletPLMNRecord) GetContainerIdOk() (*int64, bool)

GetContainerIdOk returns a tuple with the ContainerId field value and a boolean to check if the value has been set.

func (*GlobalSimAppletPLMNRecord) GetMcc

func (o *GlobalSimAppletPLMNRecord) GetMcc() string

GetMcc returns the Mcc field value

func (*GlobalSimAppletPLMNRecord) GetMccOk

func (o *GlobalSimAppletPLMNRecord) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.

func (*GlobalSimAppletPLMNRecord) GetMnc

func (o *GlobalSimAppletPLMNRecord) GetMnc() string

GetMnc returns the Mnc field value if set, zero value otherwise.

func (*GlobalSimAppletPLMNRecord) GetMncOk

func (o *GlobalSimAppletPLMNRecord) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GlobalSimAppletPLMNRecord) HasMnc

func (o *GlobalSimAppletPLMNRecord) HasMnc() bool

HasMnc returns a boolean if a field has been set.

func (GlobalSimAppletPLMNRecord) MarshalJSON

func (o GlobalSimAppletPLMNRecord) MarshalJSON() ([]byte, error)

func (*GlobalSimAppletPLMNRecord) SetContainerId

func (o *GlobalSimAppletPLMNRecord) SetContainerId(v int64)

SetContainerId sets field value

func (*GlobalSimAppletPLMNRecord) SetMcc

func (o *GlobalSimAppletPLMNRecord) SetMcc(v string)

SetMcc sets field value

func (*GlobalSimAppletPLMNRecord) SetMnc

func (o *GlobalSimAppletPLMNRecord) SetMnc(v string)

SetMnc gets a reference to the given string and assigns it to the Mnc field.

type Group

type Group struct {
	Configuration    *map[string]string `json:"configuration,omitempty"`
	CreatedTime      *int64             `json:"createdTime,omitempty"`
	GroupId          *string            `json:"groupId,omitempty"`
	LastModifiedTime *int64             `json:"lastModifiedTime,omitempty"`
	OperatorId       *string            `json:"operatorId,omitempty"`
	// An object which always contains at least one property \"name\" with a string value. If you give a subscriber/SIM a name, the name will be returned as the value of the \"name\" property. If the subscriber/SIM does not have a name, an empty string \"\" is returned. In addition, if you create any custom tags for the subscriber/SIM, each custom tag will appear as additional properties in the object.
	Tags *map[string]string `json:"tags,omitempty"`
}

Group struct for Group

func NewGroup

func NewGroup() *Group

NewGroup instantiates a new Group object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGroupWithDefaults

func NewGroupWithDefaults() *Group

NewGroupWithDefaults instantiates a new Group object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Group) GetConfiguration

func (o *Group) GetConfiguration() map[string]string

GetConfiguration returns the Configuration field value if set, zero value otherwise.

func (*Group) GetConfigurationOk

func (o *Group) GetConfigurationOk() (*map[string]string, bool)

GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Group) GetCreatedTime

func (o *Group) GetCreatedTime() int64

GetCreatedTime returns the CreatedTime field value if set, zero value otherwise.

func (*Group) GetCreatedTimeOk

func (o *Group) GetCreatedTimeOk() (*int64, bool)

GetCreatedTimeOk returns a tuple with the CreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Group) GetGroupId

func (o *Group) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*Group) GetGroupIdOk

func (o *Group) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Group) GetLastModifiedTime

func (o *Group) GetLastModifiedTime() int64

GetLastModifiedTime returns the LastModifiedTime field value if set, zero value otherwise.

func (*Group) GetLastModifiedTimeOk

func (o *Group) GetLastModifiedTimeOk() (*int64, bool)

GetLastModifiedTimeOk returns a tuple with the LastModifiedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Group) GetOperatorId

func (o *Group) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*Group) GetOperatorIdOk

func (o *Group) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Group) GetTags

func (o *Group) GetTags() map[string]string

GetTags returns the Tags field value if set, zero value otherwise.

func (*Group) GetTagsOk

func (o *Group) GetTagsOk() (*map[string]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Group) HasConfiguration

func (o *Group) HasConfiguration() bool

HasConfiguration returns a boolean if a field has been set.

func (*Group) HasCreatedTime

func (o *Group) HasCreatedTime() bool

HasCreatedTime returns a boolean if a field has been set.

func (*Group) HasGroupId

func (o *Group) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*Group) HasLastModifiedTime

func (o *Group) HasLastModifiedTime() bool

HasLastModifiedTime returns a boolean if a field has been set.

func (*Group) HasOperatorId

func (o *Group) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (*Group) HasTags

func (o *Group) HasTags() bool

HasTags returns a boolean if a field has been set.

func (Group) MarshalJSON

func (o Group) MarshalJSON() ([]byte, error)

func (*Group) SetConfiguration

func (o *Group) SetConfiguration(v map[string]string)

SetConfiguration gets a reference to the given map[string]string and assigns it to the Configuration field.

func (*Group) SetCreatedTime

func (o *Group) SetCreatedTime(v int64)

SetCreatedTime gets a reference to the given int64 and assigns it to the CreatedTime field.

func (*Group) SetGroupId

func (o *Group) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*Group) SetLastModifiedTime

func (o *Group) SetLastModifiedTime(v int64)

SetLastModifiedTime gets a reference to the given int64 and assigns it to the LastModifiedTime field.

func (*Group) SetOperatorId

func (o *Group) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

func (*Group) SetTags

func (o *Group) SetTags(v map[string]string)

SetTags gets a reference to the given map[string]string and assigns it to the Tags field.

type GroupApiService

type GroupApiService service

GroupApiService GroupApi service

func (*GroupApiService) CreateGroup

CreateGroup Create Group

Group を新規作成する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateGroupRequest

func (*GroupApiService) CreateGroupExecute

func (a *GroupApiService) CreateGroupExecute(r ApiCreateGroupRequest) (*Group, *http.Response, error)

Execute executes the request

@return Group

func (*GroupApiService) DeleteConfigurationNamespace

func (a *GroupApiService) DeleteConfigurationNamespace(ctx context.Context, groupId string, namespace string) ApiDeleteConfigurationNamespaceRequest

DeleteConfigurationNamespace Delete Group Configuration Namespace

指定された Group のネームスペースを削除

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId 対象の Group
@param namespace 削除対象のネームスペース
@return ApiDeleteConfigurationNamespaceRequest

func (*GroupApiService) DeleteConfigurationNamespaceExecute

func (a *GroupApiService) DeleteConfigurationNamespaceExecute(r ApiDeleteConfigurationNamespaceRequest) (*http.Response, error)

Execute executes the request

func (*GroupApiService) DeleteConfigurationParameter

func (a *GroupApiService) DeleteConfigurationParameter(ctx context.Context, groupId string, namespace string, name string) ApiDeleteConfigurationParameterRequest

DeleteConfigurationParameter Delete Group Configuration Parameters

指定された Group のパラメータを削除

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId 対象の Group
@param namespace 対象のパラメータのネームスペース
@param name 削除対象のパラメータ名(URL の Path の一部になるので、パーセントエンコーディングを施す。JavaScript なら encodeURIComponent() したものを指定する)
@return ApiDeleteConfigurationParameterRequest

func (*GroupApiService) DeleteConfigurationParameterExecute

func (a *GroupApiService) DeleteConfigurationParameterExecute(r ApiDeleteConfigurationParameterRequest) (*http.Response, error)

Execute executes the request

func (*GroupApiService) DeleteGroup

func (a *GroupApiService) DeleteGroup(ctx context.Context, groupId string) ApiDeleteGroupRequest

DeleteGroup Delete Group

Group ID で指定された Group を削除する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId 対象の Group の ID
@return ApiDeleteGroupRequest

func (*GroupApiService) DeleteGroupExecute

func (a *GroupApiService) DeleteGroupExecute(r ApiDeleteGroupRequest) (*http.Response, error)

Execute executes the request

func (*GroupApiService) DeleteGroupTag

func (a *GroupApiService) DeleteGroupTag(ctx context.Context, groupId string, tagName string) ApiDeleteGroupTagRequest

DeleteGroupTag Delete Group Tag

指定された Group のタグを削除

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId 対象の Group の ID
@param tagName 削除対象のタグ名(URL の Path の一部になるので、パーセントエンコーディングを施す。JavaScript なら encodeURIComponent() したものを指定する)
@return ApiDeleteGroupTagRequest

func (*GroupApiService) DeleteGroupTagExecute

func (a *GroupApiService) DeleteGroupTagExecute(r ApiDeleteGroupTagRequest) (*http.Response, error)

Execute executes the request

func (*GroupApiService) GetGroup

func (a *GroupApiService) GetGroup(ctx context.Context, groupId string) ApiGetGroupRequest

GetGroup Get Group

Group ID で指定された Group を返す

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId 対象の Group の ID
@return ApiGetGroupRequest

func (*GroupApiService) GetGroupExecute

func (a *GroupApiService) GetGroupExecute(r ApiGetGroupRequest) (*Group, *http.Response, error)

Execute executes the request

@return Group

func (*GroupApiService) ListGroups

ListGroups List Groups

Group の一覧を返す

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListGroupsRequest

func (*GroupApiService) ListGroupsExecute

func (a *GroupApiService) ListGroupsExecute(r ApiListGroupsRequest) ([]Group, *http.Response, error)

Execute executes the request

@return []Group

func (*GroupApiService) ListSubscribersInGroup

func (a *GroupApiService) ListSubscribersInGroup(ctx context.Context, groupId string) ApiListSubscribersInGroupRequest

ListSubscribersInGroup List Subscribers in a group

Group ID で指定された Group に属する Subscriber の一覧を返す

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId 対象の Group の ID
@return ApiListSubscribersInGroupRequest

func (*GroupApiService) ListSubscribersInGroupExecute

func (a *GroupApiService) ListSubscribersInGroupExecute(r ApiListSubscribersInGroupRequest) (*Group, *http.Response, error)

Execute executes the request

@return Group

func (*GroupApiService) PutConfigurationParameters

func (a *GroupApiService) PutConfigurationParameters(ctx context.Context, groupId string, namespace string) ApiPutConfigurationParametersRequest

PutConfigurationParameters Update Group Configuration Parameters

指定された Group のパラメータを追加・更新

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId 対象の Group の ID。[`Group:listGroups API`](#/Group/listGroups) で取得できます。
@param namespace 対象の Configuration
@return ApiPutConfigurationParametersRequest

func (*GroupApiService) PutConfigurationParametersExecute

func (a *GroupApiService) PutConfigurationParametersExecute(r ApiPutConfigurationParametersRequest) (*Group, *http.Response, error)

Execute executes the request

@return Group

func (*GroupApiService) PutGroupTags

func (a *GroupApiService) PutGroupTags(ctx context.Context, groupId string) ApiPutGroupTagsRequest

PutGroupTags Update Group Tags

指定された Configuration Group のタグを追加・更新

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId 対象の Group の ID
@return ApiPutGroupTagsRequest

func (*GroupApiService) PutGroupTagsExecute

func (a *GroupApiService) PutGroupTagsExecute(r ApiPutGroupTagsRequest) (*Group, *http.Response, error)

Execute executes the request

@return Group

type GroupConfigurationUpdateRequest

type GroupConfigurationUpdateRequest struct {
	Key   string `json:"key"`
	Value string `json:"value"`
}

GroupConfigurationUpdateRequest struct for GroupConfigurationUpdateRequest

func NewGroupConfigurationUpdateRequest

func NewGroupConfigurationUpdateRequest(key string, value string) *GroupConfigurationUpdateRequest

NewGroupConfigurationUpdateRequest instantiates a new GroupConfigurationUpdateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGroupConfigurationUpdateRequestWithDefaults

func NewGroupConfigurationUpdateRequestWithDefaults() *GroupConfigurationUpdateRequest

NewGroupConfigurationUpdateRequestWithDefaults instantiates a new GroupConfigurationUpdateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GroupConfigurationUpdateRequest) GetKey

GetKey returns the Key field value

func (*GroupConfigurationUpdateRequest) GetKeyOk

func (o *GroupConfigurationUpdateRequest) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*GroupConfigurationUpdateRequest) GetValue

GetValue returns the Value field value

func (*GroupConfigurationUpdateRequest) GetValueOk

func (o *GroupConfigurationUpdateRequest) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.

func (GroupConfigurationUpdateRequest) MarshalJSON

func (o GroupConfigurationUpdateRequest) MarshalJSON() ([]byte, error)

func (*GroupConfigurationUpdateRequest) SetKey

SetKey sets field value

func (*GroupConfigurationUpdateRequest) SetValue

func (o *GroupConfigurationUpdateRequest) SetValue(v string)

SetValue sets field value

type HarvestExportedDataStatsResponse

type HarvestExportedDataStatsResponse struct {
	// exportedBytes
	ExportedBytes *int32 `json:"exportedBytes,omitempty"`
	// yearMonth
	YearMonth *string `json:"yearMonth,omitempty"`
}

HarvestExportedDataStatsResponse struct for HarvestExportedDataStatsResponse

func NewHarvestExportedDataStatsResponse

func NewHarvestExportedDataStatsResponse() *HarvestExportedDataStatsResponse

NewHarvestExportedDataStatsResponse instantiates a new HarvestExportedDataStatsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewHarvestExportedDataStatsResponseWithDefaults

func NewHarvestExportedDataStatsResponseWithDefaults() *HarvestExportedDataStatsResponse

NewHarvestExportedDataStatsResponseWithDefaults instantiates a new HarvestExportedDataStatsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*HarvestExportedDataStatsResponse) GetExportedBytes

func (o *HarvestExportedDataStatsResponse) GetExportedBytes() int32

GetExportedBytes returns the ExportedBytes field value if set, zero value otherwise.

func (*HarvestExportedDataStatsResponse) GetExportedBytesOk

func (o *HarvestExportedDataStatsResponse) GetExportedBytesOk() (*int32, bool)

GetExportedBytesOk returns a tuple with the ExportedBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HarvestExportedDataStatsResponse) GetYearMonth

func (o *HarvestExportedDataStatsResponse) GetYearMonth() string

GetYearMonth returns the YearMonth field value if set, zero value otherwise.

func (*HarvestExportedDataStatsResponse) GetYearMonthOk

func (o *HarvestExportedDataStatsResponse) GetYearMonthOk() (*string, bool)

GetYearMonthOk returns a tuple with the YearMonth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HarvestExportedDataStatsResponse) HasExportedBytes

func (o *HarvestExportedDataStatsResponse) HasExportedBytes() bool

HasExportedBytes returns a boolean if a field has been set.

func (*HarvestExportedDataStatsResponse) HasYearMonth

func (o *HarvestExportedDataStatsResponse) HasYearMonth() bool

HasYearMonth returns a boolean if a field has been set.

func (HarvestExportedDataStatsResponse) MarshalJSON

func (o HarvestExportedDataStatsResponse) MarshalJSON() ([]byte, error)

func (*HarvestExportedDataStatsResponse) SetExportedBytes

func (o *HarvestExportedDataStatsResponse) SetExportedBytes(v int32)

SetExportedBytes gets a reference to the given int32 and assigns it to the ExportedBytes field.

func (*HarvestExportedDataStatsResponse) SetYearMonth

func (o *HarvestExportedDataStatsResponse) SetYearMonth(v string)

SetYearMonth gets a reference to the given string and assigns it to the YearMonth field.

type HarvestStatsResponse

type HarvestStatsResponse struct {
	HarvestStatsMap *map[string]SoracomHarvestStats `json:"harvestStatsMap,omitempty"`
	Unixtime        *int64                          `json:"unixtime,omitempty"`
}

HarvestStatsResponse struct for HarvestStatsResponse

func NewHarvestStatsResponse

func NewHarvestStatsResponse() *HarvestStatsResponse

NewHarvestStatsResponse instantiates a new HarvestStatsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewHarvestStatsResponseWithDefaults

func NewHarvestStatsResponseWithDefaults() *HarvestStatsResponse

NewHarvestStatsResponseWithDefaults instantiates a new HarvestStatsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*HarvestStatsResponse) GetHarvestStatsMap

func (o *HarvestStatsResponse) GetHarvestStatsMap() map[string]SoracomHarvestStats

GetHarvestStatsMap returns the HarvestStatsMap field value if set, zero value otherwise.

func (*HarvestStatsResponse) GetHarvestStatsMapOk

func (o *HarvestStatsResponse) GetHarvestStatsMapOk() (*map[string]SoracomHarvestStats, bool)

GetHarvestStatsMapOk returns a tuple with the HarvestStatsMap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HarvestStatsResponse) GetUnixtime

func (o *HarvestStatsResponse) GetUnixtime() int64

GetUnixtime returns the Unixtime field value if set, zero value otherwise.

func (*HarvestStatsResponse) GetUnixtimeOk

func (o *HarvestStatsResponse) GetUnixtimeOk() (*int64, bool)

GetUnixtimeOk returns a tuple with the Unixtime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HarvestStatsResponse) HasHarvestStatsMap

func (o *HarvestStatsResponse) HasHarvestStatsMap() bool

HasHarvestStatsMap returns a boolean if a field has been set.

func (*HarvestStatsResponse) HasUnixtime

func (o *HarvestStatsResponse) HasUnixtime() bool

HasUnixtime returns a boolean if a field has been set.

func (HarvestStatsResponse) MarshalJSON

func (o HarvestStatsResponse) MarshalJSON() ([]byte, error)

func (*HarvestStatsResponse) SetHarvestStatsMap

func (o *HarvestStatsResponse) SetHarvestStatsMap(v map[string]SoracomHarvestStats)

SetHarvestStatsMap gets a reference to the given map[string]SoracomHarvestStats and assigns it to the HarvestStatsMap field.

func (*HarvestStatsResponse) SetUnixtime

func (o *HarvestStatsResponse) SetUnixtime(v int64)

SetUnixtime gets a reference to the given int64 and assigns it to the Unixtime field.

type ImeiLock

type ImeiLock struct {
	Imei *string `json:"imei,omitempty"`
}

ImeiLock struct for ImeiLock

func NewImeiLock

func NewImeiLock() *ImeiLock

NewImeiLock instantiates a new ImeiLock object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewImeiLockWithDefaults

func NewImeiLockWithDefaults() *ImeiLock

NewImeiLockWithDefaults instantiates a new ImeiLock object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ImeiLock) GetImei

func (o *ImeiLock) GetImei() string

GetImei returns the Imei field value if set, zero value otherwise.

func (*ImeiLock) GetImeiOk

func (o *ImeiLock) GetImeiOk() (*string, bool)

GetImeiOk returns a tuple with the Imei field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImeiLock) HasImei

func (o *ImeiLock) HasImei() bool

HasImei returns a boolean if a field has been set.

func (ImeiLock) MarshalJSON

func (o ImeiLock) MarshalJSON() ([]byte, error)

func (*ImeiLock) SetImei

func (o *ImeiLock) SetImei(v string)

SetImei gets a reference to the given string and assigns it to the Imei field.

type IndividualInformationModel

type IndividualInformationModel struct {
	AddressLine1 *string `json:"addressLine1,omitempty"`
	AddressLine2 *string `json:"addressLine2,omitempty"`
	Building     *string `json:"building,omitempty"`
	City         *string `json:"city,omitempty"`
	CountryCode  string  `json:"countryCode"`
	FullName     string  `json:"fullName"`
	PhoneNumber  string  `json:"phoneNumber"`
	State        *string `json:"state,omitempty"`
	ZipCode      string  `json:"zipCode"`
}

IndividualInformationModel struct for IndividualInformationModel

func NewIndividualInformationModel

func NewIndividualInformationModel(countryCode string, fullName string, phoneNumber string, zipCode string) *IndividualInformationModel

NewIndividualInformationModel instantiates a new IndividualInformationModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIndividualInformationModelWithDefaults

func NewIndividualInformationModelWithDefaults() *IndividualInformationModel

NewIndividualInformationModelWithDefaults instantiates a new IndividualInformationModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IndividualInformationModel) GetAddressLine1

func (o *IndividualInformationModel) GetAddressLine1() string

GetAddressLine1 returns the AddressLine1 field value if set, zero value otherwise.

func (*IndividualInformationModel) GetAddressLine1Ok

func (o *IndividualInformationModel) GetAddressLine1Ok() (*string, bool)

GetAddressLine1Ok returns a tuple with the AddressLine1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndividualInformationModel) GetAddressLine2

func (o *IndividualInformationModel) GetAddressLine2() string

GetAddressLine2 returns the AddressLine2 field value if set, zero value otherwise.

func (*IndividualInformationModel) GetAddressLine2Ok

func (o *IndividualInformationModel) GetAddressLine2Ok() (*string, bool)

GetAddressLine2Ok returns a tuple with the AddressLine2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndividualInformationModel) GetBuilding

func (o *IndividualInformationModel) GetBuilding() string

GetBuilding returns the Building field value if set, zero value otherwise.

func (*IndividualInformationModel) GetBuildingOk

func (o *IndividualInformationModel) GetBuildingOk() (*string, bool)

GetBuildingOk returns a tuple with the Building field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndividualInformationModel) GetCity

func (o *IndividualInformationModel) GetCity() string

GetCity returns the City field value if set, zero value otherwise.

func (*IndividualInformationModel) GetCityOk

func (o *IndividualInformationModel) GetCityOk() (*string, bool)

GetCityOk returns a tuple with the City field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndividualInformationModel) GetCountryCode

func (o *IndividualInformationModel) GetCountryCode() string

GetCountryCode returns the CountryCode field value

func (*IndividualInformationModel) GetCountryCodeOk

func (o *IndividualInformationModel) GetCountryCodeOk() (*string, bool)

GetCountryCodeOk returns a tuple with the CountryCode field value and a boolean to check if the value has been set.

func (*IndividualInformationModel) GetFullName

func (o *IndividualInformationModel) GetFullName() string

GetFullName returns the FullName field value

func (*IndividualInformationModel) GetFullNameOk

func (o *IndividualInformationModel) GetFullNameOk() (*string, bool)

GetFullNameOk returns a tuple with the FullName field value and a boolean to check if the value has been set.

func (*IndividualInformationModel) GetPhoneNumber

func (o *IndividualInformationModel) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field value

func (*IndividualInformationModel) GetPhoneNumberOk

func (o *IndividualInformationModel) GetPhoneNumberOk() (*string, bool)

GetPhoneNumberOk returns a tuple with the PhoneNumber field value and a boolean to check if the value has been set.

func (*IndividualInformationModel) GetState

func (o *IndividualInformationModel) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*IndividualInformationModel) GetStateOk

func (o *IndividualInformationModel) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndividualInformationModel) GetZipCode

func (o *IndividualInformationModel) GetZipCode() string

GetZipCode returns the ZipCode field value

func (*IndividualInformationModel) GetZipCodeOk

func (o *IndividualInformationModel) GetZipCodeOk() (*string, bool)

GetZipCodeOk returns a tuple with the ZipCode field value and a boolean to check if the value has been set.

func (*IndividualInformationModel) HasAddressLine1

func (o *IndividualInformationModel) HasAddressLine1() bool

HasAddressLine1 returns a boolean if a field has been set.

func (*IndividualInformationModel) HasAddressLine2

func (o *IndividualInformationModel) HasAddressLine2() bool

HasAddressLine2 returns a boolean if a field has been set.

func (*IndividualInformationModel) HasBuilding

func (o *IndividualInformationModel) HasBuilding() bool

HasBuilding returns a boolean if a field has been set.

func (*IndividualInformationModel) HasCity

func (o *IndividualInformationModel) HasCity() bool

HasCity returns a boolean if a field has been set.

func (*IndividualInformationModel) HasState

func (o *IndividualInformationModel) HasState() bool

HasState returns a boolean if a field has been set.

func (IndividualInformationModel) MarshalJSON

func (o IndividualInformationModel) MarshalJSON() ([]byte, error)

func (*IndividualInformationModel) SetAddressLine1

func (o *IndividualInformationModel) SetAddressLine1(v string)

SetAddressLine1 gets a reference to the given string and assigns it to the AddressLine1 field.

func (*IndividualInformationModel) SetAddressLine2

func (o *IndividualInformationModel) SetAddressLine2(v string)

SetAddressLine2 gets a reference to the given string and assigns it to the AddressLine2 field.

func (*IndividualInformationModel) SetBuilding

func (o *IndividualInformationModel) SetBuilding(v string)

SetBuilding gets a reference to the given string and assigns it to the Building field.

func (*IndividualInformationModel) SetCity

func (o *IndividualInformationModel) SetCity(v string)

SetCity gets a reference to the given string and assigns it to the City field.

func (*IndividualInformationModel) SetCountryCode

func (o *IndividualInformationModel) SetCountryCode(v string)

SetCountryCode sets field value

func (*IndividualInformationModel) SetFullName

func (o *IndividualInformationModel) SetFullName(v string)

SetFullName sets field value

func (*IndividualInformationModel) SetPhoneNumber

func (o *IndividualInformationModel) SetPhoneNumber(v string)

SetPhoneNumber sets field value

func (*IndividualInformationModel) SetState

func (o *IndividualInformationModel) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*IndividualInformationModel) SetZipCode

func (o *IndividualInformationModel) SetZipCode(v string)

SetZipCode sets field value

type Insight

type Insight struct {
	// 異常と思われる状況を検出した時間。フォーマットは category に関するイベントのタイムスタンプに依存します。(例:session の場合は UNIX 時間 (ミリ秒))
	AnomalyDetectedTimes []string `json:"anomalyDetectedTimes,omitempty"`
	Category             *string  `json:"category,omitempty"`
	InsightId            *string  `json:"insightId,omitempty"`
	Message              *string  `json:"message,omitempty"`
	// インサイトに関連のある参考情報の URL
	ReferenceUrls []map[string]ReferenceUrl `json:"referenceUrls,omitempty"`
	Severity      *string                   `json:"severity,omitempty"`
}

Insight struct for Insight

func NewInsight

func NewInsight() *Insight

NewInsight instantiates a new Insight object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInsightWithDefaults

func NewInsightWithDefaults() *Insight

NewInsightWithDefaults instantiates a new Insight object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Insight) GetAnomalyDetectedTimes

func (o *Insight) GetAnomalyDetectedTimes() []string

GetAnomalyDetectedTimes returns the AnomalyDetectedTimes field value if set, zero value otherwise.

func (*Insight) GetAnomalyDetectedTimesOk

func (o *Insight) GetAnomalyDetectedTimesOk() ([]string, bool)

GetAnomalyDetectedTimesOk returns a tuple with the AnomalyDetectedTimes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Insight) GetCategory

func (o *Insight) GetCategory() string

GetCategory returns the Category field value if set, zero value otherwise.

func (*Insight) GetCategoryOk

func (o *Insight) GetCategoryOk() (*string, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Insight) GetInsightId

func (o *Insight) GetInsightId() string

GetInsightId returns the InsightId field value if set, zero value otherwise.

func (*Insight) GetInsightIdOk

func (o *Insight) GetInsightIdOk() (*string, bool)

GetInsightIdOk returns a tuple with the InsightId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Insight) GetMessage

func (o *Insight) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*Insight) GetMessageOk

func (o *Insight) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Insight) GetReferenceUrls

func (o *Insight) GetReferenceUrls() []map[string]ReferenceUrl

GetReferenceUrls returns the ReferenceUrls field value if set, zero value otherwise.

func (*Insight) GetReferenceUrlsOk

func (o *Insight) GetReferenceUrlsOk() ([]map[string]ReferenceUrl, bool)

GetReferenceUrlsOk returns a tuple with the ReferenceUrls field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Insight) GetSeverity

func (o *Insight) GetSeverity() string

GetSeverity returns the Severity field value if set, zero value otherwise.

func (*Insight) GetSeverityOk

func (o *Insight) GetSeverityOk() (*string, bool)

GetSeverityOk returns a tuple with the Severity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Insight) HasAnomalyDetectedTimes

func (o *Insight) HasAnomalyDetectedTimes() bool

HasAnomalyDetectedTimes returns a boolean if a field has been set.

func (*Insight) HasCategory

func (o *Insight) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*Insight) HasInsightId

func (o *Insight) HasInsightId() bool

HasInsightId returns a boolean if a field has been set.

func (*Insight) HasMessage

func (o *Insight) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*Insight) HasReferenceUrls

func (o *Insight) HasReferenceUrls() bool

HasReferenceUrls returns a boolean if a field has been set.

func (*Insight) HasSeverity

func (o *Insight) HasSeverity() bool

HasSeverity returns a boolean if a field has been set.

func (Insight) MarshalJSON

func (o Insight) MarshalJSON() ([]byte, error)

func (*Insight) SetAnomalyDetectedTimes

func (o *Insight) SetAnomalyDetectedTimes(v []string)

SetAnomalyDetectedTimes gets a reference to the given []string and assigns it to the AnomalyDetectedTimes field.

func (*Insight) SetCategory

func (o *Insight) SetCategory(v string)

SetCategory gets a reference to the given string and assigns it to the Category field.

func (*Insight) SetInsightId

func (o *Insight) SetInsightId(v string)

SetInsightId gets a reference to the given string and assigns it to the InsightId field.

func (*Insight) SetMessage

func (o *Insight) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*Insight) SetReferenceUrls

func (o *Insight) SetReferenceUrls(v []map[string]ReferenceUrl)

SetReferenceUrls gets a reference to the given []map[string]ReferenceUrl and assigns it to the ReferenceUrls field.

func (*Insight) SetSeverity

func (o *Insight) SetSeverity(v string)

SetSeverity gets a reference to the given string and assigns it to the Severity field.

type IpAddressMapEntry

type IpAddressMapEntry struct {
	IpAddress *string `json:"ipAddress,omitempty"`
	Key       *string `json:"key,omitempty"`
	Type      *string `json:"type,omitempty"`
}

IpAddressMapEntry struct for IpAddressMapEntry

func NewIpAddressMapEntry

func NewIpAddressMapEntry() *IpAddressMapEntry

NewIpAddressMapEntry instantiates a new IpAddressMapEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpAddressMapEntryWithDefaults

func NewIpAddressMapEntryWithDefaults() *IpAddressMapEntry

NewIpAddressMapEntryWithDefaults instantiates a new IpAddressMapEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IpAddressMapEntry) GetIpAddress

func (o *IpAddressMapEntry) GetIpAddress() string

GetIpAddress returns the IpAddress field value if set, zero value otherwise.

func (*IpAddressMapEntry) GetIpAddressOk

func (o *IpAddressMapEntry) GetIpAddressOk() (*string, bool)

GetIpAddressOk returns a tuple with the IpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpAddressMapEntry) GetKey

func (o *IpAddressMapEntry) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*IpAddressMapEntry) GetKeyOk

func (o *IpAddressMapEntry) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpAddressMapEntry) GetType

func (o *IpAddressMapEntry) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*IpAddressMapEntry) GetTypeOk

func (o *IpAddressMapEntry) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpAddressMapEntry) HasIpAddress

func (o *IpAddressMapEntry) HasIpAddress() bool

HasIpAddress returns a boolean if a field has been set.

func (*IpAddressMapEntry) HasKey

func (o *IpAddressMapEntry) HasKey() bool

HasKey returns a boolean if a field has been set.

func (*IpAddressMapEntry) HasType

func (o *IpAddressMapEntry) HasType() bool

HasType returns a boolean if a field has been set.

func (IpAddressMapEntry) MarshalJSON

func (o IpAddressMapEntry) MarshalJSON() ([]byte, error)

func (*IpAddressMapEntry) SetIpAddress

func (o *IpAddressMapEntry) SetIpAddress(v string)

SetIpAddress gets a reference to the given string and assigns it to the IpAddress field.

func (*IpAddressMapEntry) SetKey

func (o *IpAddressMapEntry) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*IpAddressMapEntry) SetType

func (o *IpAddressMapEntry) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type IssueAddEmailTokenRequest

type IssueAddEmailTokenRequest struct {
	// 追加するメールアドレス
	Email string `json:"email"`
	// ルートユーザーのパスワード
	Password string `json:"password"`
}

IssueAddEmailTokenRequest struct for IssueAddEmailTokenRequest

func NewIssueAddEmailTokenRequest

func NewIssueAddEmailTokenRequest(email string, password string) *IssueAddEmailTokenRequest

NewIssueAddEmailTokenRequest instantiates a new IssueAddEmailTokenRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIssueAddEmailTokenRequestWithDefaults

func NewIssueAddEmailTokenRequestWithDefaults() *IssueAddEmailTokenRequest

NewIssueAddEmailTokenRequestWithDefaults instantiates a new IssueAddEmailTokenRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IssueAddEmailTokenRequest) GetEmail

func (o *IssueAddEmailTokenRequest) GetEmail() string

GetEmail returns the Email field value

func (*IssueAddEmailTokenRequest) GetEmailOk

func (o *IssueAddEmailTokenRequest) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*IssueAddEmailTokenRequest) GetPassword

func (o *IssueAddEmailTokenRequest) GetPassword() string

GetPassword returns the Password field value

func (*IssueAddEmailTokenRequest) GetPasswordOk

func (o *IssueAddEmailTokenRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (IssueAddEmailTokenRequest) MarshalJSON

func (o IssueAddEmailTokenRequest) MarshalJSON() ([]byte, error)

func (*IssueAddEmailTokenRequest) SetEmail

func (o *IssueAddEmailTokenRequest) SetEmail(v string)

SetEmail sets field value

func (*IssueAddEmailTokenRequest) SetPassword

func (o *IssueAddEmailTokenRequest) SetPassword(v string)

SetPassword sets field value

type IssuePasswordResetTokenRequest

type IssuePasswordResetTokenRequest struct {
	Email string `json:"email"`
}

IssuePasswordResetTokenRequest struct for IssuePasswordResetTokenRequest

func NewIssuePasswordResetTokenRequest

func NewIssuePasswordResetTokenRequest(email string) *IssuePasswordResetTokenRequest

NewIssuePasswordResetTokenRequest instantiates a new IssuePasswordResetTokenRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIssuePasswordResetTokenRequestWithDefaults

func NewIssuePasswordResetTokenRequestWithDefaults() *IssuePasswordResetTokenRequest

NewIssuePasswordResetTokenRequestWithDefaults instantiates a new IssuePasswordResetTokenRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IssuePasswordResetTokenRequest) GetEmail

func (o *IssuePasswordResetTokenRequest) GetEmail() string

GetEmail returns the Email field value

func (*IssuePasswordResetTokenRequest) GetEmailOk

func (o *IssuePasswordResetTokenRequest) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (IssuePasswordResetTokenRequest) MarshalJSON

func (o IssuePasswordResetTokenRequest) MarshalJSON() ([]byte, error)

func (*IssuePasswordResetTokenRequest) SetEmail

func (o *IssuePasswordResetTokenRequest) SetEmail(v string)

SetEmail sets field value

type IssueSubscriberTransferTokenRequest

type IssueSubscriberTransferTokenRequest struct {
	// 移管先オペレーターEmail
	TransferDestinationOperatorEmail string `json:"transferDestinationOperatorEmail"`
	// 移管先オペレーターID
	TransferDestinationOperatorId string `json:"transferDestinationOperatorId"`
	// 移管する IMSI リスト
	TransferImsi []string `json:"transferImsi"`
}

IssueSubscriberTransferTokenRequest struct for IssueSubscriberTransferTokenRequest

func NewIssueSubscriberTransferTokenRequest

func NewIssueSubscriberTransferTokenRequest(transferDestinationOperatorEmail string, transferDestinationOperatorId string, transferImsi []string) *IssueSubscriberTransferTokenRequest

NewIssueSubscriberTransferTokenRequest instantiates a new IssueSubscriberTransferTokenRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIssueSubscriberTransferTokenRequestWithDefaults

func NewIssueSubscriberTransferTokenRequestWithDefaults() *IssueSubscriberTransferTokenRequest

NewIssueSubscriberTransferTokenRequestWithDefaults instantiates a new IssueSubscriberTransferTokenRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IssueSubscriberTransferTokenRequest) GetTransferDestinationOperatorEmail

func (o *IssueSubscriberTransferTokenRequest) GetTransferDestinationOperatorEmail() string

GetTransferDestinationOperatorEmail returns the TransferDestinationOperatorEmail field value

func (*IssueSubscriberTransferTokenRequest) GetTransferDestinationOperatorEmailOk

func (o *IssueSubscriberTransferTokenRequest) GetTransferDestinationOperatorEmailOk() (*string, bool)

GetTransferDestinationOperatorEmailOk returns a tuple with the TransferDestinationOperatorEmail field value and a boolean to check if the value has been set.

func (*IssueSubscriberTransferTokenRequest) GetTransferDestinationOperatorId

func (o *IssueSubscriberTransferTokenRequest) GetTransferDestinationOperatorId() string

GetTransferDestinationOperatorId returns the TransferDestinationOperatorId field value

func (*IssueSubscriberTransferTokenRequest) GetTransferDestinationOperatorIdOk

func (o *IssueSubscriberTransferTokenRequest) GetTransferDestinationOperatorIdOk() (*string, bool)

GetTransferDestinationOperatorIdOk returns a tuple with the TransferDestinationOperatorId field value and a boolean to check if the value has been set.

func (*IssueSubscriberTransferTokenRequest) GetTransferImsi

func (o *IssueSubscriberTransferTokenRequest) GetTransferImsi() []string

GetTransferImsi returns the TransferImsi field value

func (*IssueSubscriberTransferTokenRequest) GetTransferImsiOk

func (o *IssueSubscriberTransferTokenRequest) GetTransferImsiOk() ([]string, bool)

GetTransferImsiOk returns a tuple with the TransferImsi field value and a boolean to check if the value has been set.

func (IssueSubscriberTransferTokenRequest) MarshalJSON

func (o IssueSubscriberTransferTokenRequest) MarshalJSON() ([]byte, error)

func (*IssueSubscriberTransferTokenRequest) SetTransferDestinationOperatorEmail

func (o *IssueSubscriberTransferTokenRequest) SetTransferDestinationOperatorEmail(v string)

SetTransferDestinationOperatorEmail sets field value

func (*IssueSubscriberTransferTokenRequest) SetTransferDestinationOperatorId

func (o *IssueSubscriberTransferTokenRequest) SetTransferDestinationOperatorId(v string)

SetTransferDestinationOperatorId sets field value

func (*IssueSubscriberTransferTokenRequest) SetTransferImsi

func (o *IssueSubscriberTransferTokenRequest) SetTransferImsi(v []string)

SetTransferImsi sets field value

type IssueSubscriberTransferTokenResponse

type IssueSubscriberTransferTokenResponse struct {
	// トークン
	Token string `json:"token"`
}

IssueSubscriberTransferTokenResponse struct for IssueSubscriberTransferTokenResponse

func NewIssueSubscriberTransferTokenResponse

func NewIssueSubscriberTransferTokenResponse(token string) *IssueSubscriberTransferTokenResponse

NewIssueSubscriberTransferTokenResponse instantiates a new IssueSubscriberTransferTokenResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIssueSubscriberTransferTokenResponseWithDefaults

func NewIssueSubscriberTransferTokenResponseWithDefaults() *IssueSubscriberTransferTokenResponse

NewIssueSubscriberTransferTokenResponseWithDefaults instantiates a new IssueSubscriberTransferTokenResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IssueSubscriberTransferTokenResponse) GetToken

GetToken returns the Token field value

func (*IssueSubscriberTransferTokenResponse) GetTokenOk

func (o *IssueSubscriberTransferTokenResponse) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.

func (IssueSubscriberTransferTokenResponse) MarshalJSON

func (o IssueSubscriberTransferTokenResponse) MarshalJSON() ([]byte, error)

func (*IssueSubscriberTransferTokenResponse) SetToken

SetToken sets field value

type JunctionInspectionConfiguration

type JunctionInspectionConfiguration struct {
	Enabled *bool                `json:"enabled,omitempty"`
	Report  *FunnelConfiguration `json:"report,omitempty"`
}

JunctionInspectionConfiguration struct for JunctionInspectionConfiguration

func NewJunctionInspectionConfiguration

func NewJunctionInspectionConfiguration() *JunctionInspectionConfiguration

NewJunctionInspectionConfiguration instantiates a new JunctionInspectionConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewJunctionInspectionConfigurationWithDefaults

func NewJunctionInspectionConfigurationWithDefaults() *JunctionInspectionConfiguration

NewJunctionInspectionConfigurationWithDefaults instantiates a new JunctionInspectionConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*JunctionInspectionConfiguration) GetEnabled

func (o *JunctionInspectionConfiguration) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*JunctionInspectionConfiguration) GetEnabledOk

func (o *JunctionInspectionConfiguration) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JunctionInspectionConfiguration) GetReport

GetReport returns the Report field value if set, zero value otherwise.

func (*JunctionInspectionConfiguration) GetReportOk

GetReportOk returns a tuple with the Report field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JunctionInspectionConfiguration) HasEnabled

func (o *JunctionInspectionConfiguration) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*JunctionInspectionConfiguration) HasReport

func (o *JunctionInspectionConfiguration) HasReport() bool

HasReport returns a boolean if a field has been set.

func (JunctionInspectionConfiguration) MarshalJSON

func (o JunctionInspectionConfiguration) MarshalJSON() ([]byte, error)

func (*JunctionInspectionConfiguration) SetEnabled

func (o *JunctionInspectionConfiguration) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*JunctionInspectionConfiguration) SetReport

SetReport gets a reference to the given FunnelConfiguration and assigns it to the Report field.

type JunctionMirroringConfiguration

type JunctionMirroringConfiguration struct {
	Peers *map[string]JunctionMirroringPeer `json:"peers,omitempty"`
}

JunctionMirroringConfiguration struct for JunctionMirroringConfiguration

func NewJunctionMirroringConfiguration

func NewJunctionMirroringConfiguration() *JunctionMirroringConfiguration

NewJunctionMirroringConfiguration instantiates a new JunctionMirroringConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewJunctionMirroringConfigurationWithDefaults

func NewJunctionMirroringConfigurationWithDefaults() *JunctionMirroringConfiguration

NewJunctionMirroringConfigurationWithDefaults instantiates a new JunctionMirroringConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*JunctionMirroringConfiguration) GetPeers

GetPeers returns the Peers field value if set, zero value otherwise.

func (*JunctionMirroringConfiguration) GetPeersOk

GetPeersOk returns a tuple with the Peers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JunctionMirroringConfiguration) HasPeers

func (o *JunctionMirroringConfiguration) HasPeers() bool

HasPeers returns a boolean if a field has been set.

func (JunctionMirroringConfiguration) MarshalJSON

func (o JunctionMirroringConfiguration) MarshalJSON() ([]byte, error)

func (*JunctionMirroringConfiguration) SetPeers

SetPeers gets a reference to the given map[string]JunctionMirroringPeer and assigns it to the Peers field.

type JunctionMirroringPeer

type JunctionMirroringPeer struct {
	Description *string `json:"description,omitempty"`
	Enabled     *bool   `json:"enabled,omitempty"`
	IpAddress   *string `json:"ipAddress,omitempty"`
	Protocol    *string `json:"protocol,omitempty"`
}

JunctionMirroringPeer struct for JunctionMirroringPeer

func NewJunctionMirroringPeer

func NewJunctionMirroringPeer() *JunctionMirroringPeer

NewJunctionMirroringPeer instantiates a new JunctionMirroringPeer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewJunctionMirroringPeerWithDefaults

func NewJunctionMirroringPeerWithDefaults() *JunctionMirroringPeer

NewJunctionMirroringPeerWithDefaults instantiates a new JunctionMirroringPeer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*JunctionMirroringPeer) GetDescription

func (o *JunctionMirroringPeer) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*JunctionMirroringPeer) GetDescriptionOk

func (o *JunctionMirroringPeer) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JunctionMirroringPeer) GetEnabled

func (o *JunctionMirroringPeer) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*JunctionMirroringPeer) GetEnabledOk

func (o *JunctionMirroringPeer) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JunctionMirroringPeer) GetIpAddress

func (o *JunctionMirroringPeer) GetIpAddress() string

GetIpAddress returns the IpAddress field value if set, zero value otherwise.

func (*JunctionMirroringPeer) GetIpAddressOk

func (o *JunctionMirroringPeer) GetIpAddressOk() (*string, bool)

GetIpAddressOk returns a tuple with the IpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JunctionMirroringPeer) GetProtocol

func (o *JunctionMirroringPeer) GetProtocol() string

GetProtocol returns the Protocol field value if set, zero value otherwise.

func (*JunctionMirroringPeer) GetProtocolOk

func (o *JunctionMirroringPeer) GetProtocolOk() (*string, bool)

GetProtocolOk returns a tuple with the Protocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JunctionMirroringPeer) HasDescription

func (o *JunctionMirroringPeer) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*JunctionMirroringPeer) HasEnabled

func (o *JunctionMirroringPeer) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*JunctionMirroringPeer) HasIpAddress

func (o *JunctionMirroringPeer) HasIpAddress() bool

HasIpAddress returns a boolean if a field has been set.

func (*JunctionMirroringPeer) HasProtocol

func (o *JunctionMirroringPeer) HasProtocol() bool

HasProtocol returns a boolean if a field has been set.

func (JunctionMirroringPeer) MarshalJSON

func (o JunctionMirroringPeer) MarshalJSON() ([]byte, error)

func (*JunctionMirroringPeer) SetDescription

func (o *JunctionMirroringPeer) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*JunctionMirroringPeer) SetEnabled

func (o *JunctionMirroringPeer) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*JunctionMirroringPeer) SetIpAddress

func (o *JunctionMirroringPeer) SetIpAddress(v string)

SetIpAddress gets a reference to the given string and assigns it to the IpAddress field.

func (*JunctionMirroringPeer) SetProtocol

func (o *JunctionMirroringPeer) SetProtocol(v string)

SetProtocol gets a reference to the given string and assigns it to the Protocol field.

type JunctionRedirectionConfiguration

type JunctionRedirectionConfiguration struct {
	Description *string `json:"description,omitempty"`
	Enabled     *bool   `json:"enabled,omitempty"`
	Gateway     *string `json:"gateway,omitempty"`
}

JunctionRedirectionConfiguration struct for JunctionRedirectionConfiguration

func NewJunctionRedirectionConfiguration

func NewJunctionRedirectionConfiguration() *JunctionRedirectionConfiguration

NewJunctionRedirectionConfiguration instantiates a new JunctionRedirectionConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewJunctionRedirectionConfigurationWithDefaults

func NewJunctionRedirectionConfigurationWithDefaults() *JunctionRedirectionConfiguration

NewJunctionRedirectionConfigurationWithDefaults instantiates a new JunctionRedirectionConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*JunctionRedirectionConfiguration) GetDescription

func (o *JunctionRedirectionConfiguration) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*JunctionRedirectionConfiguration) GetDescriptionOk

func (o *JunctionRedirectionConfiguration) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JunctionRedirectionConfiguration) GetEnabled

func (o *JunctionRedirectionConfiguration) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*JunctionRedirectionConfiguration) GetEnabledOk

func (o *JunctionRedirectionConfiguration) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JunctionRedirectionConfiguration) GetGateway

func (o *JunctionRedirectionConfiguration) GetGateway() string

GetGateway returns the Gateway field value if set, zero value otherwise.

func (*JunctionRedirectionConfiguration) GetGatewayOk

func (o *JunctionRedirectionConfiguration) GetGatewayOk() (*string, bool)

GetGatewayOk returns a tuple with the Gateway field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JunctionRedirectionConfiguration) HasDescription

func (o *JunctionRedirectionConfiguration) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*JunctionRedirectionConfiguration) HasEnabled

func (o *JunctionRedirectionConfiguration) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*JunctionRedirectionConfiguration) HasGateway

func (o *JunctionRedirectionConfiguration) HasGateway() bool

HasGateway returns a boolean if a field has been set.

func (JunctionRedirectionConfiguration) MarshalJSON

func (o JunctionRedirectionConfiguration) MarshalJSON() ([]byte, error)

func (*JunctionRedirectionConfiguration) SetDescription

func (o *JunctionRedirectionConfiguration) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*JunctionRedirectionConfiguration) SetEnabled

func (o *JunctionRedirectionConfiguration) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*JunctionRedirectionConfiguration) SetGateway

func (o *JunctionRedirectionConfiguration) SetGateway(v string)

SetGateway gets a reference to the given string and assigns it to the Gateway field.

type LagoonApiService

type LagoonApiService service

LagoonApiService LagoonApi service

func (*LagoonApiService) CreateLagoonUser

CreateLagoonUser SORACOM Lagoon のユーザーを新たに作成します。

SORACOM Lagoon のユーザーを新たに作成します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateLagoonUserRequest

func (*LagoonApiService) CreateLagoonUserExecute

Execute executes the request

@return LagoonUserCreationResponse

func (*LagoonApiService) DeleteLagoonUser

func (a *LagoonApiService) DeleteLagoonUser(ctx context.Context, lagoonUserId int32) ApiDeleteLagoonUserRequest

DeleteLagoonUser SORACOM Lagoon のユーザーを削除します。

SORACOM Lagoon のユーザーを削除します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param lagoonUserId Target ID of the lagoon user
@return ApiDeleteLagoonUserRequest

func (*LagoonApiService) DeleteLagoonUserExecute

func (a *LagoonApiService) DeleteLagoonUserExecute(r ApiDeleteLagoonUserRequest) (*http.Response, error)

Execute executes the request

GetImageLink SORACOM Lagoon の提供するカスタムアイコンのイメージへのリンク提供

SORACOM Lagoon の提供するカスタムアイコンのイメージへのリンクを提供します

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetImageLinkRequest

func (*LagoonApiService) GetImageLinkExecute

func (a *LagoonApiService) GetImageLinkExecute(r ApiGetImageLinkRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*LagoonApiService) GetLagoonMigrationInfo

func (a *LagoonApiService) GetLagoonMigrationInfo(ctx context.Context) ApiGetLagoonMigrationInfoRequest

GetLagoonMigrationInfo (廃止されました) この API は常に `410 GONE` を返却します: SORACOM Lagoon のバージョン移行に関連する情報の取得

(廃止されました) この API は常に `410 GONE` を返却します: SORACOM Lagoon のバージョン移行に関連する情報を取得します。この API による操作は root アカウントのみが可能です。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetLagoonMigrationInfoRequest

Deprecated

func (*LagoonApiService) GetLagoonMigrationInfoExecute

func (a *LagoonApiService) GetLagoonMigrationInfoExecute(r ApiGetLagoonMigrationInfoRequest) (*http.Response, error)

Execute executes the request Deprecated

func (*LagoonApiService) InitializeLagoonDashboardPermissions

func (a *LagoonApiService) InitializeLagoonDashboardPermissions(ctx context.Context, dashboardId int64) ApiInitializeLagoonDashboardPermissionsRequest

InitializeLagoonDashboardPermissions SORACOM Lagoon のダッシュボードの権限初期化

SORACOM Lagoon のダッシュボードの権限を初期化します

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param dashboardId dashboard_id
@return ApiInitializeLagoonDashboardPermissionsRequest

func (*LagoonApiService) InitializeLagoonDashboardPermissionsExecute

func (a *LagoonApiService) InitializeLagoonDashboardPermissionsExecute(r ApiInitializeLagoonDashboardPermissionsRequest) (*http.Response, error)

Execute executes the request

func (*LagoonApiService) ListLagoonDashboardsPermissions

func (a *LagoonApiService) ListLagoonDashboardsPermissions(ctx context.Context) ApiListLagoonDashboardsPermissionsRequest

ListLagoonDashboardsPermissions SORACOM Lagoon の全ダッシュボードの権限取得

SORACOM Lagoon の全ダッシュボードの権限を取得します

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListLagoonDashboardsPermissionsRequest

func (*LagoonApiService) ListLagoonDashboardsPermissionsExecute

Execute executes the request

@return []LagoonDashboardPermissionsResponse

func (*LagoonApiService) ListLagoonLicensePackStatus

func (a *LagoonApiService) ListLagoonLicensePackStatus(ctx context.Context) ApiListLagoonLicensePackStatusRequest

ListLagoonLicensePackStatus SORACOM Lagoon のライセンスパックのステータス取得

SORACOM Lagoon のライセンスパックのステータスを取得します

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListLagoonLicensePackStatusRequest

func (*LagoonApiService) ListLagoonLicensePackStatusExecute

Execute executes the request

@return []LagoonLicensePackStatusResponse

func (*LagoonApiService) ListLagoonUsers

ListLagoonUsers オペレーターに属する SORACOM Lagoon のユーザー一覧を取得します。

オペレーターに属する SORACOM Lagoon のユーザー一覧を取得します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListLagoonUsersRequest

func (*LagoonApiService) ListLagoonUsersExecute

func (a *LagoonApiService) ListLagoonUsersExecute(r ApiListLagoonUsersRequest) ([]LagoonUser, *http.Response, error)

Execute executes the request

@return []LagoonUser

func (*LagoonApiService) MigrateLagoon

MigrateLagoon (廃止されました) この API は常に `410 GONE` を返却します: SORACOM Lagoon のバージョン移行の実行

(廃止されました) この API は常に `410 GONE` を返却します: SORACOM Lagoon のバージョン移行を実行します。この API による操作は root アカウントのみが可能です。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiMigrateLagoonRequest

Deprecated

func (*LagoonApiService) MigrateLagoonExecute

func (a *LagoonApiService) MigrateLagoonExecute(r ApiMigrateLagoonRequest) (*http.Response, error)

Execute executes the request Deprecated

func (*LagoonApiService) RegisterLagoon

RegisterLagoon SORACOM Lagoon サービスを有効にします。

SORACOM Lagoon サービスを有効にします。この API による操作は root アカウントのみが可能です。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiRegisterLagoonRequest

func (*LagoonApiService) RegisterLagoonExecute

Execute executes the request

@return LagoonRegistrationResponse

func (*LagoonApiService) TerminateLagoon

TerminateLagoon SORACOM Lagoon サービスの使用を終了します。

SORACOM Lagoon サービスの使用を終了します。この API による操作は root アカウントのみが可能です。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTerminateLagoonRequest

func (*LagoonApiService) TerminateLagoonExecute

func (a *LagoonApiService) TerminateLagoonExecute(r ApiTerminateLagoonRequest) (*http.Response, error)

Execute executes the request

func (*LagoonApiService) UpdateLagoonDashboardPermissions

func (a *LagoonApiService) UpdateLagoonDashboardPermissions(ctx context.Context, dashboardId int64) ApiUpdateLagoonDashboardPermissionsRequest

UpdateLagoonDashboardPermissions SORACOM Lagoon のダッシュボード権限更新

SORACOM Lagoon のダッシュボードの権限を更新します

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param dashboardId dashboard_id
@return ApiUpdateLagoonDashboardPermissionsRequest

func (*LagoonApiService) UpdateLagoonDashboardPermissionsExecute

func (a *LagoonApiService) UpdateLagoonDashboardPermissionsExecute(r ApiUpdateLagoonDashboardPermissionsRequest) (*http.Response, error)

Execute executes the request

func (*LagoonApiService) UpdateLagoonLicensePack

func (a *LagoonApiService) UpdateLagoonLicensePack(ctx context.Context) ApiUpdateLagoonLicensePackRequest

UpdateLagoonLicensePack SORACOM Lagoon の追加ライセンスパック更新・変更

SORACOM Lagoon の追加ライセンスパックを更新・変更します。この API による操作は root アカウントのみが可能です。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateLagoonLicensePackRequest

func (*LagoonApiService) UpdateLagoonLicensePackExecute

func (a *LagoonApiService) UpdateLagoonLicensePackExecute(r ApiUpdateLagoonLicensePackRequest) (*http.Response, error)

Execute executes the request

func (*LagoonApiService) UpdateLagoonPlan

UpdateLagoonPlan SORACOM Lagoon のプラン変更

SORACOM Lagoon のプランを変更します。この API による操作は root アカウントのみが可能です。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateLagoonPlanRequest

func (*LagoonApiService) UpdateLagoonPlanExecute

func (a *LagoonApiService) UpdateLagoonPlanExecute(r ApiUpdateLagoonPlanRequest) (*http.Response, error)

Execute executes the request

func (*LagoonApiService) UpdateLagoonUserEmail

func (a *LagoonApiService) UpdateLagoonUserEmail(ctx context.Context, lagoonUserId int32) ApiUpdateLagoonUserEmailRequest

UpdateLagoonUserEmail SORACOM Lagoon のユーザーのメールアドレスを変更します。

SORACOM Lagoon のユーザーのメールアドレスを変更します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param lagoonUserId Target ID of the lagoon user
@return ApiUpdateLagoonUserEmailRequest

func (*LagoonApiService) UpdateLagoonUserEmailExecute

func (a *LagoonApiService) UpdateLagoonUserEmailExecute(r ApiUpdateLagoonUserEmailRequest) (*http.Response, error)

Execute executes the request

func (*LagoonApiService) UpdateLagoonUserPassword

func (a *LagoonApiService) UpdateLagoonUserPassword(ctx context.Context, lagoonUserId int32) ApiUpdateLagoonUserPasswordRequest

UpdateLagoonUserPassword SORACOM Lagoon のユーザーのパスワードを変更します。

SORACOM Lagoon のユーザーのパスワードを変更します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param lagoonUserId Target ID of the lagoon user
@return ApiUpdateLagoonUserPasswordRequest

func (*LagoonApiService) UpdateLagoonUserPasswordExecute

func (a *LagoonApiService) UpdateLagoonUserPasswordExecute(r ApiUpdateLagoonUserPasswordRequest) (*http.Response, error)

Execute executes the request

func (*LagoonApiService) UpdateLagoonUserPermission

func (a *LagoonApiService) UpdateLagoonUserPermission(ctx context.Context, lagoonUserId int32) ApiUpdateLagoonUserPermissionRequest

UpdateLagoonUserPermission SORACOM Lagoon のユーザーの権限を変更します。

SORACOM Lagoon のユーザーの権限を変更します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param lagoonUserId Target ID of the lagoon user
@return ApiUpdateLagoonUserPermissionRequest

func (*LagoonApiService) UpdateLagoonUserPermissionExecute

func (a *LagoonApiService) UpdateLagoonUserPermissionExecute(r ApiUpdateLagoonUserPermissionRequest) (*http.Response, error)

Execute executes the request

type LagoonDashboardPermissionsResponse

type LagoonDashboardPermissionsResponse struct {
	DashboardId    *float32                                             `json:"dashboardId,omitempty"`
	DashboardTitle *string                                              `json:"dashboardTitle,omitempty"`
	Permissions    []LagoonDashboardPermissionsResponsePermissionsInner `json:"permissions,omitempty"`
}

LagoonDashboardPermissionsResponse struct for LagoonDashboardPermissionsResponse

func NewLagoonDashboardPermissionsResponse

func NewLagoonDashboardPermissionsResponse() *LagoonDashboardPermissionsResponse

NewLagoonDashboardPermissionsResponse instantiates a new LagoonDashboardPermissionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLagoonDashboardPermissionsResponseWithDefaults

func NewLagoonDashboardPermissionsResponseWithDefaults() *LagoonDashboardPermissionsResponse

NewLagoonDashboardPermissionsResponseWithDefaults instantiates a new LagoonDashboardPermissionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LagoonDashboardPermissionsResponse) GetDashboardId

func (o *LagoonDashboardPermissionsResponse) GetDashboardId() float32

GetDashboardId returns the DashboardId field value if set, zero value otherwise.

func (*LagoonDashboardPermissionsResponse) GetDashboardIdOk

func (o *LagoonDashboardPermissionsResponse) GetDashboardIdOk() (*float32, bool)

GetDashboardIdOk returns a tuple with the DashboardId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonDashboardPermissionsResponse) GetDashboardTitle

func (o *LagoonDashboardPermissionsResponse) GetDashboardTitle() string

GetDashboardTitle returns the DashboardTitle field value if set, zero value otherwise.

func (*LagoonDashboardPermissionsResponse) GetDashboardTitleOk

func (o *LagoonDashboardPermissionsResponse) GetDashboardTitleOk() (*string, bool)

GetDashboardTitleOk returns a tuple with the DashboardTitle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonDashboardPermissionsResponse) GetPermissions

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*LagoonDashboardPermissionsResponse) GetPermissionsOk

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonDashboardPermissionsResponse) HasDashboardId

func (o *LagoonDashboardPermissionsResponse) HasDashboardId() bool

HasDashboardId returns a boolean if a field has been set.

func (*LagoonDashboardPermissionsResponse) HasDashboardTitle

func (o *LagoonDashboardPermissionsResponse) HasDashboardTitle() bool

HasDashboardTitle returns a boolean if a field has been set.

func (*LagoonDashboardPermissionsResponse) HasPermissions

func (o *LagoonDashboardPermissionsResponse) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (LagoonDashboardPermissionsResponse) MarshalJSON

func (o LagoonDashboardPermissionsResponse) MarshalJSON() ([]byte, error)

func (*LagoonDashboardPermissionsResponse) SetDashboardId

func (o *LagoonDashboardPermissionsResponse) SetDashboardId(v float32)

SetDashboardId gets a reference to the given float32 and assigns it to the DashboardId field.

func (*LagoonDashboardPermissionsResponse) SetDashboardTitle

func (o *LagoonDashboardPermissionsResponse) SetDashboardTitle(v string)

SetDashboardTitle gets a reference to the given string and assigns it to the DashboardTitle field.

func (*LagoonDashboardPermissionsResponse) SetPermissions

SetPermissions gets a reference to the given []LagoonDashboardPermissionsResponsePermissionsInner and assigns it to the Permissions field.

type LagoonDashboardPermissionsResponsePermissionsInner

type LagoonDashboardPermissionsResponsePermissionsInner struct {
	DashboardId    *float32 `json:"dashboardId,omitempty"`
	DashboardTitle *string  `json:"dashboardTitle,omitempty"`
	PermissionName *string  `json:"permissionName,omitempty"`
	UserEmail      *string  `json:"userEmail,omitempty"`
	UserId         *float32 `json:"userId,omitempty"`
}

LagoonDashboardPermissionsResponsePermissionsInner struct for LagoonDashboardPermissionsResponsePermissionsInner

func NewLagoonDashboardPermissionsResponsePermissionsInner

func NewLagoonDashboardPermissionsResponsePermissionsInner() *LagoonDashboardPermissionsResponsePermissionsInner

NewLagoonDashboardPermissionsResponsePermissionsInner instantiates a new LagoonDashboardPermissionsResponsePermissionsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLagoonDashboardPermissionsResponsePermissionsInnerWithDefaults

func NewLagoonDashboardPermissionsResponsePermissionsInnerWithDefaults() *LagoonDashboardPermissionsResponsePermissionsInner

NewLagoonDashboardPermissionsResponsePermissionsInnerWithDefaults instantiates a new LagoonDashboardPermissionsResponsePermissionsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LagoonDashboardPermissionsResponsePermissionsInner) GetDashboardId

GetDashboardId returns the DashboardId field value if set, zero value otherwise.

func (*LagoonDashboardPermissionsResponsePermissionsInner) GetDashboardIdOk

GetDashboardIdOk returns a tuple with the DashboardId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonDashboardPermissionsResponsePermissionsInner) GetDashboardTitle

GetDashboardTitle returns the DashboardTitle field value if set, zero value otherwise.

func (*LagoonDashboardPermissionsResponsePermissionsInner) GetDashboardTitleOk

func (o *LagoonDashboardPermissionsResponsePermissionsInner) GetDashboardTitleOk() (*string, bool)

GetDashboardTitleOk returns a tuple with the DashboardTitle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonDashboardPermissionsResponsePermissionsInner) GetPermissionName

GetPermissionName returns the PermissionName field value if set, zero value otherwise.

func (*LagoonDashboardPermissionsResponsePermissionsInner) GetPermissionNameOk

func (o *LagoonDashboardPermissionsResponsePermissionsInner) GetPermissionNameOk() (*string, bool)

GetPermissionNameOk returns a tuple with the PermissionName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonDashboardPermissionsResponsePermissionsInner) GetUserEmail

GetUserEmail returns the UserEmail field value if set, zero value otherwise.

func (*LagoonDashboardPermissionsResponsePermissionsInner) GetUserEmailOk

GetUserEmailOk returns a tuple with the UserEmail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonDashboardPermissionsResponsePermissionsInner) GetUserId

GetUserId returns the UserId field value if set, zero value otherwise.

func (*LagoonDashboardPermissionsResponsePermissionsInner) GetUserIdOk

GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonDashboardPermissionsResponsePermissionsInner) HasDashboardId

HasDashboardId returns a boolean if a field has been set.

func (*LagoonDashboardPermissionsResponsePermissionsInner) HasDashboardTitle

HasDashboardTitle returns a boolean if a field has been set.

func (*LagoonDashboardPermissionsResponsePermissionsInner) HasPermissionName

HasPermissionName returns a boolean if a field has been set.

func (*LagoonDashboardPermissionsResponsePermissionsInner) HasUserEmail

HasUserEmail returns a boolean if a field has been set.

func (*LagoonDashboardPermissionsResponsePermissionsInner) HasUserId

HasUserId returns a boolean if a field has been set.

func (LagoonDashboardPermissionsResponsePermissionsInner) MarshalJSON

func (*LagoonDashboardPermissionsResponsePermissionsInner) SetDashboardId

SetDashboardId gets a reference to the given float32 and assigns it to the DashboardId field.

func (*LagoonDashboardPermissionsResponsePermissionsInner) SetDashboardTitle

SetDashboardTitle gets a reference to the given string and assigns it to the DashboardTitle field.

func (*LagoonDashboardPermissionsResponsePermissionsInner) SetPermissionName

SetPermissionName gets a reference to the given string and assigns it to the PermissionName field.

func (*LagoonDashboardPermissionsResponsePermissionsInner) SetUserEmail

SetUserEmail gets a reference to the given string and assigns it to the UserEmail field.

func (*LagoonDashboardPermissionsResponsePermissionsInner) SetUserId

SetUserId gets a reference to the given float32 and assigns it to the UserId field.

type LagoonDashboardPermissionsUpdatingRequest

type LagoonDashboardPermissionsUpdatingRequest struct {
	Permissions []LagoonDashboardPermissionsUpdatingRequestPermissionsInner `json:"permissions,omitempty"`
}

LagoonDashboardPermissionsUpdatingRequest struct for LagoonDashboardPermissionsUpdatingRequest

func NewLagoonDashboardPermissionsUpdatingRequest

func NewLagoonDashboardPermissionsUpdatingRequest() *LagoonDashboardPermissionsUpdatingRequest

NewLagoonDashboardPermissionsUpdatingRequest instantiates a new LagoonDashboardPermissionsUpdatingRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLagoonDashboardPermissionsUpdatingRequestWithDefaults

func NewLagoonDashboardPermissionsUpdatingRequestWithDefaults() *LagoonDashboardPermissionsUpdatingRequest

NewLagoonDashboardPermissionsUpdatingRequestWithDefaults instantiates a new LagoonDashboardPermissionsUpdatingRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LagoonDashboardPermissionsUpdatingRequest) GetPermissions

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*LagoonDashboardPermissionsUpdatingRequest) GetPermissionsOk

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonDashboardPermissionsUpdatingRequest) HasPermissions

func (o *LagoonDashboardPermissionsUpdatingRequest) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (LagoonDashboardPermissionsUpdatingRequest) MarshalJSON

func (*LagoonDashboardPermissionsUpdatingRequest) SetPermissions

SetPermissions gets a reference to the given []LagoonDashboardPermissionsUpdatingRequestPermissionsInner and assigns it to the Permissions field.

type LagoonDashboardPermissionsUpdatingRequestPermissionsInner

type LagoonDashboardPermissionsUpdatingRequestPermissionsInner struct {
	Permission *string `json:"permission,omitempty"`
	UserId     *int64  `json:"userId,omitempty"`
}

LagoonDashboardPermissionsUpdatingRequestPermissionsInner struct for LagoonDashboardPermissionsUpdatingRequestPermissionsInner

func NewLagoonDashboardPermissionsUpdatingRequestPermissionsInner

func NewLagoonDashboardPermissionsUpdatingRequestPermissionsInner() *LagoonDashboardPermissionsUpdatingRequestPermissionsInner

NewLagoonDashboardPermissionsUpdatingRequestPermissionsInner instantiates a new LagoonDashboardPermissionsUpdatingRequestPermissionsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLagoonDashboardPermissionsUpdatingRequestPermissionsInnerWithDefaults

func NewLagoonDashboardPermissionsUpdatingRequestPermissionsInnerWithDefaults() *LagoonDashboardPermissionsUpdatingRequestPermissionsInner

NewLagoonDashboardPermissionsUpdatingRequestPermissionsInnerWithDefaults instantiates a new LagoonDashboardPermissionsUpdatingRequestPermissionsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LagoonDashboardPermissionsUpdatingRequestPermissionsInner) GetPermission

GetPermission returns the Permission field value if set, zero value otherwise.

func (*LagoonDashboardPermissionsUpdatingRequestPermissionsInner) GetPermissionOk

GetPermissionOk returns a tuple with the Permission field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonDashboardPermissionsUpdatingRequestPermissionsInner) GetUserId

GetUserId returns the UserId field value if set, zero value otherwise.

func (*LagoonDashboardPermissionsUpdatingRequestPermissionsInner) GetUserIdOk

GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonDashboardPermissionsUpdatingRequestPermissionsInner) HasPermission

HasPermission returns a boolean if a field has been set.

func (*LagoonDashboardPermissionsUpdatingRequestPermissionsInner) HasUserId

HasUserId returns a boolean if a field has been set.

func (LagoonDashboardPermissionsUpdatingRequestPermissionsInner) MarshalJSON

func (*LagoonDashboardPermissionsUpdatingRequestPermissionsInner) SetPermission

SetPermission gets a reference to the given string and assigns it to the Permission field.

func (*LagoonDashboardPermissionsUpdatingRequestPermissionsInner) SetUserId

SetUserId gets a reference to the given int64 and assigns it to the UserId field.

type LagoonLicensePackStatusResponse

type LagoonLicensePackStatusResponse struct {
	LicensePackName *string `json:"licensePackName,omitempty"`
	Quantity        *int32  `json:"quantity,omitempty"`
}

LagoonLicensePackStatusResponse struct for LagoonLicensePackStatusResponse

func NewLagoonLicensePackStatusResponse

func NewLagoonLicensePackStatusResponse() *LagoonLicensePackStatusResponse

NewLagoonLicensePackStatusResponse instantiates a new LagoonLicensePackStatusResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLagoonLicensePackStatusResponseWithDefaults

func NewLagoonLicensePackStatusResponseWithDefaults() *LagoonLicensePackStatusResponse

NewLagoonLicensePackStatusResponseWithDefaults instantiates a new LagoonLicensePackStatusResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LagoonLicensePackStatusResponse) GetLicensePackName

func (o *LagoonLicensePackStatusResponse) GetLicensePackName() string

GetLicensePackName returns the LicensePackName field value if set, zero value otherwise.

func (*LagoonLicensePackStatusResponse) GetLicensePackNameOk

func (o *LagoonLicensePackStatusResponse) GetLicensePackNameOk() (*string, bool)

GetLicensePackNameOk returns a tuple with the LicensePackName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonLicensePackStatusResponse) GetQuantity

func (o *LagoonLicensePackStatusResponse) GetQuantity() int32

GetQuantity returns the Quantity field value if set, zero value otherwise.

func (*LagoonLicensePackStatusResponse) GetQuantityOk

func (o *LagoonLicensePackStatusResponse) GetQuantityOk() (*int32, bool)

GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonLicensePackStatusResponse) HasLicensePackName

func (o *LagoonLicensePackStatusResponse) HasLicensePackName() bool

HasLicensePackName returns a boolean if a field has been set.

func (*LagoonLicensePackStatusResponse) HasQuantity

func (o *LagoonLicensePackStatusResponse) HasQuantity() bool

HasQuantity returns a boolean if a field has been set.

func (LagoonLicensePackStatusResponse) MarshalJSON

func (o LagoonLicensePackStatusResponse) MarshalJSON() ([]byte, error)

func (*LagoonLicensePackStatusResponse) SetLicensePackName

func (o *LagoonLicensePackStatusResponse) SetLicensePackName(v string)

SetLicensePackName gets a reference to the given string and assigns it to the LicensePackName field.

func (*LagoonLicensePackStatusResponse) SetQuantity

func (o *LagoonLicensePackStatusResponse) SetQuantity(v int32)

SetQuantity gets a reference to the given int32 and assigns it to the Quantity field.

type LagoonLicensePacksUpdatingRequest

type LagoonLicensePacksUpdatingRequest struct {
	LicensePackQuantities []LagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner `json:"licensePackQuantities,omitempty"`
}

LagoonLicensePacksUpdatingRequest struct for LagoonLicensePacksUpdatingRequest

func NewLagoonLicensePacksUpdatingRequest

func NewLagoonLicensePacksUpdatingRequest() *LagoonLicensePacksUpdatingRequest

NewLagoonLicensePacksUpdatingRequest instantiates a new LagoonLicensePacksUpdatingRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLagoonLicensePacksUpdatingRequestWithDefaults

func NewLagoonLicensePacksUpdatingRequestWithDefaults() *LagoonLicensePacksUpdatingRequest

NewLagoonLicensePacksUpdatingRequestWithDefaults instantiates a new LagoonLicensePacksUpdatingRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LagoonLicensePacksUpdatingRequest) GetLicensePackQuantities

GetLicensePackQuantities returns the LicensePackQuantities field value if set, zero value otherwise.

func (*LagoonLicensePacksUpdatingRequest) GetLicensePackQuantitiesOk

GetLicensePackQuantitiesOk returns a tuple with the LicensePackQuantities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonLicensePacksUpdatingRequest) HasLicensePackQuantities

func (o *LagoonLicensePacksUpdatingRequest) HasLicensePackQuantities() bool

HasLicensePackQuantities returns a boolean if a field has been set.

func (LagoonLicensePacksUpdatingRequest) MarshalJSON

func (o LagoonLicensePacksUpdatingRequest) MarshalJSON() ([]byte, error)

func (*LagoonLicensePacksUpdatingRequest) SetLicensePackQuantities

SetLicensePackQuantities gets a reference to the given []LagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner and assigns it to the LicensePackQuantities field.

type LagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner

type LagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner struct {
	DesiredQuantity *int32 `json:"desiredQuantity,omitempty"`
	// 個数を変更するライセンスパックを指定します。 - `basicUser`: ユーザー追加パック - `basicDashboard`: ダッシュボード追加パック
	LicensePackName *string `json:"licensePackName,omitempty"`
}

LagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner struct for LagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner

func NewLagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner

func NewLagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner() *LagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner

NewLagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner instantiates a new LagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLagoonLicensePacksUpdatingRequestLicensePackQuantitiesInnerWithDefaults

func NewLagoonLicensePacksUpdatingRequestLicensePackQuantitiesInnerWithDefaults() *LagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner

NewLagoonLicensePacksUpdatingRequestLicensePackQuantitiesInnerWithDefaults instantiates a new LagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner) GetDesiredQuantity

GetDesiredQuantity returns the DesiredQuantity field value if set, zero value otherwise.

func (*LagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner) GetDesiredQuantityOk

GetDesiredQuantityOk returns a tuple with the DesiredQuantity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner) GetLicensePackName

GetLicensePackName returns the LicensePackName field value if set, zero value otherwise.

func (*LagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner) GetLicensePackNameOk

GetLicensePackNameOk returns a tuple with the LicensePackName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner) HasDesiredQuantity

HasDesiredQuantity returns a boolean if a field has been set.

func (*LagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner) HasLicensePackName

HasLicensePackName returns a boolean if a field has been set.

func (LagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner) MarshalJSON

func (*LagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner) SetDesiredQuantity

SetDesiredQuantity gets a reference to the given int32 and assigns it to the DesiredQuantity field.

func (*LagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner) SetLicensePackName

SetLicensePackName gets a reference to the given string and assigns it to the LicensePackName field.

type LagoonMigrationFromClassicRequest

type LagoonMigrationFromClassicRequest struct {
	// A list of dashboard IDs to migrate
	DashboardIds []string `json:"dashboardIds,omitempty"`
}

LagoonMigrationFromClassicRequest struct for LagoonMigrationFromClassicRequest

func NewLagoonMigrationFromClassicRequest

func NewLagoonMigrationFromClassicRequest() *LagoonMigrationFromClassicRequest

NewLagoonMigrationFromClassicRequest instantiates a new LagoonMigrationFromClassicRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLagoonMigrationFromClassicRequestWithDefaults

func NewLagoonMigrationFromClassicRequestWithDefaults() *LagoonMigrationFromClassicRequest

NewLagoonMigrationFromClassicRequestWithDefaults instantiates a new LagoonMigrationFromClassicRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LagoonMigrationFromClassicRequest) GetDashboardIds

func (o *LagoonMigrationFromClassicRequest) GetDashboardIds() []string

GetDashboardIds returns the DashboardIds field value if set, zero value otherwise.

func (*LagoonMigrationFromClassicRequest) GetDashboardIdsOk

func (o *LagoonMigrationFromClassicRequest) GetDashboardIdsOk() ([]string, bool)

GetDashboardIdsOk returns a tuple with the DashboardIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonMigrationFromClassicRequest) HasDashboardIds

func (o *LagoonMigrationFromClassicRequest) HasDashboardIds() bool

HasDashboardIds returns a boolean if a field has been set.

func (LagoonMigrationFromClassicRequest) MarshalJSON

func (o LagoonMigrationFromClassicRequest) MarshalJSON() ([]byte, error)

func (*LagoonMigrationFromClassicRequest) SetDashboardIds

func (o *LagoonMigrationFromClassicRequest) SetDashboardIds(v []string)

SetDashboardIds gets a reference to the given []string and assigns it to the DashboardIds field.

type LagoonPlanChangingRequest

type LagoonPlanChangingRequest struct {
	Plan *string `json:"plan,omitempty"`
}

LagoonPlanChangingRequest struct for LagoonPlanChangingRequest

func NewLagoonPlanChangingRequest

func NewLagoonPlanChangingRequest() *LagoonPlanChangingRequest

NewLagoonPlanChangingRequest instantiates a new LagoonPlanChangingRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLagoonPlanChangingRequestWithDefaults

func NewLagoonPlanChangingRequestWithDefaults() *LagoonPlanChangingRequest

NewLagoonPlanChangingRequestWithDefaults instantiates a new LagoonPlanChangingRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LagoonPlanChangingRequest) GetPlan

func (o *LagoonPlanChangingRequest) GetPlan() string

GetPlan returns the Plan field value if set, zero value otherwise.

func (*LagoonPlanChangingRequest) GetPlanOk

func (o *LagoonPlanChangingRequest) GetPlanOk() (*string, bool)

GetPlanOk returns a tuple with the Plan field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonPlanChangingRequest) HasPlan

func (o *LagoonPlanChangingRequest) HasPlan() bool

HasPlan returns a boolean if a field has been set.

func (LagoonPlanChangingRequest) MarshalJSON

func (o LagoonPlanChangingRequest) MarshalJSON() ([]byte, error)

func (*LagoonPlanChangingRequest) SetPlan

func (o *LagoonPlanChangingRequest) SetPlan(v string)

SetPlan gets a reference to the given string and assigns it to the Plan field.

type LagoonRegistrationRequest

type LagoonRegistrationRequest struct {
	Plan *string `json:"plan,omitempty"`
	// This password is used by the initial user's login.
	UserPassword *string `json:"userPassword,omitempty"`
}

LagoonRegistrationRequest struct for LagoonRegistrationRequest

func NewLagoonRegistrationRequest

func NewLagoonRegistrationRequest() *LagoonRegistrationRequest

NewLagoonRegistrationRequest instantiates a new LagoonRegistrationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLagoonRegistrationRequestWithDefaults

func NewLagoonRegistrationRequestWithDefaults() *LagoonRegistrationRequest

NewLagoonRegistrationRequestWithDefaults instantiates a new LagoonRegistrationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LagoonRegistrationRequest) GetPlan

func (o *LagoonRegistrationRequest) GetPlan() string

GetPlan returns the Plan field value if set, zero value otherwise.

func (*LagoonRegistrationRequest) GetPlanOk

func (o *LagoonRegistrationRequest) GetPlanOk() (*string, bool)

GetPlanOk returns a tuple with the Plan field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonRegistrationRequest) GetUserPassword

func (o *LagoonRegistrationRequest) GetUserPassword() string

GetUserPassword returns the UserPassword field value if set, zero value otherwise.

func (*LagoonRegistrationRequest) GetUserPasswordOk

func (o *LagoonRegistrationRequest) GetUserPasswordOk() (*string, bool)

GetUserPasswordOk returns a tuple with the UserPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonRegistrationRequest) HasPlan

func (o *LagoonRegistrationRequest) HasPlan() bool

HasPlan returns a boolean if a field has been set.

func (*LagoonRegistrationRequest) HasUserPassword

func (o *LagoonRegistrationRequest) HasUserPassword() bool

HasUserPassword returns a boolean if a field has been set.

func (LagoonRegistrationRequest) MarshalJSON

func (o LagoonRegistrationRequest) MarshalJSON() ([]byte, error)

func (*LagoonRegistrationRequest) SetPlan

func (o *LagoonRegistrationRequest) SetPlan(v string)

SetPlan gets a reference to the given string and assigns it to the Plan field.

func (*LagoonRegistrationRequest) SetUserPassword

func (o *LagoonRegistrationRequest) SetUserPassword(v string)

SetUserPassword gets a reference to the given string and assigns it to the UserPassword field.

type LagoonRegistrationResponse

type LagoonRegistrationResponse struct {
	// This email address is used on login with the initial user.
	LagoonUserEmail *string `json:"lagoonUserEmail,omitempty"`
}

LagoonRegistrationResponse struct for LagoonRegistrationResponse

func NewLagoonRegistrationResponse

func NewLagoonRegistrationResponse() *LagoonRegistrationResponse

NewLagoonRegistrationResponse instantiates a new LagoonRegistrationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLagoonRegistrationResponseWithDefaults

func NewLagoonRegistrationResponseWithDefaults() *LagoonRegistrationResponse

NewLagoonRegistrationResponseWithDefaults instantiates a new LagoonRegistrationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LagoonRegistrationResponse) GetLagoonUserEmail

func (o *LagoonRegistrationResponse) GetLagoonUserEmail() string

GetLagoonUserEmail returns the LagoonUserEmail field value if set, zero value otherwise.

func (*LagoonRegistrationResponse) GetLagoonUserEmailOk

func (o *LagoonRegistrationResponse) GetLagoonUserEmailOk() (*string, bool)

GetLagoonUserEmailOk returns a tuple with the LagoonUserEmail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonRegistrationResponse) HasLagoonUserEmail

func (o *LagoonRegistrationResponse) HasLagoonUserEmail() bool

HasLagoonUserEmail returns a boolean if a field has been set.

func (LagoonRegistrationResponse) MarshalJSON

func (o LagoonRegistrationResponse) MarshalJSON() ([]byte, error)

func (*LagoonRegistrationResponse) SetLagoonUserEmail

func (o *LagoonRegistrationResponse) SetLagoonUserEmail(v string)

SetLagoonUserEmail gets a reference to the given string and assigns it to the LagoonUserEmail field.

type LagoonUser

type LagoonUser struct {
	// This value used on login.
	Email *string  `json:"email,omitempty"`
	Id    *float32 `json:"id,omitempty"`
	// The last login datetime.
	LastSeenAt *string `json:"lastSeenAt,omitempty"`
	// The last login datetime as age.
	LastSeenAtAge *string `json:"lastSeenAtAge,omitempty"`
	// A role that represents the permission.
	Role *string `json:"role,omitempty"`
}

LagoonUser struct for LagoonUser

func NewLagoonUser

func NewLagoonUser() *LagoonUser

NewLagoonUser instantiates a new LagoonUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLagoonUserWithDefaults

func NewLagoonUserWithDefaults() *LagoonUser

NewLagoonUserWithDefaults instantiates a new LagoonUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LagoonUser) GetEmail

func (o *LagoonUser) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*LagoonUser) GetEmailOk

func (o *LagoonUser) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonUser) GetId

func (o *LagoonUser) GetId() float32

GetId returns the Id field value if set, zero value otherwise.

func (*LagoonUser) GetIdOk

func (o *LagoonUser) GetIdOk() (*float32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonUser) GetLastSeenAt

func (o *LagoonUser) GetLastSeenAt() string

GetLastSeenAt returns the LastSeenAt field value if set, zero value otherwise.

func (*LagoonUser) GetLastSeenAtAge

func (o *LagoonUser) GetLastSeenAtAge() string

GetLastSeenAtAge returns the LastSeenAtAge field value if set, zero value otherwise.

func (*LagoonUser) GetLastSeenAtAgeOk

func (o *LagoonUser) GetLastSeenAtAgeOk() (*string, bool)

GetLastSeenAtAgeOk returns a tuple with the LastSeenAtAge field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonUser) GetLastSeenAtOk

func (o *LagoonUser) GetLastSeenAtOk() (*string, bool)

GetLastSeenAtOk returns a tuple with the LastSeenAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonUser) GetRole

func (o *LagoonUser) GetRole() string

GetRole returns the Role field value if set, zero value otherwise.

func (*LagoonUser) GetRoleOk

func (o *LagoonUser) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonUser) HasEmail

func (o *LagoonUser) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*LagoonUser) HasId

func (o *LagoonUser) HasId() bool

HasId returns a boolean if a field has been set.

func (*LagoonUser) HasLastSeenAt

func (o *LagoonUser) HasLastSeenAt() bool

HasLastSeenAt returns a boolean if a field has been set.

func (*LagoonUser) HasLastSeenAtAge

func (o *LagoonUser) HasLastSeenAtAge() bool

HasLastSeenAtAge returns a boolean if a field has been set.

func (*LagoonUser) HasRole

func (o *LagoonUser) HasRole() bool

HasRole returns a boolean if a field has been set.

func (LagoonUser) MarshalJSON

func (o LagoonUser) MarshalJSON() ([]byte, error)

func (*LagoonUser) SetEmail

func (o *LagoonUser) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*LagoonUser) SetId

func (o *LagoonUser) SetId(v float32)

SetId gets a reference to the given float32 and assigns it to the Id field.

func (*LagoonUser) SetLastSeenAt

func (o *LagoonUser) SetLastSeenAt(v string)

SetLastSeenAt gets a reference to the given string and assigns it to the LastSeenAt field.

func (*LagoonUser) SetLastSeenAtAge

func (o *LagoonUser) SetLastSeenAtAge(v string)

SetLastSeenAtAge gets a reference to the given string and assigns it to the LastSeenAtAge field.

func (*LagoonUser) SetRole

func (o *LagoonUser) SetRole(v string)

SetRole gets a reference to the given string and assigns it to the Role field.

type LagoonUserCreationRequest

type LagoonUserCreationRequest struct {
	// A role that represents the permission.
	Role         *string `json:"role,omitempty"`
	UserEmail    *string `json:"userEmail,omitempty"`
	UserPassword *string `json:"userPassword,omitempty"`
}

LagoonUserCreationRequest struct for LagoonUserCreationRequest

func NewLagoonUserCreationRequest

func NewLagoonUserCreationRequest() *LagoonUserCreationRequest

NewLagoonUserCreationRequest instantiates a new LagoonUserCreationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLagoonUserCreationRequestWithDefaults

func NewLagoonUserCreationRequestWithDefaults() *LagoonUserCreationRequest

NewLagoonUserCreationRequestWithDefaults instantiates a new LagoonUserCreationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LagoonUserCreationRequest) GetRole

func (o *LagoonUserCreationRequest) GetRole() string

GetRole returns the Role field value if set, zero value otherwise.

func (*LagoonUserCreationRequest) GetRoleOk

func (o *LagoonUserCreationRequest) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonUserCreationRequest) GetUserEmail

func (o *LagoonUserCreationRequest) GetUserEmail() string

GetUserEmail returns the UserEmail field value if set, zero value otherwise.

func (*LagoonUserCreationRequest) GetUserEmailOk

func (o *LagoonUserCreationRequest) GetUserEmailOk() (*string, bool)

GetUserEmailOk returns a tuple with the UserEmail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonUserCreationRequest) GetUserPassword

func (o *LagoonUserCreationRequest) GetUserPassword() string

GetUserPassword returns the UserPassword field value if set, zero value otherwise.

func (*LagoonUserCreationRequest) GetUserPasswordOk

func (o *LagoonUserCreationRequest) GetUserPasswordOk() (*string, bool)

GetUserPasswordOk returns a tuple with the UserPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonUserCreationRequest) HasRole

func (o *LagoonUserCreationRequest) HasRole() bool

HasRole returns a boolean if a field has been set.

func (*LagoonUserCreationRequest) HasUserEmail

func (o *LagoonUserCreationRequest) HasUserEmail() bool

HasUserEmail returns a boolean if a field has been set.

func (*LagoonUserCreationRequest) HasUserPassword

func (o *LagoonUserCreationRequest) HasUserPassword() bool

HasUserPassword returns a boolean if a field has been set.

func (LagoonUserCreationRequest) MarshalJSON

func (o LagoonUserCreationRequest) MarshalJSON() ([]byte, error)

func (*LagoonUserCreationRequest) SetRole

func (o *LagoonUserCreationRequest) SetRole(v string)

SetRole gets a reference to the given string and assigns it to the Role field.

func (*LagoonUserCreationRequest) SetUserEmail

func (o *LagoonUserCreationRequest) SetUserEmail(v string)

SetUserEmail gets a reference to the given string and assigns it to the UserEmail field.

func (*LagoonUserCreationRequest) SetUserPassword

func (o *LagoonUserCreationRequest) SetUserPassword(v string)

SetUserPassword gets a reference to the given string and assigns it to the UserPassword field.

type LagoonUserCreationResponse

type LagoonUserCreationResponse struct {
	// Lagoon user ID assigned to the created user.
	Id *int32 `json:"id,omitempty"`
}

LagoonUserCreationResponse struct for LagoonUserCreationResponse

func NewLagoonUserCreationResponse

func NewLagoonUserCreationResponse() *LagoonUserCreationResponse

NewLagoonUserCreationResponse instantiates a new LagoonUserCreationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLagoonUserCreationResponseWithDefaults

func NewLagoonUserCreationResponseWithDefaults() *LagoonUserCreationResponse

NewLagoonUserCreationResponseWithDefaults instantiates a new LagoonUserCreationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LagoonUserCreationResponse) GetId

func (o *LagoonUserCreationResponse) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*LagoonUserCreationResponse) GetIdOk

func (o *LagoonUserCreationResponse) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonUserCreationResponse) HasId

func (o *LagoonUserCreationResponse) HasId() bool

HasId returns a boolean if a field has been set.

func (LagoonUserCreationResponse) MarshalJSON

func (o LagoonUserCreationResponse) MarshalJSON() ([]byte, error)

func (*LagoonUserCreationResponse) SetId

func (o *LagoonUserCreationResponse) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

type LagoonUserEmailUpdatingRequest

type LagoonUserEmailUpdatingRequest struct {
	UserEmail *string `json:"userEmail,omitempty"`
}

LagoonUserEmailUpdatingRequest struct for LagoonUserEmailUpdatingRequest

func NewLagoonUserEmailUpdatingRequest

func NewLagoonUserEmailUpdatingRequest() *LagoonUserEmailUpdatingRequest

NewLagoonUserEmailUpdatingRequest instantiates a new LagoonUserEmailUpdatingRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLagoonUserEmailUpdatingRequestWithDefaults

func NewLagoonUserEmailUpdatingRequestWithDefaults() *LagoonUserEmailUpdatingRequest

NewLagoonUserEmailUpdatingRequestWithDefaults instantiates a new LagoonUserEmailUpdatingRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LagoonUserEmailUpdatingRequest) GetUserEmail

func (o *LagoonUserEmailUpdatingRequest) GetUserEmail() string

GetUserEmail returns the UserEmail field value if set, zero value otherwise.

func (*LagoonUserEmailUpdatingRequest) GetUserEmailOk

func (o *LagoonUserEmailUpdatingRequest) GetUserEmailOk() (*string, bool)

GetUserEmailOk returns a tuple with the UserEmail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonUserEmailUpdatingRequest) HasUserEmail

func (o *LagoonUserEmailUpdatingRequest) HasUserEmail() bool

HasUserEmail returns a boolean if a field has been set.

func (LagoonUserEmailUpdatingRequest) MarshalJSON

func (o LagoonUserEmailUpdatingRequest) MarshalJSON() ([]byte, error)

func (*LagoonUserEmailUpdatingRequest) SetUserEmail

func (o *LagoonUserEmailUpdatingRequest) SetUserEmail(v string)

SetUserEmail gets a reference to the given string and assigns it to the UserEmail field.

type LagoonUserPasswordUpdatingRequest

type LagoonUserPasswordUpdatingRequest struct {
	NewPassword *string `json:"newPassword,omitempty"`
	OldPassword *string `json:"oldPassword,omitempty"`
}

LagoonUserPasswordUpdatingRequest struct for LagoonUserPasswordUpdatingRequest

func NewLagoonUserPasswordUpdatingRequest

func NewLagoonUserPasswordUpdatingRequest() *LagoonUserPasswordUpdatingRequest

NewLagoonUserPasswordUpdatingRequest instantiates a new LagoonUserPasswordUpdatingRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLagoonUserPasswordUpdatingRequestWithDefaults

func NewLagoonUserPasswordUpdatingRequestWithDefaults() *LagoonUserPasswordUpdatingRequest

NewLagoonUserPasswordUpdatingRequestWithDefaults instantiates a new LagoonUserPasswordUpdatingRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LagoonUserPasswordUpdatingRequest) GetNewPassword

func (o *LagoonUserPasswordUpdatingRequest) GetNewPassword() string

GetNewPassword returns the NewPassword field value if set, zero value otherwise.

func (*LagoonUserPasswordUpdatingRequest) GetNewPasswordOk

func (o *LagoonUserPasswordUpdatingRequest) GetNewPasswordOk() (*string, bool)

GetNewPasswordOk returns a tuple with the NewPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonUserPasswordUpdatingRequest) GetOldPassword

func (o *LagoonUserPasswordUpdatingRequest) GetOldPassword() string

GetOldPassword returns the OldPassword field value if set, zero value otherwise.

func (*LagoonUserPasswordUpdatingRequest) GetOldPasswordOk

func (o *LagoonUserPasswordUpdatingRequest) GetOldPasswordOk() (*string, bool)

GetOldPasswordOk returns a tuple with the OldPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonUserPasswordUpdatingRequest) HasNewPassword

func (o *LagoonUserPasswordUpdatingRequest) HasNewPassword() bool

HasNewPassword returns a boolean if a field has been set.

func (*LagoonUserPasswordUpdatingRequest) HasOldPassword

func (o *LagoonUserPasswordUpdatingRequest) HasOldPassword() bool

HasOldPassword returns a boolean if a field has been set.

func (LagoonUserPasswordUpdatingRequest) MarshalJSON

func (o LagoonUserPasswordUpdatingRequest) MarshalJSON() ([]byte, error)

func (*LagoonUserPasswordUpdatingRequest) SetNewPassword

func (o *LagoonUserPasswordUpdatingRequest) SetNewPassword(v string)

SetNewPassword gets a reference to the given string and assigns it to the NewPassword field.

func (*LagoonUserPasswordUpdatingRequest) SetOldPassword

func (o *LagoonUserPasswordUpdatingRequest) SetOldPassword(v string)

SetOldPassword gets a reference to the given string and assigns it to the OldPassword field.

type LagoonUserPermissionUpdatingRequest

type LagoonUserPermissionUpdatingRequest struct {
	// A role that represents the permission.
	Role *string `json:"role,omitempty"`
}

LagoonUserPermissionUpdatingRequest struct for LagoonUserPermissionUpdatingRequest

func NewLagoonUserPermissionUpdatingRequest

func NewLagoonUserPermissionUpdatingRequest() *LagoonUserPermissionUpdatingRequest

NewLagoonUserPermissionUpdatingRequest instantiates a new LagoonUserPermissionUpdatingRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLagoonUserPermissionUpdatingRequestWithDefaults

func NewLagoonUserPermissionUpdatingRequestWithDefaults() *LagoonUserPermissionUpdatingRequest

NewLagoonUserPermissionUpdatingRequestWithDefaults instantiates a new LagoonUserPermissionUpdatingRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LagoonUserPermissionUpdatingRequest) GetRole

GetRole returns the Role field value if set, zero value otherwise.

func (*LagoonUserPermissionUpdatingRequest) GetRoleOk

func (o *LagoonUserPermissionUpdatingRequest) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LagoonUserPermissionUpdatingRequest) HasRole

HasRole returns a boolean if a field has been set.

func (LagoonUserPermissionUpdatingRequest) MarshalJSON

func (o LagoonUserPermissionUpdatingRequest) MarshalJSON() ([]byte, error)

func (*LagoonUserPermissionUpdatingRequest) SetRole

SetRole gets a reference to the given string and assigns it to the Role field.

type LastSeen

type LastSeen struct {
	Rssi *int32     `json:"rssi,omitempty"`
	Snr  *int32     `json:"snr,omitempty"`
	Time *time.Time `json:"time,omitempty"`
}

LastSeen struct for LastSeen

func NewLastSeen

func NewLastSeen() *LastSeen

NewLastSeen instantiates a new LastSeen object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLastSeenWithDefaults

func NewLastSeenWithDefaults() *LastSeen

NewLastSeenWithDefaults instantiates a new LastSeen object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LastSeen) GetRssi

func (o *LastSeen) GetRssi() int32

GetRssi returns the Rssi field value if set, zero value otherwise.

func (*LastSeen) GetRssiOk

func (o *LastSeen) GetRssiOk() (*int32, bool)

GetRssiOk returns a tuple with the Rssi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LastSeen) GetSnr

func (o *LastSeen) GetSnr() int32

GetSnr returns the Snr field value if set, zero value otherwise.

func (*LastSeen) GetSnrOk

func (o *LastSeen) GetSnrOk() (*int32, bool)

GetSnrOk returns a tuple with the Snr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LastSeen) GetTime

func (o *LastSeen) GetTime() time.Time

GetTime returns the Time field value if set, zero value otherwise.

func (*LastSeen) GetTimeOk

func (o *LastSeen) GetTimeOk() (*time.Time, bool)

GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LastSeen) HasRssi

func (o *LastSeen) HasRssi() bool

HasRssi returns a boolean if a field has been set.

func (*LastSeen) HasSnr

func (o *LastSeen) HasSnr() bool

HasSnr returns a boolean if a field has been set.

func (*LastSeen) HasTime

func (o *LastSeen) HasTime() bool

HasTime returns a boolean if a field has been set.

func (LastSeen) MarshalJSON

func (o LastSeen) MarshalJSON() ([]byte, error)

func (*LastSeen) SetRssi

func (o *LastSeen) SetRssi(v int32)

SetRssi gets a reference to the given int32 and assigns it to the Rssi field.

func (*LastSeen) SetSnr

func (o *LastSeen) SetSnr(v int32)

SetSnr gets a reference to the given int32 and assigns it to the Snr field.

func (*LastSeen) SetTime

func (o *LastSeen) SetTime(v time.Time)

SetTime gets a reference to the given time.Time and assigns it to the Time field.

type ListCouponResponse

type ListCouponResponse struct {
	// クーポンリスト
	CouponList []CouponResponse `json:"couponList,omitempty"`
}

ListCouponResponse struct for ListCouponResponse

func NewListCouponResponse

func NewListCouponResponse() *ListCouponResponse

NewListCouponResponse instantiates a new ListCouponResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListCouponResponseWithDefaults

func NewListCouponResponseWithDefaults() *ListCouponResponse

NewListCouponResponseWithDefaults instantiates a new ListCouponResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListCouponResponse) GetCouponList

func (o *ListCouponResponse) GetCouponList() []CouponResponse

GetCouponList returns the CouponList field value if set, zero value otherwise.

func (*ListCouponResponse) GetCouponListOk

func (o *ListCouponResponse) GetCouponListOk() ([]CouponResponse, bool)

GetCouponListOk returns a tuple with the CouponList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListCouponResponse) HasCouponList

func (o *ListCouponResponse) HasCouponList() bool

HasCouponList returns a boolean if a field has been set.

func (ListCouponResponse) MarshalJSON

func (o ListCouponResponse) MarshalJSON() ([]byte, error)

func (*ListCouponResponse) SetCouponList

func (o *ListCouponResponse) SetCouponList(v []CouponResponse)

SetCouponList gets a reference to the given []CouponResponse and assigns it to the CouponList field.

type ListOrderResponse

type ListOrderResponse struct {
	// 発注リスト
	OrderList []GetOrderResponse `json:"orderList,omitempty"`
}

ListOrderResponse struct for ListOrderResponse

func NewListOrderResponse

func NewListOrderResponse() *ListOrderResponse

NewListOrderResponse instantiates a new ListOrderResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListOrderResponseWithDefaults

func NewListOrderResponseWithDefaults() *ListOrderResponse

NewListOrderResponseWithDefaults instantiates a new ListOrderResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListOrderResponse) GetOrderList

func (o *ListOrderResponse) GetOrderList() []GetOrderResponse

GetOrderList returns the OrderList field value if set, zero value otherwise.

func (*ListOrderResponse) GetOrderListOk

func (o *ListOrderResponse) GetOrderListOk() ([]GetOrderResponse, bool)

GetOrderListOk returns a tuple with the OrderList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListOrderResponse) HasOrderList

func (o *ListOrderResponse) HasOrderList() bool

HasOrderList returns a boolean if a field has been set.

func (ListOrderResponse) MarshalJSON

func (o ListOrderResponse) MarshalJSON() ([]byte, error)

func (*ListOrderResponse) SetOrderList

func (o *ListOrderResponse) SetOrderList(v []GetOrderResponse)

SetOrderList gets a reference to the given []GetOrderResponse and assigns it to the OrderList field.

type ListOrderedSubscriberResponse

type ListOrderedSubscriberResponse struct {
	// 発注した SIM のリスト
	OrderedSubscriberList []OrderedSubscriber `json:"orderedSubscriberList,omitempty"`
}

ListOrderedSubscriberResponse struct for ListOrderedSubscriberResponse

func NewListOrderedSubscriberResponse

func NewListOrderedSubscriberResponse() *ListOrderedSubscriberResponse

NewListOrderedSubscriberResponse instantiates a new ListOrderedSubscriberResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListOrderedSubscriberResponseWithDefaults

func NewListOrderedSubscriberResponseWithDefaults() *ListOrderedSubscriberResponse

NewListOrderedSubscriberResponseWithDefaults instantiates a new ListOrderedSubscriberResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListOrderedSubscriberResponse) GetOrderedSubscriberList

func (o *ListOrderedSubscriberResponse) GetOrderedSubscriberList() []OrderedSubscriber

GetOrderedSubscriberList returns the OrderedSubscriberList field value if set, zero value otherwise.

func (*ListOrderedSubscriberResponse) GetOrderedSubscriberListOk

func (o *ListOrderedSubscriberResponse) GetOrderedSubscriberListOk() ([]OrderedSubscriber, bool)

GetOrderedSubscriberListOk returns a tuple with the OrderedSubscriberList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListOrderedSubscriberResponse) HasOrderedSubscriberList

func (o *ListOrderedSubscriberResponse) HasOrderedSubscriberList() bool

HasOrderedSubscriberList returns a boolean if a field has been set.

func (ListOrderedSubscriberResponse) MarshalJSON

func (o ListOrderedSubscriberResponse) MarshalJSON() ([]byte, error)

func (*ListOrderedSubscriberResponse) SetOrderedSubscriberList

func (o *ListOrderedSubscriberResponse) SetOrderedSubscriberList(v []OrderedSubscriber)

SetOrderedSubscriberList gets a reference to the given []OrderedSubscriber and assigns it to the OrderedSubscriberList field.

type ListPaymentStatementResponse

type ListPaymentStatementResponse struct {
	// 課金明細リスト
	PaymentStatementsList []PaymentStatementResponse `json:"paymentStatementsList,omitempty"`
}

ListPaymentStatementResponse struct for ListPaymentStatementResponse

func NewListPaymentStatementResponse

func NewListPaymentStatementResponse() *ListPaymentStatementResponse

NewListPaymentStatementResponse instantiates a new ListPaymentStatementResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListPaymentStatementResponseWithDefaults

func NewListPaymentStatementResponseWithDefaults() *ListPaymentStatementResponse

NewListPaymentStatementResponseWithDefaults instantiates a new ListPaymentStatementResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListPaymentStatementResponse) GetPaymentStatementsList

func (o *ListPaymentStatementResponse) GetPaymentStatementsList() []PaymentStatementResponse

GetPaymentStatementsList returns the PaymentStatementsList field value if set, zero value otherwise.

func (*ListPaymentStatementResponse) GetPaymentStatementsListOk

func (o *ListPaymentStatementResponse) GetPaymentStatementsListOk() ([]PaymentStatementResponse, bool)

GetPaymentStatementsListOk returns a tuple with the PaymentStatementsList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListPaymentStatementResponse) HasPaymentStatementsList

func (o *ListPaymentStatementResponse) HasPaymentStatementsList() bool

HasPaymentStatementsList returns a boolean if a field has been set.

func (ListPaymentStatementResponse) MarshalJSON

func (o ListPaymentStatementResponse) MarshalJSON() ([]byte, error)

func (*ListPaymentStatementResponse) SetPaymentStatementsList

func (o *ListPaymentStatementResponse) SetPaymentStatementsList(v []PaymentStatementResponse)

SetPaymentStatementsList gets a reference to the given []PaymentStatementResponse and assigns it to the PaymentStatementsList field.

type ListProductResponse

type ListProductResponse struct {
	ProductList      []ProductModel      `json:"productList,omitempty"`
	ShippingCostList []ShippingCostModel `json:"shippingCostList,omitempty"`
}

ListProductResponse struct for ListProductResponse

func NewListProductResponse

func NewListProductResponse() *ListProductResponse

NewListProductResponse instantiates a new ListProductResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListProductResponseWithDefaults

func NewListProductResponseWithDefaults() *ListProductResponse

NewListProductResponseWithDefaults instantiates a new ListProductResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListProductResponse) GetProductList

func (o *ListProductResponse) GetProductList() []ProductModel

GetProductList returns the ProductList field value if set, zero value otherwise.

func (*ListProductResponse) GetProductListOk

func (o *ListProductResponse) GetProductListOk() ([]ProductModel, bool)

GetProductListOk returns a tuple with the ProductList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListProductResponse) GetShippingCostList

func (o *ListProductResponse) GetShippingCostList() []ShippingCostModel

GetShippingCostList returns the ShippingCostList field value if set, zero value otherwise.

func (*ListProductResponse) GetShippingCostListOk

func (o *ListProductResponse) GetShippingCostListOk() ([]ShippingCostModel, bool)

GetShippingCostListOk returns a tuple with the ShippingCostList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListProductResponse) HasProductList

func (o *ListProductResponse) HasProductList() bool

HasProductList returns a boolean if a field has been set.

func (*ListProductResponse) HasShippingCostList

func (o *ListProductResponse) HasShippingCostList() bool

HasShippingCostList returns a boolean if a field has been set.

func (ListProductResponse) MarshalJSON

func (o ListProductResponse) MarshalJSON() ([]byte, error)

func (*ListProductResponse) SetProductList

func (o *ListProductResponse) SetProductList(v []ProductModel)

SetProductList gets a reference to the given []ProductModel and assigns it to the ProductList field.

func (*ListProductResponse) SetShippingCostList

func (o *ListProductResponse) SetShippingCostList(v []ShippingCostModel)

SetShippingCostList gets a reference to the given []ShippingCostModel and assigns it to the ShippingCostList field.

type ListRolesResponse

type ListRolesResponse struct {
	CreateDateTime *int64  `json:"createDateTime,omitempty"`
	Description    *string `json:"description,omitempty"`
	RoleId         *string `json:"roleId,omitempty"`
	UpdateDateTime *int64  `json:"updateDateTime,omitempty"`
}

ListRolesResponse struct for ListRolesResponse

func NewListRolesResponse

func NewListRolesResponse() *ListRolesResponse

NewListRolesResponse instantiates a new ListRolesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListRolesResponseWithDefaults

func NewListRolesResponseWithDefaults() *ListRolesResponse

NewListRolesResponseWithDefaults instantiates a new ListRolesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListRolesResponse) GetCreateDateTime

func (o *ListRolesResponse) GetCreateDateTime() int64

GetCreateDateTime returns the CreateDateTime field value if set, zero value otherwise.

func (*ListRolesResponse) GetCreateDateTimeOk

func (o *ListRolesResponse) GetCreateDateTimeOk() (*int64, bool)

GetCreateDateTimeOk returns a tuple with the CreateDateTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListRolesResponse) GetDescription

func (o *ListRolesResponse) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ListRolesResponse) GetDescriptionOk

func (o *ListRolesResponse) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListRolesResponse) GetRoleId

func (o *ListRolesResponse) GetRoleId() string

GetRoleId returns the RoleId field value if set, zero value otherwise.

func (*ListRolesResponse) GetRoleIdOk

func (o *ListRolesResponse) GetRoleIdOk() (*string, bool)

GetRoleIdOk returns a tuple with the RoleId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListRolesResponse) GetUpdateDateTime

func (o *ListRolesResponse) GetUpdateDateTime() int64

GetUpdateDateTime returns the UpdateDateTime field value if set, zero value otherwise.

func (*ListRolesResponse) GetUpdateDateTimeOk

func (o *ListRolesResponse) GetUpdateDateTimeOk() (*int64, bool)

GetUpdateDateTimeOk returns a tuple with the UpdateDateTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListRolesResponse) HasCreateDateTime

func (o *ListRolesResponse) HasCreateDateTime() bool

HasCreateDateTime returns a boolean if a field has been set.

func (*ListRolesResponse) HasDescription

func (o *ListRolesResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ListRolesResponse) HasRoleId

func (o *ListRolesResponse) HasRoleId() bool

HasRoleId returns a boolean if a field has been set.

func (*ListRolesResponse) HasUpdateDateTime

func (o *ListRolesResponse) HasUpdateDateTime() bool

HasUpdateDateTime returns a boolean if a field has been set.

func (ListRolesResponse) MarshalJSON

func (o ListRolesResponse) MarshalJSON() ([]byte, error)

func (*ListRolesResponse) SetCreateDateTime

func (o *ListRolesResponse) SetCreateDateTime(v int64)

SetCreateDateTime gets a reference to the given int64 and assigns it to the CreateDateTime field.

func (*ListRolesResponse) SetDescription

func (o *ListRolesResponse) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ListRolesResponse) SetRoleId

func (o *ListRolesResponse) SetRoleId(v string)

SetRoleId gets a reference to the given string and assigns it to the RoleId field.

func (*ListRolesResponse) SetUpdateDateTime

func (o *ListRolesResponse) SetUpdateDateTime(v int64)

SetUpdateDateTime gets a reference to the given int64 and assigns it to the UpdateDateTime field.

type ListShippingAddressResponse

type ListShippingAddressResponse struct {
	ShippingAddresses []GetShippingAddressResponse `json:"shippingAddresses,omitempty"`
}

ListShippingAddressResponse struct for ListShippingAddressResponse

func NewListShippingAddressResponse

func NewListShippingAddressResponse() *ListShippingAddressResponse

NewListShippingAddressResponse instantiates a new ListShippingAddressResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListShippingAddressResponseWithDefaults

func NewListShippingAddressResponseWithDefaults() *ListShippingAddressResponse

NewListShippingAddressResponseWithDefaults instantiates a new ListShippingAddressResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListShippingAddressResponse) GetShippingAddresses

func (o *ListShippingAddressResponse) GetShippingAddresses() []GetShippingAddressResponse

GetShippingAddresses returns the ShippingAddresses field value if set, zero value otherwise.

func (*ListShippingAddressResponse) GetShippingAddressesOk

func (o *ListShippingAddressResponse) GetShippingAddressesOk() ([]GetShippingAddressResponse, bool)

GetShippingAddressesOk returns a tuple with the ShippingAddresses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListShippingAddressResponse) HasShippingAddresses

func (o *ListShippingAddressResponse) HasShippingAddresses() bool

HasShippingAddresses returns a boolean if a field has been set.

func (ListShippingAddressResponse) MarshalJSON

func (o ListShippingAddressResponse) MarshalJSON() ([]byte, error)

func (*ListShippingAddressResponse) SetShippingAddresses

func (o *ListShippingAddressResponse) SetShippingAddresses(v []GetShippingAddressResponse)

SetShippingAddresses gets a reference to the given []GetShippingAddressResponse and assigns it to the ShippingAddresses field.

type ListVolumeDiscountResponse

type ListVolumeDiscountResponse struct {
	// 契約済み長期利用割引リスト
	VolumeDiscountList []GetVolumeDiscountResponse `json:"volumeDiscountList,omitempty"`
}

ListVolumeDiscountResponse struct for ListVolumeDiscountResponse

func NewListVolumeDiscountResponse

func NewListVolumeDiscountResponse() *ListVolumeDiscountResponse

NewListVolumeDiscountResponse instantiates a new ListVolumeDiscountResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListVolumeDiscountResponseWithDefaults

func NewListVolumeDiscountResponseWithDefaults() *ListVolumeDiscountResponse

NewListVolumeDiscountResponseWithDefaults instantiates a new ListVolumeDiscountResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListVolumeDiscountResponse) GetVolumeDiscountList

func (o *ListVolumeDiscountResponse) GetVolumeDiscountList() []GetVolumeDiscountResponse

GetVolumeDiscountList returns the VolumeDiscountList field value if set, zero value otherwise.

func (*ListVolumeDiscountResponse) GetVolumeDiscountListOk

func (o *ListVolumeDiscountResponse) GetVolumeDiscountListOk() ([]GetVolumeDiscountResponse, bool)

GetVolumeDiscountListOk returns a tuple with the VolumeDiscountList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListVolumeDiscountResponse) HasVolumeDiscountList

func (o *ListVolumeDiscountResponse) HasVolumeDiscountList() bool

HasVolumeDiscountList returns a boolean if a field has been set.

func (ListVolumeDiscountResponse) MarshalJSON

func (o ListVolumeDiscountResponse) MarshalJSON() ([]byte, error)

func (*ListVolumeDiscountResponse) SetVolumeDiscountList

func (o *ListVolumeDiscountResponse) SetVolumeDiscountList(v []GetVolumeDiscountResponse)

SetVolumeDiscountList gets a reference to the given []GetVolumeDiscountResponse and assigns it to the VolumeDiscountList field.

type LocationRegistrationStatus

type LocationRegistrationStatus struct {
	Cs  *LocationRegistrationStatusForNetwork `json:"cs,omitempty"`
	Eps *LocationRegistrationStatusForNetwork `json:"eps,omitempty"`
	Ps  *LocationRegistrationStatusForNetwork `json:"ps,omitempty"`
}

LocationRegistrationStatus struct for LocationRegistrationStatus

func NewLocationRegistrationStatus

func NewLocationRegistrationStatus() *LocationRegistrationStatus

NewLocationRegistrationStatus instantiates a new LocationRegistrationStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLocationRegistrationStatusWithDefaults

func NewLocationRegistrationStatusWithDefaults() *LocationRegistrationStatus

NewLocationRegistrationStatusWithDefaults instantiates a new LocationRegistrationStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LocationRegistrationStatus) GetCs

GetCs returns the Cs field value if set, zero value otherwise.

func (*LocationRegistrationStatus) GetCsOk

GetCsOk returns a tuple with the Cs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocationRegistrationStatus) GetEps

GetEps returns the Eps field value if set, zero value otherwise.

func (*LocationRegistrationStatus) GetEpsOk

GetEpsOk returns a tuple with the Eps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocationRegistrationStatus) GetPs

GetPs returns the Ps field value if set, zero value otherwise.

func (*LocationRegistrationStatus) GetPsOk

GetPsOk returns a tuple with the Ps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocationRegistrationStatus) HasCs

func (o *LocationRegistrationStatus) HasCs() bool

HasCs returns a boolean if a field has been set.

func (*LocationRegistrationStatus) HasEps

func (o *LocationRegistrationStatus) HasEps() bool

HasEps returns a boolean if a field has been set.

func (*LocationRegistrationStatus) HasPs

func (o *LocationRegistrationStatus) HasPs() bool

HasPs returns a boolean if a field has been set.

func (LocationRegistrationStatus) MarshalJSON

func (o LocationRegistrationStatus) MarshalJSON() ([]byte, error)

func (*LocationRegistrationStatus) SetCs

SetCs gets a reference to the given LocationRegistrationStatusForNetwork and assigns it to the Cs field.

func (*LocationRegistrationStatus) SetEps

SetEps gets a reference to the given LocationRegistrationStatusForNetwork and assigns it to the Eps field.

func (*LocationRegistrationStatus) SetPs

SetPs gets a reference to the given LocationRegistrationStatusForNetwork and assigns it to the Ps field.

type LocationRegistrationStatusForNetwork

type LocationRegistrationStatusForNetwork struct {
	// 最後にネットワーク登録が成功したときのタイムスタンプ(ミリ秒単位の Unix 時間)
	LastModifiedTime *int64 `json:"lastModifiedTime,omitempty"`
	// ローミング先の PLMN ID
	Vplmn *string `json:"vplmn,omitempty"`
}

LocationRegistrationStatusForNetwork struct for LocationRegistrationStatusForNetwork

func NewLocationRegistrationStatusForNetwork

func NewLocationRegistrationStatusForNetwork() *LocationRegistrationStatusForNetwork

NewLocationRegistrationStatusForNetwork instantiates a new LocationRegistrationStatusForNetwork object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLocationRegistrationStatusForNetworkWithDefaults

func NewLocationRegistrationStatusForNetworkWithDefaults() *LocationRegistrationStatusForNetwork

NewLocationRegistrationStatusForNetworkWithDefaults instantiates a new LocationRegistrationStatusForNetwork object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LocationRegistrationStatusForNetwork) GetLastModifiedTime

func (o *LocationRegistrationStatusForNetwork) GetLastModifiedTime() int64

GetLastModifiedTime returns the LastModifiedTime field value if set, zero value otherwise.

func (*LocationRegistrationStatusForNetwork) GetLastModifiedTimeOk

func (o *LocationRegistrationStatusForNetwork) GetLastModifiedTimeOk() (*int64, bool)

GetLastModifiedTimeOk returns a tuple with the LastModifiedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocationRegistrationStatusForNetwork) GetVplmn

GetVplmn returns the Vplmn field value if set, zero value otherwise.

func (*LocationRegistrationStatusForNetwork) GetVplmnOk

func (o *LocationRegistrationStatusForNetwork) GetVplmnOk() (*string, bool)

GetVplmnOk returns a tuple with the Vplmn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocationRegistrationStatusForNetwork) HasLastModifiedTime

func (o *LocationRegistrationStatusForNetwork) HasLastModifiedTime() bool

HasLastModifiedTime returns a boolean if a field has been set.

func (*LocationRegistrationStatusForNetwork) HasVplmn

HasVplmn returns a boolean if a field has been set.

func (LocationRegistrationStatusForNetwork) MarshalJSON

func (o LocationRegistrationStatusForNetwork) MarshalJSON() ([]byte, error)

func (*LocationRegistrationStatusForNetwork) SetLastModifiedTime

func (o *LocationRegistrationStatusForNetwork) SetLastModifiedTime(v int64)

SetLastModifiedTime gets a reference to the given int64 and assigns it to the LastModifiedTime field.

func (*LocationRegistrationStatusForNetwork) SetVplmn

SetVplmn gets a reference to the given string and assigns it to the Vplmn field.

type LogApiService

type LogApiService service

LogApiService LogApi service

func (*LogApiService) GetLogs

GetLogs Get Logs.

条件に合うログエントリのリストを返す。ログエントリの総数が 1 ページに収まらない場合は、次のページにアクセスするための URL を`Link`ヘッダに含めて返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetLogsRequest

func (*LogApiService) GetLogsExecute

func (a *LogApiService) GetLogsExecute(r ApiGetLogsRequest) ([]LogEntry, *http.Response, error)

Execute executes the request

@return []LogEntry

type LogEntry

type LogEntry struct {
	Body         map[string]interface{} `json:"body,omitempty"`
	ResourceId   *string                `json:"resourceId,omitempty"`
	ResourceType *string                `json:"resourceType,omitempty"`
	Service      *string                `json:"service,omitempty"`
	Time         *int64                 `json:"time,omitempty"`
}

LogEntry struct for LogEntry

func NewLogEntry

func NewLogEntry() *LogEntry

NewLogEntry instantiates a new LogEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLogEntryWithDefaults

func NewLogEntryWithDefaults() *LogEntry

NewLogEntryWithDefaults instantiates a new LogEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LogEntry) GetBody

func (o *LogEntry) GetBody() map[string]interface{}

GetBody returns the Body field value if set, zero value otherwise.

func (*LogEntry) GetBodyOk

func (o *LogEntry) GetBodyOk() (map[string]interface{}, bool)

GetBodyOk returns a tuple with the Body field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LogEntry) GetResourceId

func (o *LogEntry) GetResourceId() string

GetResourceId returns the ResourceId field value if set, zero value otherwise.

func (*LogEntry) GetResourceIdOk

func (o *LogEntry) GetResourceIdOk() (*string, bool)

GetResourceIdOk returns a tuple with the ResourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LogEntry) GetResourceType

func (o *LogEntry) GetResourceType() string

GetResourceType returns the ResourceType field value if set, zero value otherwise.

func (*LogEntry) GetResourceTypeOk

func (o *LogEntry) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LogEntry) GetService

func (o *LogEntry) GetService() string

GetService returns the Service field value if set, zero value otherwise.

func (*LogEntry) GetServiceOk

func (o *LogEntry) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LogEntry) GetTime

func (o *LogEntry) GetTime() int64

GetTime returns the Time field value if set, zero value otherwise.

func (*LogEntry) GetTimeOk

func (o *LogEntry) GetTimeOk() (*int64, bool)

GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LogEntry) HasBody

func (o *LogEntry) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*LogEntry) HasResourceId

func (o *LogEntry) HasResourceId() bool

HasResourceId returns a boolean if a field has been set.

func (*LogEntry) HasResourceType

func (o *LogEntry) HasResourceType() bool

HasResourceType returns a boolean if a field has been set.

func (*LogEntry) HasService

func (o *LogEntry) HasService() bool

HasService returns a boolean if a field has been set.

func (*LogEntry) HasTime

func (o *LogEntry) HasTime() bool

HasTime returns a boolean if a field has been set.

func (LogEntry) MarshalJSON

func (o LogEntry) MarshalJSON() ([]byte, error)

func (*LogEntry) SetBody

func (o *LogEntry) SetBody(v map[string]interface{})

SetBody gets a reference to the given map[string]interface{} and assigns it to the Body field.

func (*LogEntry) SetResourceId

func (o *LogEntry) SetResourceId(v string)

SetResourceId gets a reference to the given string and assigns it to the ResourceId field.

func (*LogEntry) SetResourceType

func (o *LogEntry) SetResourceType(v string)

SetResourceType gets a reference to the given string and assigns it to the ResourceType field.

func (*LogEntry) SetService

func (o *LogEntry) SetService(v string)

SetService gets a reference to the given string and assigns it to the Service field.

func (*LogEntry) SetTime

func (o *LogEntry) SetTime(v int64)

SetTime gets a reference to the given int64 and assigns it to the Time field.

type LoraData

type LoraData struct {
	Data  *string `json:"data,omitempty"`
	FPort *int32  `json:"fPort,omitempty"`
}

LoraData struct for LoraData

func NewLoraData

func NewLoraData() *LoraData

NewLoraData instantiates a new LoraData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLoraDataWithDefaults

func NewLoraDataWithDefaults() *LoraData

NewLoraDataWithDefaults instantiates a new LoraData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LoraData) GetData

func (o *LoraData) GetData() string

GetData returns the Data field value if set, zero value otherwise.

func (*LoraData) GetDataOk

func (o *LoraData) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraData) GetFPort

func (o *LoraData) GetFPort() int32

GetFPort returns the FPort field value if set, zero value otherwise.

func (*LoraData) GetFPortOk

func (o *LoraData) GetFPortOk() (*int32, bool)

GetFPortOk returns a tuple with the FPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraData) HasData

func (o *LoraData) HasData() bool

HasData returns a boolean if a field has been set.

func (*LoraData) HasFPort

func (o *LoraData) HasFPort() bool

HasFPort returns a boolean if a field has been set.

func (LoraData) MarshalJSON

func (o LoraData) MarshalJSON() ([]byte, error)

func (*LoraData) SetData

func (o *LoraData) SetData(v string)

SetData gets a reference to the given string and assigns it to the Data field.

func (*LoraData) SetFPort

func (o *LoraData) SetFPort(v int32)

SetFPort gets a reference to the given int32 and assigns it to the FPort field.

type LoraDevice

type LoraDevice struct {
	DeviceId           *string            `json:"device_id,omitempty"`
	GroupId            *string            `json:"groupId,omitempty"`
	LastModifiedTime   *time.Time         `json:"lastModifiedTime,omitempty"`
	LastSeen           *LastSeen          `json:"lastSeen,omitempty"`
	OperatorId         *string            `json:"operatorId,omitempty"`
	Status             *string            `json:"status,omitempty"`
	Tags               *map[string]string `json:"tags,omitempty"`
	TerminationEnabled *bool              `json:"terminationEnabled,omitempty"`
}

LoraDevice struct for LoraDevice

func NewLoraDevice

func NewLoraDevice() *LoraDevice

NewLoraDevice instantiates a new LoraDevice object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLoraDeviceWithDefaults

func NewLoraDeviceWithDefaults() *LoraDevice

NewLoraDeviceWithDefaults instantiates a new LoraDevice object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LoraDevice) GetDeviceId

func (o *LoraDevice) GetDeviceId() string

GetDeviceId returns the DeviceId field value if set, zero value otherwise.

func (*LoraDevice) GetDeviceIdOk

func (o *LoraDevice) GetDeviceIdOk() (*string, bool)

GetDeviceIdOk returns a tuple with the DeviceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraDevice) GetGroupId

func (o *LoraDevice) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*LoraDevice) GetGroupIdOk

func (o *LoraDevice) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraDevice) GetLastModifiedTime

func (o *LoraDevice) GetLastModifiedTime() time.Time

GetLastModifiedTime returns the LastModifiedTime field value if set, zero value otherwise.

func (*LoraDevice) GetLastModifiedTimeOk

func (o *LoraDevice) GetLastModifiedTimeOk() (*time.Time, bool)

GetLastModifiedTimeOk returns a tuple with the LastModifiedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraDevice) GetLastSeen

func (o *LoraDevice) GetLastSeen() LastSeen

GetLastSeen returns the LastSeen field value if set, zero value otherwise.

func (*LoraDevice) GetLastSeenOk

func (o *LoraDevice) GetLastSeenOk() (*LastSeen, bool)

GetLastSeenOk returns a tuple with the LastSeen field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraDevice) GetOperatorId

func (o *LoraDevice) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*LoraDevice) GetOperatorIdOk

func (o *LoraDevice) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraDevice) GetStatus

func (o *LoraDevice) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*LoraDevice) GetStatusOk

func (o *LoraDevice) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraDevice) GetTags

func (o *LoraDevice) GetTags() map[string]string

GetTags returns the Tags field value if set, zero value otherwise.

func (*LoraDevice) GetTagsOk

func (o *LoraDevice) GetTagsOk() (*map[string]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraDevice) GetTerminationEnabled

func (o *LoraDevice) GetTerminationEnabled() bool

GetTerminationEnabled returns the TerminationEnabled field value if set, zero value otherwise.

func (*LoraDevice) GetTerminationEnabledOk

func (o *LoraDevice) GetTerminationEnabledOk() (*bool, bool)

GetTerminationEnabledOk returns a tuple with the TerminationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraDevice) HasDeviceId

func (o *LoraDevice) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

func (*LoraDevice) HasGroupId

func (o *LoraDevice) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*LoraDevice) HasLastModifiedTime

func (o *LoraDevice) HasLastModifiedTime() bool

HasLastModifiedTime returns a boolean if a field has been set.

func (*LoraDevice) HasLastSeen

func (o *LoraDevice) HasLastSeen() bool

HasLastSeen returns a boolean if a field has been set.

func (*LoraDevice) HasOperatorId

func (o *LoraDevice) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (*LoraDevice) HasStatus

func (o *LoraDevice) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*LoraDevice) HasTags

func (o *LoraDevice) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*LoraDevice) HasTerminationEnabled

func (o *LoraDevice) HasTerminationEnabled() bool

HasTerminationEnabled returns a boolean if a field has been set.

func (LoraDevice) MarshalJSON

func (o LoraDevice) MarshalJSON() ([]byte, error)

func (*LoraDevice) SetDeviceId

func (o *LoraDevice) SetDeviceId(v string)

SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.

func (*LoraDevice) SetGroupId

func (o *LoraDevice) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*LoraDevice) SetLastModifiedTime

func (o *LoraDevice) SetLastModifiedTime(v time.Time)

SetLastModifiedTime gets a reference to the given time.Time and assigns it to the LastModifiedTime field.

func (*LoraDevice) SetLastSeen

func (o *LoraDevice) SetLastSeen(v LastSeen)

SetLastSeen gets a reference to the given LastSeen and assigns it to the LastSeen field.

func (*LoraDevice) SetOperatorId

func (o *LoraDevice) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

func (*LoraDevice) SetStatus

func (o *LoraDevice) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*LoraDevice) SetTags

func (o *LoraDevice) SetTags(v map[string]string)

SetTags gets a reference to the given map[string]string and assigns it to the Tags field.

func (*LoraDevice) SetTerminationEnabled

func (o *LoraDevice) SetTerminationEnabled(v bool)

SetTerminationEnabled gets a reference to the given bool and assigns it to the TerminationEnabled field.

type LoraDeviceApiService

type LoraDeviceApiService service

LoraDeviceApiService LoraDeviceApi service

func (*LoraDeviceApiService) DeleteLoraDeviceTag

func (a *LoraDeviceApiService) DeleteLoraDeviceTag(ctx context.Context, deviceId string, tagName string) ApiDeleteLoraDeviceTagRequest

DeleteLoraDeviceTag Delete LoRa device Tag

指定された LoRa device のタグを削除

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象の LoRa device の ID
@param tagName 削除対象のタグ名(URL の Path の一部になるので、パーセントエンコーディングを施す。JavaScript なら encodeURIComponent() したものを指定する)
@return ApiDeleteLoraDeviceTagRequest

func (*LoraDeviceApiService) DeleteLoraDeviceTagExecute

func (a *LoraDeviceApiService) DeleteLoraDeviceTagExecute(r ApiDeleteLoraDeviceTagRequest) (*http.Response, error)

Execute executes the request

func (*LoraDeviceApiService) DisableTerminationOnLoraDevice

func (a *LoraDeviceApiService) DisableTerminationOnLoraDevice(ctx context.Context, deviceId string) ApiDisableTerminationOnLoraDeviceRequest

DisableTerminationOnLoraDevice Disable Termination of LoRa device

指定された LoRa device を Terminate 不可能に設定する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象の LoRa device の ID
@return ApiDisableTerminationOnLoraDeviceRequest

func (*LoraDeviceApiService) DisableTerminationOnLoraDeviceExecute

func (a *LoraDeviceApiService) DisableTerminationOnLoraDeviceExecute(r ApiDisableTerminationOnLoraDeviceRequest) (*LoraDevice, *http.Response, error)

Execute executes the request

@return LoraDevice

func (*LoraDeviceApiService) EnableTerminationOnLoraDevice

func (a *LoraDeviceApiService) EnableTerminationOnLoraDevice(ctx context.Context, deviceId string) ApiEnableTerminationOnLoraDeviceRequest

EnableTerminationOnLoraDevice Enable Termination of LoRa device

指定された LoRa device を Terminate 可能に設定する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象の LoRa device の ID
@return ApiEnableTerminationOnLoraDeviceRequest

func (*LoraDeviceApiService) EnableTerminationOnLoraDeviceExecute

func (a *LoraDeviceApiService) EnableTerminationOnLoraDeviceExecute(r ApiEnableTerminationOnLoraDeviceRequest) (*LoraDevice, *http.Response, error)

Execute executes the request

@return LoraDevice

func (*LoraDeviceApiService) GetDataFromLoraDevice

func (a *LoraDeviceApiService) GetDataFromLoraDevice(ctx context.Context, deviceId string) ApiGetDataFromLoraDeviceRequest

GetDataFromLoraDevice Get data sent from a LoRa device.

指定された LoRa デバイスから送られたデータの中で、条件に合うエントリのリストを返す。データエントリの総数が 1 ページに収まらない場合は、次のページにアクセスするための URL を`Link`ヘッダに含めて返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId データ取得対象の LoRa デバイスの ID
@return ApiGetDataFromLoraDeviceRequest

func (*LoraDeviceApiService) GetDataFromLoraDeviceExecute

func (a *LoraDeviceApiService) GetDataFromLoraDeviceExecute(r ApiGetDataFromLoraDeviceRequest) ([]DataEntry, *http.Response, error)

Execute executes the request

@return []DataEntry

func (*LoraDeviceApiService) GetLoraDevice

func (a *LoraDeviceApiService) GetLoraDevice(ctx context.Context, deviceId string) ApiGetLoraDeviceRequest

GetLoraDevice Get LoRa device

指定された LoRa device の情報を返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象の LoRa device の Device ID
@return ApiGetLoraDeviceRequest

func (*LoraDeviceApiService) GetLoraDeviceExecute

func (a *LoraDeviceApiService) GetLoraDeviceExecute(r ApiGetLoraDeviceRequest) (*LoraDevice, *http.Response, error)

Execute executes the request

@return LoraDevice

func (*LoraDeviceApiService) ListLoraDevices

ListLoraDevices List LoRa devices

条件にマッチする LoRa device のリストを返す。LoRa device の総数が 1 ページに収まらない場合は、レスポンス中に次のページにアクセスするための URL を`Link`ヘッダに含めて返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListLoraDevicesRequest

func (*LoraDeviceApiService) ListLoraDevicesExecute

func (a *LoraDeviceApiService) ListLoraDevicesExecute(r ApiListLoraDevicesRequest) ([]LoraDevice, *http.Response, error)

Execute executes the request

@return []LoraDevice

func (*LoraDeviceApiService) PutLoraDeviceTags

func (a *LoraDeviceApiService) PutLoraDeviceTags(ctx context.Context, deviceId string) ApiPutLoraDeviceTagsRequest

PutLoraDeviceTags Bulk Insert or Update LoRa device Tags

指定された LoRa device のタグを追加・更新

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象の LoRa device の ID
@return ApiPutLoraDeviceTagsRequest

func (*LoraDeviceApiService) PutLoraDeviceTagsExecute

func (a *LoraDeviceApiService) PutLoraDeviceTagsExecute(r ApiPutLoraDeviceTagsRequest) (*LoraDevice, *http.Response, error)

Execute executes the request

@return LoraDevice

func (*LoraDeviceApiService) RegisterLoraDevice

func (a *LoraDeviceApiService) RegisterLoraDevice(ctx context.Context, deviceId string) ApiRegisterLoraDeviceRequest

RegisterLoraDevice Register LoRa device

LoRa device を登録

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象の LoRa device の Device ID
@return ApiRegisterLoraDeviceRequest

func (*LoraDeviceApiService) RegisterLoraDeviceExecute

func (a *LoraDeviceApiService) RegisterLoraDeviceExecute(r ApiRegisterLoraDeviceRequest) (*LoraDevice, *http.Response, error)

Execute executes the request

@return LoraDevice

func (*LoraDeviceApiService) SendDataToLoraDevice

func (a *LoraDeviceApiService) SendDataToLoraDevice(ctx context.Context, deviceId string) ApiSendDataToLoraDeviceRequest

SendDataToLoraDevice Send data to a LoRa device.

指定したデバイスにデータを送信する。データは LoRa Network Server にセットされ、次に利用可能なデータ送信スロットを使って指定デバイスに送信される。未送信のデータが LoRa Network Server にあった場合には、最新の受信データで上書きされる。 一定時間 (2 時間) 受け取られなかった場合、デバイス受信時に新しいメッセージを受けた場合は、メッセージは破棄されます。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 送信先デバイスの ID
@return ApiSendDataToLoraDeviceRequest

func (*LoraDeviceApiService) SendDataToLoraDeviceExecute

func (a *LoraDeviceApiService) SendDataToLoraDeviceExecute(r ApiSendDataToLoraDeviceRequest) (*http.Response, error)

Execute executes the request

func (*LoraDeviceApiService) SetLoraDeviceGroup

func (a *LoraDeviceApiService) SetLoraDeviceGroup(ctx context.Context, deviceId string) ApiSetLoraDeviceGroupRequest

SetLoraDeviceGroup Set Group to LoRa device

指定された LoRa device のグループを設定する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象の LoRa device の ID
@return ApiSetLoraDeviceGroupRequest

func (*LoraDeviceApiService) SetLoraDeviceGroupExecute

func (a *LoraDeviceApiService) SetLoraDeviceGroupExecute(r ApiSetLoraDeviceGroupRequest) (*LoraDevice, *http.Response, error)

Execute executes the request

@return LoraDevice

func (*LoraDeviceApiService) TerminateLoraDevice

func (a *LoraDeviceApiService) TerminateLoraDevice(ctx context.Context, deviceId string) ApiTerminateLoraDeviceRequest

TerminateLoraDevice Terminate LoRa device

指定された LoRa device を Terminate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象の LoRa device の ID
@return ApiTerminateLoraDeviceRequest

func (*LoraDeviceApiService) TerminateLoraDeviceExecute

func (a *LoraDeviceApiService) TerminateLoraDeviceExecute(r ApiTerminateLoraDeviceRequest) (*LoraDevice, *http.Response, error)

Execute executes the request

@return LoraDevice

func (*LoraDeviceApiService) UnsetLoraDeviceGroup

func (a *LoraDeviceApiService) UnsetLoraDeviceGroup(ctx context.Context, deviceId string) ApiUnsetLoraDeviceGroupRequest

UnsetLoraDeviceGroup Unset Group to LoRa device

指定された LoRa device のグループ設定を解除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象の LoRa device の ID
@return ApiUnsetLoraDeviceGroupRequest

func (*LoraDeviceApiService) UnsetLoraDeviceGroupExecute

func (a *LoraDeviceApiService) UnsetLoraDeviceGroupExecute(r ApiUnsetLoraDeviceGroupRequest) (*LoraDevice, *http.Response, error)

Execute executes the request

@return LoraDevice

type LoraGateway

type LoraGateway struct {
	Address            *string            `json:"address,omitempty"`
	CreatedTime        *time.Time         `json:"createdTime,omitempty"`
	GatewayId          *string            `json:"gatewayId,omitempty"`
	LastModifiedTime   *time.Time         `json:"lastModifiedTime,omitempty"`
	NetworkSetId       *string            `json:"networkSetId,omitempty"`
	Online             *bool              `json:"online,omitempty"`
	OperatorId         *string            `json:"operatorId,omitempty"`
	Owned              *bool              `json:"owned,omitempty"`
	Status             *string            `json:"status,omitempty"`
	Tags               *map[string]string `json:"tags,omitempty"`
	TerminationEnabled *bool              `json:"terminationEnabled,omitempty"`
}

LoraGateway struct for LoraGateway

func NewLoraGateway

func NewLoraGateway() *LoraGateway

NewLoraGateway instantiates a new LoraGateway object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLoraGatewayWithDefaults

func NewLoraGatewayWithDefaults() *LoraGateway

NewLoraGatewayWithDefaults instantiates a new LoraGateway object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LoraGateway) GetAddress

func (o *LoraGateway) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*LoraGateway) GetAddressOk

func (o *LoraGateway) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraGateway) GetCreatedTime

func (o *LoraGateway) GetCreatedTime() time.Time

GetCreatedTime returns the CreatedTime field value if set, zero value otherwise.

func (*LoraGateway) GetCreatedTimeOk

func (o *LoraGateway) GetCreatedTimeOk() (*time.Time, bool)

GetCreatedTimeOk returns a tuple with the CreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraGateway) GetGatewayId

func (o *LoraGateway) GetGatewayId() string

GetGatewayId returns the GatewayId field value if set, zero value otherwise.

func (*LoraGateway) GetGatewayIdOk

func (o *LoraGateway) GetGatewayIdOk() (*string, bool)

GetGatewayIdOk returns a tuple with the GatewayId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraGateway) GetLastModifiedTime

func (o *LoraGateway) GetLastModifiedTime() time.Time

GetLastModifiedTime returns the LastModifiedTime field value if set, zero value otherwise.

func (*LoraGateway) GetLastModifiedTimeOk

func (o *LoraGateway) GetLastModifiedTimeOk() (*time.Time, bool)

GetLastModifiedTimeOk returns a tuple with the LastModifiedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraGateway) GetNetworkSetId

func (o *LoraGateway) GetNetworkSetId() string

GetNetworkSetId returns the NetworkSetId field value if set, zero value otherwise.

func (*LoraGateway) GetNetworkSetIdOk

func (o *LoraGateway) GetNetworkSetIdOk() (*string, bool)

GetNetworkSetIdOk returns a tuple with the NetworkSetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraGateway) GetOnline

func (o *LoraGateway) GetOnline() bool

GetOnline returns the Online field value if set, zero value otherwise.

func (*LoraGateway) GetOnlineOk

func (o *LoraGateway) GetOnlineOk() (*bool, bool)

GetOnlineOk returns a tuple with the Online field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraGateway) GetOperatorId

func (o *LoraGateway) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*LoraGateway) GetOperatorIdOk

func (o *LoraGateway) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraGateway) GetOwned

func (o *LoraGateway) GetOwned() bool

GetOwned returns the Owned field value if set, zero value otherwise.

func (*LoraGateway) GetOwnedOk

func (o *LoraGateway) GetOwnedOk() (*bool, bool)

GetOwnedOk returns a tuple with the Owned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraGateway) GetStatus

func (o *LoraGateway) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*LoraGateway) GetStatusOk

func (o *LoraGateway) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraGateway) GetTags

func (o *LoraGateway) GetTags() map[string]string

GetTags returns the Tags field value if set, zero value otherwise.

func (*LoraGateway) GetTagsOk

func (o *LoraGateway) GetTagsOk() (*map[string]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraGateway) GetTerminationEnabled

func (o *LoraGateway) GetTerminationEnabled() bool

GetTerminationEnabled returns the TerminationEnabled field value if set, zero value otherwise.

func (*LoraGateway) GetTerminationEnabledOk

func (o *LoraGateway) GetTerminationEnabledOk() (*bool, bool)

GetTerminationEnabledOk returns a tuple with the TerminationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraGateway) HasAddress

func (o *LoraGateway) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*LoraGateway) HasCreatedTime

func (o *LoraGateway) HasCreatedTime() bool

HasCreatedTime returns a boolean if a field has been set.

func (*LoraGateway) HasGatewayId

func (o *LoraGateway) HasGatewayId() bool

HasGatewayId returns a boolean if a field has been set.

func (*LoraGateway) HasLastModifiedTime

func (o *LoraGateway) HasLastModifiedTime() bool

HasLastModifiedTime returns a boolean if a field has been set.

func (*LoraGateway) HasNetworkSetId

func (o *LoraGateway) HasNetworkSetId() bool

HasNetworkSetId returns a boolean if a field has been set.

func (*LoraGateway) HasOnline

func (o *LoraGateway) HasOnline() bool

HasOnline returns a boolean if a field has been set.

func (*LoraGateway) HasOperatorId

func (o *LoraGateway) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (*LoraGateway) HasOwned

func (o *LoraGateway) HasOwned() bool

HasOwned returns a boolean if a field has been set.

func (*LoraGateway) HasStatus

func (o *LoraGateway) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*LoraGateway) HasTags

func (o *LoraGateway) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*LoraGateway) HasTerminationEnabled

func (o *LoraGateway) HasTerminationEnabled() bool

HasTerminationEnabled returns a boolean if a field has been set.

func (LoraGateway) MarshalJSON

func (o LoraGateway) MarshalJSON() ([]byte, error)

func (*LoraGateway) SetAddress

func (o *LoraGateway) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*LoraGateway) SetCreatedTime

func (o *LoraGateway) SetCreatedTime(v time.Time)

SetCreatedTime gets a reference to the given time.Time and assigns it to the CreatedTime field.

func (*LoraGateway) SetGatewayId

func (o *LoraGateway) SetGatewayId(v string)

SetGatewayId gets a reference to the given string and assigns it to the GatewayId field.

func (*LoraGateway) SetLastModifiedTime

func (o *LoraGateway) SetLastModifiedTime(v time.Time)

SetLastModifiedTime gets a reference to the given time.Time and assigns it to the LastModifiedTime field.

func (*LoraGateway) SetNetworkSetId

func (o *LoraGateway) SetNetworkSetId(v string)

SetNetworkSetId gets a reference to the given string and assigns it to the NetworkSetId field.

func (*LoraGateway) SetOnline

func (o *LoraGateway) SetOnline(v bool)

SetOnline gets a reference to the given bool and assigns it to the Online field.

func (*LoraGateway) SetOperatorId

func (o *LoraGateway) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

func (*LoraGateway) SetOwned

func (o *LoraGateway) SetOwned(v bool)

SetOwned gets a reference to the given bool and assigns it to the Owned field.

func (*LoraGateway) SetStatus

func (o *LoraGateway) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*LoraGateway) SetTags

func (o *LoraGateway) SetTags(v map[string]string)

SetTags gets a reference to the given map[string]string and assigns it to the Tags field.

func (*LoraGateway) SetTerminationEnabled

func (o *LoraGateway) SetTerminationEnabled(v bool)

SetTerminationEnabled gets a reference to the given bool and assigns it to the TerminationEnabled field.

type LoraGatewayApiService

type LoraGatewayApiService service

LoraGatewayApiService LoraGatewayApi service

func (*LoraGatewayApiService) DeleteLoraGatewayTag

func (a *LoraGatewayApiService) DeleteLoraGatewayTag(ctx context.Context, gatewayId string, tagName string) ApiDeleteLoraGatewayTagRequest

DeleteLoraGatewayTag Delete LoRa gateway tag.

指定された LoRa gateway のタグを削除

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param gatewayId 対象の LoRa gateway の ID
@param tagName 削除対象のタグ名(URL の Path の一部になるので、パーセントエンコーディングを施す。JavaScript なら encodeURIComponent() したものを指定する)
@return ApiDeleteLoraGatewayTagRequest

func (*LoraGatewayApiService) DeleteLoraGatewayTagExecute

func (a *LoraGatewayApiService) DeleteLoraGatewayTagExecute(r ApiDeleteLoraGatewayTagRequest) (*http.Response, error)

Execute executes the request

func (*LoraGatewayApiService) DisableTerminationOnLoraGateway

func (a *LoraGatewayApiService) DisableTerminationOnLoraGateway(ctx context.Context, gatewayId string) ApiDisableTerminationOnLoraGatewayRequest

DisableTerminationOnLoraGateway Disable Termination of LoRa gateway.

指定された LoRa gateway を Terminate 不可能に設定する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param gatewayId 対象の LoRa gateway の ID
@return ApiDisableTerminationOnLoraGatewayRequest

func (*LoraGatewayApiService) DisableTerminationOnLoraGatewayExecute

func (a *LoraGatewayApiService) DisableTerminationOnLoraGatewayExecute(r ApiDisableTerminationOnLoraGatewayRequest) (*LoraGateway, *http.Response, error)

Execute executes the request

@return LoraGateway

func (*LoraGatewayApiService) EnableTerminationOnLoraGateway

func (a *LoraGatewayApiService) EnableTerminationOnLoraGateway(ctx context.Context, gatewayId string) ApiEnableTerminationOnLoraGatewayRequest

EnableTerminationOnLoraGateway Enable Termination of LoRa gateway.

指定された LoRa gateway を Terminate 可能に設定する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param gatewayId 対象の LoRa gateway の ID
@return ApiEnableTerminationOnLoraGatewayRequest

func (*LoraGatewayApiService) EnableTerminationOnLoraGatewayExecute

func (a *LoraGatewayApiService) EnableTerminationOnLoraGatewayExecute(r ApiEnableTerminationOnLoraGatewayRequest) (*LoraGateway, *http.Response, error)

Execute executes the request

@return LoraGateway

func (*LoraGatewayApiService) GetLoraGateway

func (a *LoraGatewayApiService) GetLoraGateway(ctx context.Context, gatewayId string) ApiGetLoraGatewayRequest

GetLoraGateway Get LoRa gateway.

指定された LoRa gateway の情報を返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param gatewayId 対象の LoRa gateway の ID
@return ApiGetLoraGatewayRequest

func (*LoraGatewayApiService) GetLoraGatewayExecute

Execute executes the request

@return LoraGateway

func (*LoraGatewayApiService) ListLoraGateways

ListLoraGateways List LoRa gateways.

条件にマッチする LoRa gateway のリストを返す。LoRa gateway の総数が 1 ページに収まらない場合は、レスポンス中に次のページにアクセスするための URL を`Link`ヘッダに含めて返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListLoraGatewaysRequest

func (*LoraGatewayApiService) ListLoraGatewaysExecute

func (a *LoraGatewayApiService) ListLoraGatewaysExecute(r ApiListLoraGatewaysRequest) ([]LoraGateway, *http.Response, error)

Execute executes the request

@return []LoraGateway

func (*LoraGatewayApiService) PutLoraGatewayTags

func (a *LoraGatewayApiService) PutLoraGatewayTags(ctx context.Context, gatewayId string) ApiPutLoraGatewayTagsRequest

PutLoraGatewayTags Bulk Insert or Update LoRa gateway Tags.

指定された LoRa gateway のタグを追加・更新

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param gatewayId 対象の LoRa device の ID
@return ApiPutLoraGatewayTagsRequest

func (*LoraGatewayApiService) PutLoraGatewayTagsExecute

func (a *LoraGatewayApiService) PutLoraGatewayTagsExecute(r ApiPutLoraGatewayTagsRequest) (*LoraGateway, *http.Response, error)

Execute executes the request

@return LoraGateway

func (*LoraGatewayApiService) SetLoraNetworkSet

func (a *LoraGatewayApiService) SetLoraNetworkSet(ctx context.Context, gatewayId string) ApiSetLoraNetworkSetRequest

SetLoraNetworkSet Set Network Set ID of LoRa gateway.

指定された LoRa gateway の Network Set ID を指定あるいは上書き変更

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param gatewayId 対象の LoRa gateway の ID
@return ApiSetLoraNetworkSetRequest

func (*LoraGatewayApiService) SetLoraNetworkSetExecute

func (a *LoraGatewayApiService) SetLoraNetworkSetExecute(r ApiSetLoraNetworkSetRequest) (*LoraGateway, *http.Response, error)

Execute executes the request

@return LoraGateway

func (*LoraGatewayApiService) TerminateLoraGateway

func (a *LoraGatewayApiService) TerminateLoraGateway(ctx context.Context, gatewayId string) ApiTerminateLoraGatewayRequest

TerminateLoraGateway Terminate LoRa gateway.

指定された LoRa gateway を Terminate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param gatewayId 対象の LoRa gateway の ID
@return ApiTerminateLoraGatewayRequest

func (*LoraGatewayApiService) TerminateLoraGatewayExecute

func (a *LoraGatewayApiService) TerminateLoraGatewayExecute(r ApiTerminateLoraGatewayRequest) (*LoraGateway, *http.Response, error)

Execute executes the request

@return LoraGateway

func (*LoraGatewayApiService) UnsetLoraNetworkSet

func (a *LoraGatewayApiService) UnsetLoraNetworkSet(ctx context.Context, gatewayId string) ApiUnsetLoraNetworkSetRequest

UnsetLoraNetworkSet Unset Network Set ID of LoRa gateway.

指定された LoRa gateway の Network Set ID を削除

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param gatewayId 対象の LoRa gateway の ID
@return ApiUnsetLoraNetworkSetRequest

func (*LoraGatewayApiService) UnsetLoraNetworkSetExecute

func (a *LoraGatewayApiService) UnsetLoraNetworkSetExecute(r ApiUnsetLoraNetworkSetRequest) (*LoraGateway, *http.Response, error)

Execute executes the request

@return LoraGateway

type LoraNetworkSet

type LoraNetworkSet struct {
	AllowedOperators []string           `json:"allowedOperators,omitempty"`
	CreatedTime      *time.Time         `json:"createdTime,omitempty"`
	LastModifiedTime *time.Time         `json:"lastModifiedTime,omitempty"`
	NetworkSetId     *string            `json:"networkSetId,omitempty"`
	OperatorId       *string            `json:"operatorId,omitempty"`
	Tags             *map[string]string `json:"tags,omitempty"`
}

LoraNetworkSet struct for LoraNetworkSet

func NewLoraNetworkSet

func NewLoraNetworkSet() *LoraNetworkSet

NewLoraNetworkSet instantiates a new LoraNetworkSet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLoraNetworkSetWithDefaults

func NewLoraNetworkSetWithDefaults() *LoraNetworkSet

NewLoraNetworkSetWithDefaults instantiates a new LoraNetworkSet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LoraNetworkSet) GetAllowedOperators

func (o *LoraNetworkSet) GetAllowedOperators() []string

GetAllowedOperators returns the AllowedOperators field value if set, zero value otherwise.

func (*LoraNetworkSet) GetAllowedOperatorsOk

func (o *LoraNetworkSet) GetAllowedOperatorsOk() ([]string, bool)

GetAllowedOperatorsOk returns a tuple with the AllowedOperators field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraNetworkSet) GetCreatedTime

func (o *LoraNetworkSet) GetCreatedTime() time.Time

GetCreatedTime returns the CreatedTime field value if set, zero value otherwise.

func (*LoraNetworkSet) GetCreatedTimeOk

func (o *LoraNetworkSet) GetCreatedTimeOk() (*time.Time, bool)

GetCreatedTimeOk returns a tuple with the CreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraNetworkSet) GetLastModifiedTime

func (o *LoraNetworkSet) GetLastModifiedTime() time.Time

GetLastModifiedTime returns the LastModifiedTime field value if set, zero value otherwise.

func (*LoraNetworkSet) GetLastModifiedTimeOk

func (o *LoraNetworkSet) GetLastModifiedTimeOk() (*time.Time, bool)

GetLastModifiedTimeOk returns a tuple with the LastModifiedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraNetworkSet) GetNetworkSetId

func (o *LoraNetworkSet) GetNetworkSetId() string

GetNetworkSetId returns the NetworkSetId field value if set, zero value otherwise.

func (*LoraNetworkSet) GetNetworkSetIdOk

func (o *LoraNetworkSet) GetNetworkSetIdOk() (*string, bool)

GetNetworkSetIdOk returns a tuple with the NetworkSetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraNetworkSet) GetOperatorId

func (o *LoraNetworkSet) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*LoraNetworkSet) GetOperatorIdOk

func (o *LoraNetworkSet) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraNetworkSet) GetTags

func (o *LoraNetworkSet) GetTags() map[string]string

GetTags returns the Tags field value if set, zero value otherwise.

func (*LoraNetworkSet) GetTagsOk

func (o *LoraNetworkSet) GetTagsOk() (*map[string]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoraNetworkSet) HasAllowedOperators

func (o *LoraNetworkSet) HasAllowedOperators() bool

HasAllowedOperators returns a boolean if a field has been set.

func (*LoraNetworkSet) HasCreatedTime

func (o *LoraNetworkSet) HasCreatedTime() bool

HasCreatedTime returns a boolean if a field has been set.

func (*LoraNetworkSet) HasLastModifiedTime

func (o *LoraNetworkSet) HasLastModifiedTime() bool

HasLastModifiedTime returns a boolean if a field has been set.

func (*LoraNetworkSet) HasNetworkSetId

func (o *LoraNetworkSet) HasNetworkSetId() bool

HasNetworkSetId returns a boolean if a field has been set.

func (*LoraNetworkSet) HasOperatorId

func (o *LoraNetworkSet) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (*LoraNetworkSet) HasTags

func (o *LoraNetworkSet) HasTags() bool

HasTags returns a boolean if a field has been set.

func (LoraNetworkSet) MarshalJSON

func (o LoraNetworkSet) MarshalJSON() ([]byte, error)

func (*LoraNetworkSet) SetAllowedOperators

func (o *LoraNetworkSet) SetAllowedOperators(v []string)

SetAllowedOperators gets a reference to the given []string and assigns it to the AllowedOperators field.

func (*LoraNetworkSet) SetCreatedTime

func (o *LoraNetworkSet) SetCreatedTime(v time.Time)

SetCreatedTime gets a reference to the given time.Time and assigns it to the CreatedTime field.

func (*LoraNetworkSet) SetLastModifiedTime

func (o *LoraNetworkSet) SetLastModifiedTime(v time.Time)

SetLastModifiedTime gets a reference to the given time.Time and assigns it to the LastModifiedTime field.

func (*LoraNetworkSet) SetNetworkSetId

func (o *LoraNetworkSet) SetNetworkSetId(v string)

SetNetworkSetId gets a reference to the given string and assigns it to the NetworkSetId field.

func (*LoraNetworkSet) SetOperatorId

func (o *LoraNetworkSet) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

func (*LoraNetworkSet) SetTags

func (o *LoraNetworkSet) SetTags(v map[string]string)

SetTags gets a reference to the given map[string]string and assigns it to the Tags field.

type LoraNetworkSetApiService

type LoraNetworkSetApiService service

LoraNetworkSetApiService LoraNetworkSetApi service

func (*LoraNetworkSetApiService) AddPermissionToLoraNetworkSet

func (a *LoraNetworkSetApiService) AddPermissionToLoraNetworkSet(ctx context.Context, nsId string) ApiAddPermissionToLoraNetworkSetRequest

AddPermissionToLoraNetworkSet Adds permission to a LoRa network set.

別の Operator から Network Set が利用できるようにパーミッションを追加する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param nsId 対象の LoRa network set の ID
@return ApiAddPermissionToLoraNetworkSetRequest

func (*LoraNetworkSetApiService) AddPermissionToLoraNetworkSetExecute

func (a *LoraNetworkSetApiService) AddPermissionToLoraNetworkSetExecute(r ApiAddPermissionToLoraNetworkSetRequest) (*LoraNetworkSet, *http.Response, error)

Execute executes the request

@return LoraNetworkSet

func (*LoraNetworkSetApiService) CreateLoraNetworkSet

CreateLoraNetworkSet Creates a LoRa network set

LoRa network set を作成する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateLoraNetworkSetRequest

func (*LoraNetworkSetApiService) CreateLoraNetworkSetExecute

Execute executes the request

@return LoraNetworkSet

func (*LoraNetworkSetApiService) DeleteLoraNetworkSet

DeleteLoraNetworkSet Delete LoRa network set.

指定された LoRa network set を削除する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param nsId 対象の LoRa network set の ID
@return ApiDeleteLoraNetworkSetRequest

func (*LoraNetworkSetApiService) DeleteLoraNetworkSetExecute

func (a *LoraNetworkSetApiService) DeleteLoraNetworkSetExecute(r ApiDeleteLoraNetworkSetRequest) (*http.Response, error)

Execute executes the request

func (*LoraNetworkSetApiService) DeleteLoraNetworkSetTag

func (a *LoraNetworkSetApiService) DeleteLoraNetworkSetTag(ctx context.Context, nsId string, tagName string) ApiDeleteLoraNetworkSetTagRequest

DeleteLoraNetworkSetTag Delete LoRa network set tag.

指定された LoRa network set のタグを削除

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param nsId 対象の LoRa network set の ID
@param tagName 削除対象のタグ名(URL の Path の一部になるので、パーセントエンコーディングを施す。JavaScript なら encodeURIComponent() したものを指定する)
@return ApiDeleteLoraNetworkSetTagRequest

func (*LoraNetworkSetApiService) DeleteLoraNetworkSetTagExecute

func (a *LoraNetworkSetApiService) DeleteLoraNetworkSetTagExecute(r ApiDeleteLoraNetworkSetTagRequest) (*http.Response, error)

Execute executes the request

func (*LoraNetworkSetApiService) GetLoraNetworkSet

GetLoraNetworkSet Get LoRa network set.

指定された LoRa network set の情報を返す

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param nsId 対象の LoRa network set の ID
@return ApiGetLoraNetworkSetRequest

func (*LoraNetworkSetApiService) GetLoraNetworkSetExecute

Execute executes the request

@return LoraNetworkSet

func (*LoraNetworkSetApiService) ListGatewaysInLoraNetworkSet

func (a *LoraNetworkSetApiService) ListGatewaysInLoraNetworkSet(ctx context.Context, nsId string) ApiListGatewaysInLoraNetworkSetRequest

ListGatewaysInLoraNetworkSet List LoRa Gateways in a Network Set.

指定された Network Set に属する LoRa gateway のリストを返す。LoRa gateway の総数が 1 ページに収まらない場合は、レスポンス中に次のページにアクセスするための URL を`Link`ヘッダに含めて返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param nsId 対象の LoRa network set の ID
@return ApiListGatewaysInLoraNetworkSetRequest

func (*LoraNetworkSetApiService) ListGatewaysInLoraNetworkSetExecute

func (a *LoraNetworkSetApiService) ListGatewaysInLoraNetworkSetExecute(r ApiListGatewaysInLoraNetworkSetRequest) ([]LoraGateway, *http.Response, error)

Execute executes the request

@return []LoraGateway

func (*LoraNetworkSetApiService) ListLoraNetworkSets

ListLoraNetworkSets List LoRa Network Sets.

条件にマッチする LoRa network set のリストを返す。LoRa network set の総数が 1 ページに収まらない場合は、レスポンス中に次のページにアクセスするための URL を`Link`ヘッダに含めて返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListLoraNetworkSetsRequest

func (*LoraNetworkSetApiService) ListLoraNetworkSetsExecute

Execute executes the request

@return []LoraNetworkSet

func (*LoraNetworkSetApiService) PutLoraNetworkSetTags

PutLoraNetworkSetTags Bulk Insert or Update LoRa network set tags.

指定された LoRa network set のタグを追加・更新

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param nsId 対象の LoRa network set の ID
@return ApiPutLoraNetworkSetTagsRequest

func (*LoraNetworkSetApiService) PutLoraNetworkSetTagsExecute

Execute executes the request

@return LoraNetworkSet

func (*LoraNetworkSetApiService) RevokePermissionFromLoraNetworkSet

func (a *LoraNetworkSetApiService) RevokePermissionFromLoraNetworkSet(ctx context.Context, nsId string) ApiRevokePermissionFromLoraNetworkSetRequest

RevokePermissionFromLoraNetworkSet Revokes a permission from a LoRa network set.

指定された LoRa network set の別の Operator への利用許可を取り消す

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param nsId 対象の LoRa network set の ID
@return ApiRevokePermissionFromLoraNetworkSetRequest

func (*LoraNetworkSetApiService) RevokePermissionFromLoraNetworkSetExecute

func (a *LoraNetworkSetApiService) RevokePermissionFromLoraNetworkSetExecute(r ApiRevokePermissionFromLoraNetworkSetRequest) (*LoraNetworkSet, *http.Response, error)

Execute executes the request

@return LoraNetworkSet

type MFAAuthenticationRequest

type MFAAuthenticationRequest struct {
	MfaOTPCode *string `json:"mfaOTPCode,omitempty"`
}

MFAAuthenticationRequest struct for MFAAuthenticationRequest

func NewMFAAuthenticationRequest

func NewMFAAuthenticationRequest() *MFAAuthenticationRequest

NewMFAAuthenticationRequest instantiates a new MFAAuthenticationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMFAAuthenticationRequestWithDefaults

func NewMFAAuthenticationRequestWithDefaults() *MFAAuthenticationRequest

NewMFAAuthenticationRequestWithDefaults instantiates a new MFAAuthenticationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MFAAuthenticationRequest) GetMfaOTPCode

func (o *MFAAuthenticationRequest) GetMfaOTPCode() string

GetMfaOTPCode returns the MfaOTPCode field value if set, zero value otherwise.

func (*MFAAuthenticationRequest) GetMfaOTPCodeOk

func (o *MFAAuthenticationRequest) GetMfaOTPCodeOk() (*string, bool)

GetMfaOTPCodeOk returns a tuple with the MfaOTPCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MFAAuthenticationRequest) HasMfaOTPCode

func (o *MFAAuthenticationRequest) HasMfaOTPCode() bool

HasMfaOTPCode returns a boolean if a field has been set.

func (MFAAuthenticationRequest) MarshalJSON

func (o MFAAuthenticationRequest) MarshalJSON() ([]byte, error)

func (*MFAAuthenticationRequest) SetMfaOTPCode

func (o *MFAAuthenticationRequest) SetMfaOTPCode(v string)

SetMfaOTPCode gets a reference to the given string and assigns it to the MfaOTPCode field.

type MFAIssueRevokingTokenRequest

type MFAIssueRevokingTokenRequest struct {
	Email    *string `json:"email,omitempty"`
	Password *string `json:"password,omitempty"`
}

MFAIssueRevokingTokenRequest struct for MFAIssueRevokingTokenRequest

func NewMFAIssueRevokingTokenRequest

func NewMFAIssueRevokingTokenRequest() *MFAIssueRevokingTokenRequest

NewMFAIssueRevokingTokenRequest instantiates a new MFAIssueRevokingTokenRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMFAIssueRevokingTokenRequestWithDefaults

func NewMFAIssueRevokingTokenRequestWithDefaults() *MFAIssueRevokingTokenRequest

NewMFAIssueRevokingTokenRequestWithDefaults instantiates a new MFAIssueRevokingTokenRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MFAIssueRevokingTokenRequest) GetEmail

func (o *MFAIssueRevokingTokenRequest) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*MFAIssueRevokingTokenRequest) GetEmailOk

func (o *MFAIssueRevokingTokenRequest) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MFAIssueRevokingTokenRequest) GetPassword

func (o *MFAIssueRevokingTokenRequest) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*MFAIssueRevokingTokenRequest) GetPasswordOk

func (o *MFAIssueRevokingTokenRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MFAIssueRevokingTokenRequest) HasEmail

func (o *MFAIssueRevokingTokenRequest) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*MFAIssueRevokingTokenRequest) HasPassword

func (o *MFAIssueRevokingTokenRequest) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (MFAIssueRevokingTokenRequest) MarshalJSON

func (o MFAIssueRevokingTokenRequest) MarshalJSON() ([]byte, error)

func (*MFAIssueRevokingTokenRequest) SetEmail

func (o *MFAIssueRevokingTokenRequest) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*MFAIssueRevokingTokenRequest) SetPassword

func (o *MFAIssueRevokingTokenRequest) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

type MFARevokingTokenVerifyRequest

type MFARevokingTokenVerifyRequest struct {
	BackupCode *string `json:"backupCode,omitempty"`
	Email      *string `json:"email,omitempty"`
	Password   *string `json:"password,omitempty"`
	Token      *string `json:"token,omitempty"`
}

MFARevokingTokenVerifyRequest struct for MFARevokingTokenVerifyRequest

func NewMFARevokingTokenVerifyRequest

func NewMFARevokingTokenVerifyRequest() *MFARevokingTokenVerifyRequest

NewMFARevokingTokenVerifyRequest instantiates a new MFARevokingTokenVerifyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMFARevokingTokenVerifyRequestWithDefaults

func NewMFARevokingTokenVerifyRequestWithDefaults() *MFARevokingTokenVerifyRequest

NewMFARevokingTokenVerifyRequestWithDefaults instantiates a new MFARevokingTokenVerifyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MFARevokingTokenVerifyRequest) GetBackupCode

func (o *MFARevokingTokenVerifyRequest) GetBackupCode() string

GetBackupCode returns the BackupCode field value if set, zero value otherwise.

func (*MFARevokingTokenVerifyRequest) GetBackupCodeOk

func (o *MFARevokingTokenVerifyRequest) GetBackupCodeOk() (*string, bool)

GetBackupCodeOk returns a tuple with the BackupCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MFARevokingTokenVerifyRequest) GetEmail

func (o *MFARevokingTokenVerifyRequest) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*MFARevokingTokenVerifyRequest) GetEmailOk

func (o *MFARevokingTokenVerifyRequest) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MFARevokingTokenVerifyRequest) GetPassword

func (o *MFARevokingTokenVerifyRequest) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*MFARevokingTokenVerifyRequest) GetPasswordOk

func (o *MFARevokingTokenVerifyRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MFARevokingTokenVerifyRequest) GetToken

func (o *MFARevokingTokenVerifyRequest) GetToken() string

GetToken returns the Token field value if set, zero value otherwise.

func (*MFARevokingTokenVerifyRequest) GetTokenOk

func (o *MFARevokingTokenVerifyRequest) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MFARevokingTokenVerifyRequest) HasBackupCode

func (o *MFARevokingTokenVerifyRequest) HasBackupCode() bool

HasBackupCode returns a boolean if a field has been set.

func (*MFARevokingTokenVerifyRequest) HasEmail

func (o *MFARevokingTokenVerifyRequest) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*MFARevokingTokenVerifyRequest) HasPassword

func (o *MFARevokingTokenVerifyRequest) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*MFARevokingTokenVerifyRequest) HasToken

func (o *MFARevokingTokenVerifyRequest) HasToken() bool

HasToken returns a boolean if a field has been set.

func (MFARevokingTokenVerifyRequest) MarshalJSON

func (o MFARevokingTokenVerifyRequest) MarshalJSON() ([]byte, error)

func (*MFARevokingTokenVerifyRequest) SetBackupCode

func (o *MFARevokingTokenVerifyRequest) SetBackupCode(v string)

SetBackupCode gets a reference to the given string and assigns it to the BackupCode field.

func (*MFARevokingTokenVerifyRequest) SetEmail

func (o *MFARevokingTokenVerifyRequest) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*MFARevokingTokenVerifyRequest) SetPassword

func (o *MFARevokingTokenVerifyRequest) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*MFARevokingTokenVerifyRequest) SetToken

func (o *MFARevokingTokenVerifyRequest) SetToken(v string)

SetToken gets a reference to the given string and assigns it to the Token field.

type MFAStatusOfUseResponse

type MFAStatusOfUseResponse struct {
	Status *string `json:"status,omitempty"`
}

MFAStatusOfUseResponse struct for MFAStatusOfUseResponse

func NewMFAStatusOfUseResponse

func NewMFAStatusOfUseResponse() *MFAStatusOfUseResponse

NewMFAStatusOfUseResponse instantiates a new MFAStatusOfUseResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMFAStatusOfUseResponseWithDefaults

func NewMFAStatusOfUseResponseWithDefaults() *MFAStatusOfUseResponse

NewMFAStatusOfUseResponseWithDefaults instantiates a new MFAStatusOfUseResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MFAStatusOfUseResponse) GetStatus

func (o *MFAStatusOfUseResponse) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*MFAStatusOfUseResponse) GetStatusOk

func (o *MFAStatusOfUseResponse) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MFAStatusOfUseResponse) HasStatus

func (o *MFAStatusOfUseResponse) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (MFAStatusOfUseResponse) MarshalJSON

func (o MFAStatusOfUseResponse) MarshalJSON() ([]byte, error)

func (*MFAStatusOfUseResponse) SetStatus

func (o *MFAStatusOfUseResponse) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

type MappingEntries

type MappingEntries struct {
	MappingEntries []GlobalSimAppletPLMNRecord `json:"mappingEntries,omitempty"`
}

MappingEntries struct for MappingEntries

func NewMappingEntries

func NewMappingEntries() *MappingEntries

NewMappingEntries instantiates a new MappingEntries object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMappingEntriesWithDefaults

func NewMappingEntriesWithDefaults() *MappingEntries

NewMappingEntriesWithDefaults instantiates a new MappingEntries object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MappingEntries) GetMappingEntries

func (o *MappingEntries) GetMappingEntries() []GlobalSimAppletPLMNRecord

GetMappingEntries returns the MappingEntries field value if set, zero value otherwise.

func (*MappingEntries) GetMappingEntriesOk

func (o *MappingEntries) GetMappingEntriesOk() ([]GlobalSimAppletPLMNRecord, bool)

GetMappingEntriesOk returns a tuple with the MappingEntries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MappingEntries) HasMappingEntries

func (o *MappingEntries) HasMappingEntries() bool

HasMappingEntries returns a boolean if a field has been set.

func (MappingEntries) MarshalJSON

func (o MappingEntries) MarshalJSON() ([]byte, error)

func (*MappingEntries) SetMappingEntries

func (o *MappingEntries) SetMappingEntries(v []GlobalSimAppletPLMNRecord)

SetMappingEntries gets a reference to the given []GlobalSimAppletPLMNRecord and assigns it to the MappingEntries field.

type MonthlyBill

type MonthlyBill struct {
	// 利用料金
	Amount *int64 `json:"amount,omitempty"`
	// 通貨
	Currency *string `json:"currency,omitempty"`
	// お支払い状況。詳しくは、[ご利用料金のお支払状況について](https://soracom.zendesk.com/hc/ja/articles/360029337031) を参照してください。  - `lessThanMinimumCharge`: 翌月以降請求 (最低課金額に満たないため) - `paying`: 支払い処理中 - `paid`: 支払い済み - `fail`: 処理失敗 - `refunding`: リファンド処理中 - `refunded`: リファンド済み - `refund_fail`: リファンド処理失敗 - `delegating_to_third_party`: 債権譲渡中 - `delegated_to_third_party`: 債権譲渡済み - `charging`: 請求実施中 - `canceling`: キャンセル中 - `cancelled`: キャンセル済み - `cancel_failed`: キャンセル処理失敗
	PaymentStatus *string `json:"paymentStatus,omitempty"`
	// 課金処理 ID。この ID を指定して [Payment:getPaymentTransaction API](#/Payment/getPaymentTransaction) を呼び出すと課金詳細が取得できます。
	PaymentTransactionId *string `json:"paymentTransactionId,omitempty"`
	// 利用料金の集計状況  - `temporary`: 集計中 - `closed`: 確定済み
	State *string `json:"state,omitempty"`
	// 年月
	YearMonth *string `json:"yearMonth,omitempty"`
}

MonthlyBill struct for MonthlyBill

func NewMonthlyBill

func NewMonthlyBill() *MonthlyBill

NewMonthlyBill instantiates a new MonthlyBill object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMonthlyBillWithDefaults

func NewMonthlyBillWithDefaults() *MonthlyBill

NewMonthlyBillWithDefaults instantiates a new MonthlyBill object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MonthlyBill) GetAmount

func (o *MonthlyBill) GetAmount() int64

GetAmount returns the Amount field value if set, zero value otherwise.

func (*MonthlyBill) GetAmountOk

func (o *MonthlyBill) GetAmountOk() (*int64, bool)

GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonthlyBill) GetCurrency

func (o *MonthlyBill) GetCurrency() string

GetCurrency returns the Currency field value if set, zero value otherwise.

func (*MonthlyBill) GetCurrencyOk

func (o *MonthlyBill) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonthlyBill) GetPaymentStatus

func (o *MonthlyBill) GetPaymentStatus() string

GetPaymentStatus returns the PaymentStatus field value if set, zero value otherwise.

func (*MonthlyBill) GetPaymentStatusOk

func (o *MonthlyBill) GetPaymentStatusOk() (*string, bool)

GetPaymentStatusOk returns a tuple with the PaymentStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonthlyBill) GetPaymentTransactionId

func (o *MonthlyBill) GetPaymentTransactionId() string

GetPaymentTransactionId returns the PaymentTransactionId field value if set, zero value otherwise.

func (*MonthlyBill) GetPaymentTransactionIdOk

func (o *MonthlyBill) GetPaymentTransactionIdOk() (*string, bool)

GetPaymentTransactionIdOk returns a tuple with the PaymentTransactionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonthlyBill) GetState

func (o *MonthlyBill) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*MonthlyBill) GetStateOk

func (o *MonthlyBill) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonthlyBill) GetYearMonth

func (o *MonthlyBill) GetYearMonth() string

GetYearMonth returns the YearMonth field value if set, zero value otherwise.

func (*MonthlyBill) GetYearMonthOk

func (o *MonthlyBill) GetYearMonthOk() (*string, bool)

GetYearMonthOk returns a tuple with the YearMonth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonthlyBill) HasAmount

func (o *MonthlyBill) HasAmount() bool

HasAmount returns a boolean if a field has been set.

func (*MonthlyBill) HasCurrency

func (o *MonthlyBill) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

func (*MonthlyBill) HasPaymentStatus

func (o *MonthlyBill) HasPaymentStatus() bool

HasPaymentStatus returns a boolean if a field has been set.

func (*MonthlyBill) HasPaymentTransactionId

func (o *MonthlyBill) HasPaymentTransactionId() bool

HasPaymentTransactionId returns a boolean if a field has been set.

func (*MonthlyBill) HasState

func (o *MonthlyBill) HasState() bool

HasState returns a boolean if a field has been set.

func (*MonthlyBill) HasYearMonth

func (o *MonthlyBill) HasYearMonth() bool

HasYearMonth returns a boolean if a field has been set.

func (MonthlyBill) MarshalJSON

func (o MonthlyBill) MarshalJSON() ([]byte, error)

func (*MonthlyBill) SetAmount

func (o *MonthlyBill) SetAmount(v int64)

SetAmount gets a reference to the given int64 and assigns it to the Amount field.

func (*MonthlyBill) SetCurrency

func (o *MonthlyBill) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

func (*MonthlyBill) SetPaymentStatus

func (o *MonthlyBill) SetPaymentStatus(v string)

SetPaymentStatus gets a reference to the given string and assigns it to the PaymentStatus field.

func (*MonthlyBill) SetPaymentTransactionId

func (o *MonthlyBill) SetPaymentTransactionId(v string)

SetPaymentTransactionId gets a reference to the given string and assigns it to the PaymentTransactionId field.

func (*MonthlyBill) SetState

func (o *MonthlyBill) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*MonthlyBill) SetYearMonth

func (o *MonthlyBill) SetYearMonth(v string)

SetYearMonth gets a reference to the given string and assigns it to the YearMonth field.

type NapterAuditLogDirection

type NapterAuditLogDirection struct {
	DestinationIPAddress *string `json:"destinationIPAddress,omitempty"`
	DestinationPort      *int64  `json:"destinationPort,omitempty"`
	SourceIPAddress      *string `json:"sourceIPAddress,omitempty"`
	SourcePort           *int64  `json:"sourcePort,omitempty"`
}

NapterAuditLogDirection struct for NapterAuditLogDirection

func NewNapterAuditLogDirection

func NewNapterAuditLogDirection() *NapterAuditLogDirection

NewNapterAuditLogDirection instantiates a new NapterAuditLogDirection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNapterAuditLogDirectionWithDefaults

func NewNapterAuditLogDirectionWithDefaults() *NapterAuditLogDirection

NewNapterAuditLogDirectionWithDefaults instantiates a new NapterAuditLogDirection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NapterAuditLogDirection) GetDestinationIPAddress

func (o *NapterAuditLogDirection) GetDestinationIPAddress() string

GetDestinationIPAddress returns the DestinationIPAddress field value if set, zero value otherwise.

func (*NapterAuditLogDirection) GetDestinationIPAddressOk

func (o *NapterAuditLogDirection) GetDestinationIPAddressOk() (*string, bool)

GetDestinationIPAddressOk returns a tuple with the DestinationIPAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NapterAuditLogDirection) GetDestinationPort

func (o *NapterAuditLogDirection) GetDestinationPort() int64

GetDestinationPort returns the DestinationPort field value if set, zero value otherwise.

func (*NapterAuditLogDirection) GetDestinationPortOk

func (o *NapterAuditLogDirection) GetDestinationPortOk() (*int64, bool)

GetDestinationPortOk returns a tuple with the DestinationPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NapterAuditLogDirection) GetSourceIPAddress

func (o *NapterAuditLogDirection) GetSourceIPAddress() string

GetSourceIPAddress returns the SourceIPAddress field value if set, zero value otherwise.

func (*NapterAuditLogDirection) GetSourceIPAddressOk

func (o *NapterAuditLogDirection) GetSourceIPAddressOk() (*string, bool)

GetSourceIPAddressOk returns a tuple with the SourceIPAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NapterAuditLogDirection) GetSourcePort

func (o *NapterAuditLogDirection) GetSourcePort() int64

GetSourcePort returns the SourcePort field value if set, zero value otherwise.

func (*NapterAuditLogDirection) GetSourcePortOk

func (o *NapterAuditLogDirection) GetSourcePortOk() (*int64, bool)

GetSourcePortOk returns a tuple with the SourcePort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NapterAuditLogDirection) HasDestinationIPAddress

func (o *NapterAuditLogDirection) HasDestinationIPAddress() bool

HasDestinationIPAddress returns a boolean if a field has been set.

func (*NapterAuditLogDirection) HasDestinationPort

func (o *NapterAuditLogDirection) HasDestinationPort() bool

HasDestinationPort returns a boolean if a field has been set.

func (*NapterAuditLogDirection) HasSourceIPAddress

func (o *NapterAuditLogDirection) HasSourceIPAddress() bool

HasSourceIPAddress returns a boolean if a field has been set.

func (*NapterAuditLogDirection) HasSourcePort

func (o *NapterAuditLogDirection) HasSourcePort() bool

HasSourcePort returns a boolean if a field has been set.

func (NapterAuditLogDirection) MarshalJSON

func (o NapterAuditLogDirection) MarshalJSON() ([]byte, error)

func (*NapterAuditLogDirection) SetDestinationIPAddress

func (o *NapterAuditLogDirection) SetDestinationIPAddress(v string)

SetDestinationIPAddress gets a reference to the given string and assigns it to the DestinationIPAddress field.

func (*NapterAuditLogDirection) SetDestinationPort

func (o *NapterAuditLogDirection) SetDestinationPort(v int64)

SetDestinationPort gets a reference to the given int64 and assigns it to the DestinationPort field.

func (*NapterAuditLogDirection) SetSourceIPAddress

func (o *NapterAuditLogDirection) SetSourceIPAddress(v string)

SetSourceIPAddress gets a reference to the given string and assigns it to the SourceIPAddress field.

func (*NapterAuditLogDirection) SetSourcePort

func (o *NapterAuditLogDirection) SetSourcePort(v int64)

SetSourcePort gets a reference to the given int64 and assigns it to the SourcePort field.

type NapterAuditLogEntry

type NapterAuditLogEntry struct {
	ConnectionId *string                  `json:"connectionId,omitempty"`
	CreatedAt    *int64                   `json:"createdAt,omitempty"`
	Direction    *NapterAuditLogDirection `json:"direction,omitempty"`
	Imsi         *string                  `json:"imsi,omitempty"`
	IsTLS        *bool                    `json:"isTLS,omitempty"`
	OperatorId   *string                  `json:"operatorId,omitempty"`
	Type         *string                  `json:"type,omitempty"`
}

NapterAuditLogEntry struct for NapterAuditLogEntry

func NewNapterAuditLogEntry

func NewNapterAuditLogEntry() *NapterAuditLogEntry

NewNapterAuditLogEntry instantiates a new NapterAuditLogEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNapterAuditLogEntryWithDefaults

func NewNapterAuditLogEntryWithDefaults() *NapterAuditLogEntry

NewNapterAuditLogEntryWithDefaults instantiates a new NapterAuditLogEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NapterAuditLogEntry) GetConnectionId

func (o *NapterAuditLogEntry) GetConnectionId() string

GetConnectionId returns the ConnectionId field value if set, zero value otherwise.

func (*NapterAuditLogEntry) GetConnectionIdOk

func (o *NapterAuditLogEntry) GetConnectionIdOk() (*string, bool)

GetConnectionIdOk returns a tuple with the ConnectionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NapterAuditLogEntry) GetCreatedAt

func (o *NapterAuditLogEntry) GetCreatedAt() int64

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*NapterAuditLogEntry) GetCreatedAtOk

func (o *NapterAuditLogEntry) GetCreatedAtOk() (*int64, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NapterAuditLogEntry) GetDirection

func (o *NapterAuditLogEntry) GetDirection() NapterAuditLogDirection

GetDirection returns the Direction field value if set, zero value otherwise.

func (*NapterAuditLogEntry) GetDirectionOk

func (o *NapterAuditLogEntry) GetDirectionOk() (*NapterAuditLogDirection, bool)

GetDirectionOk returns a tuple with the Direction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NapterAuditLogEntry) GetImsi

func (o *NapterAuditLogEntry) GetImsi() string

GetImsi returns the Imsi field value if set, zero value otherwise.

func (*NapterAuditLogEntry) GetImsiOk

func (o *NapterAuditLogEntry) GetImsiOk() (*string, bool)

GetImsiOk returns a tuple with the Imsi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NapterAuditLogEntry) GetIsTLS

func (o *NapterAuditLogEntry) GetIsTLS() bool

GetIsTLS returns the IsTLS field value if set, zero value otherwise.

func (*NapterAuditLogEntry) GetIsTLSOk

func (o *NapterAuditLogEntry) GetIsTLSOk() (*bool, bool)

GetIsTLSOk returns a tuple with the IsTLS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NapterAuditLogEntry) GetOperatorId

func (o *NapterAuditLogEntry) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*NapterAuditLogEntry) GetOperatorIdOk

func (o *NapterAuditLogEntry) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NapterAuditLogEntry) GetType

func (o *NapterAuditLogEntry) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*NapterAuditLogEntry) GetTypeOk

func (o *NapterAuditLogEntry) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NapterAuditLogEntry) HasConnectionId

func (o *NapterAuditLogEntry) HasConnectionId() bool

HasConnectionId returns a boolean if a field has been set.

func (*NapterAuditLogEntry) HasCreatedAt

func (o *NapterAuditLogEntry) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*NapterAuditLogEntry) HasDirection

func (o *NapterAuditLogEntry) HasDirection() bool

HasDirection returns a boolean if a field has been set.

func (*NapterAuditLogEntry) HasImsi

func (o *NapterAuditLogEntry) HasImsi() bool

HasImsi returns a boolean if a field has been set.

func (*NapterAuditLogEntry) HasIsTLS

func (o *NapterAuditLogEntry) HasIsTLS() bool

HasIsTLS returns a boolean if a field has been set.

func (*NapterAuditLogEntry) HasOperatorId

func (o *NapterAuditLogEntry) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (*NapterAuditLogEntry) HasType

func (o *NapterAuditLogEntry) HasType() bool

HasType returns a boolean if a field has been set.

func (NapterAuditLogEntry) MarshalJSON

func (o NapterAuditLogEntry) MarshalJSON() ([]byte, error)

func (*NapterAuditLogEntry) SetConnectionId

func (o *NapterAuditLogEntry) SetConnectionId(v string)

SetConnectionId gets a reference to the given string and assigns it to the ConnectionId field.

func (*NapterAuditLogEntry) SetCreatedAt

func (o *NapterAuditLogEntry) SetCreatedAt(v int64)

SetCreatedAt gets a reference to the given int64 and assigns it to the CreatedAt field.

func (*NapterAuditLogEntry) SetDirection

func (o *NapterAuditLogEntry) SetDirection(v NapterAuditLogDirection)

SetDirection gets a reference to the given NapterAuditLogDirection and assigns it to the Direction field.

func (*NapterAuditLogEntry) SetImsi

func (o *NapterAuditLogEntry) SetImsi(v string)

SetImsi gets a reference to the given string and assigns it to the Imsi field.

func (*NapterAuditLogEntry) SetIsTLS

func (o *NapterAuditLogEntry) SetIsTLS(v bool)

SetIsTLS gets a reference to the given bool and assigns it to the IsTLS field.

func (*NapterAuditLogEntry) SetOperatorId

func (o *NapterAuditLogEntry) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

func (*NapterAuditLogEntry) SetType

func (o *NapterAuditLogEntry) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type NapterAuditLogsExportedDataStatsResponse

type NapterAuditLogsExportedDataStatsResponse struct {
	// exportedBytes
	ExportedBytes *int32 `json:"exportedBytes,omitempty"`
	// yearMonth
	YearMonth *string `json:"yearMonth,omitempty"`
}

NapterAuditLogsExportedDataStatsResponse struct for NapterAuditLogsExportedDataStatsResponse

func NewNapterAuditLogsExportedDataStatsResponse

func NewNapterAuditLogsExportedDataStatsResponse() *NapterAuditLogsExportedDataStatsResponse

NewNapterAuditLogsExportedDataStatsResponse instantiates a new NapterAuditLogsExportedDataStatsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNapterAuditLogsExportedDataStatsResponseWithDefaults

func NewNapterAuditLogsExportedDataStatsResponseWithDefaults() *NapterAuditLogsExportedDataStatsResponse

NewNapterAuditLogsExportedDataStatsResponseWithDefaults instantiates a new NapterAuditLogsExportedDataStatsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NapterAuditLogsExportedDataStatsResponse) GetExportedBytes

func (o *NapterAuditLogsExportedDataStatsResponse) GetExportedBytes() int32

GetExportedBytes returns the ExportedBytes field value if set, zero value otherwise.

func (*NapterAuditLogsExportedDataStatsResponse) GetExportedBytesOk

func (o *NapterAuditLogsExportedDataStatsResponse) GetExportedBytesOk() (*int32, bool)

GetExportedBytesOk returns a tuple with the ExportedBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NapterAuditLogsExportedDataStatsResponse) GetYearMonth

GetYearMonth returns the YearMonth field value if set, zero value otherwise.

func (*NapterAuditLogsExportedDataStatsResponse) GetYearMonthOk

func (o *NapterAuditLogsExportedDataStatsResponse) GetYearMonthOk() (*string, bool)

GetYearMonthOk returns a tuple with the YearMonth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NapterAuditLogsExportedDataStatsResponse) HasExportedBytes

func (o *NapterAuditLogsExportedDataStatsResponse) HasExportedBytes() bool

HasExportedBytes returns a boolean if a field has been set.

func (*NapterAuditLogsExportedDataStatsResponse) HasYearMonth

HasYearMonth returns a boolean if a field has been set.

func (NapterAuditLogsExportedDataStatsResponse) MarshalJSON

func (*NapterAuditLogsExportedDataStatsResponse) SetExportedBytes

func (o *NapterAuditLogsExportedDataStatsResponse) SetExportedBytes(v int32)

SetExportedBytes gets a reference to the given int32 and assigns it to the ExportedBytes field.

func (*NapterAuditLogsExportedDataStatsResponse) SetYearMonth

SetYearMonth gets a reference to the given string and assigns it to the YearMonth field.

type NullableAPIAuditLogEntry

type NullableAPIAuditLogEntry struct {
	// contains filtered or unexported fields
}

func NewNullableAPIAuditLogEntry

func NewNullableAPIAuditLogEntry(val *APIAuditLogEntry) *NullableAPIAuditLogEntry

func (NullableAPIAuditLogEntry) Get

func (NullableAPIAuditLogEntry) IsSet

func (v NullableAPIAuditLogEntry) IsSet() bool

func (NullableAPIAuditLogEntry) MarshalJSON

func (v NullableAPIAuditLogEntry) MarshalJSON() ([]byte, error)

func (*NullableAPIAuditLogEntry) Set

func (*NullableAPIAuditLogEntry) UnmarshalJSON

func (v *NullableAPIAuditLogEntry) UnmarshalJSON(src []byte) error

func (*NullableAPIAuditLogEntry) Unset

func (v *NullableAPIAuditLogEntry) Unset()

type NullableAPICallError

type NullableAPICallError struct {
	// contains filtered or unexported fields
}

func NewNullableAPICallError

func NewNullableAPICallError(val *APICallError) *NullableAPICallError

func (NullableAPICallError) Get

func (NullableAPICallError) IsSet

func (v NullableAPICallError) IsSet() bool

func (NullableAPICallError) MarshalJSON

func (v NullableAPICallError) MarshalJSON() ([]byte, error)

func (*NullableAPICallError) Set

func (v *NullableAPICallError) Set(val *APICallError)

func (*NullableAPICallError) UnmarshalJSON

func (v *NullableAPICallError) UnmarshalJSON(src []byte) error

func (*NullableAPICallError) Unset

func (v *NullableAPICallError) Unset()

type NullableAPICallErrorMessage

type NullableAPICallErrorMessage struct {
	// contains filtered or unexported fields
}

func NewNullableAPICallErrorMessage

func NewNullableAPICallErrorMessage(val *APICallErrorMessage) *NullableAPICallErrorMessage

func (NullableAPICallErrorMessage) Get

func (NullableAPICallErrorMessage) IsSet

func (NullableAPICallErrorMessage) MarshalJSON

func (v NullableAPICallErrorMessage) MarshalJSON() ([]byte, error)

func (*NullableAPICallErrorMessage) Set

func (*NullableAPICallErrorMessage) UnmarshalJSON

func (v *NullableAPICallErrorMessage) UnmarshalJSON(src []byte) error

func (*NullableAPICallErrorMessage) Unset

func (v *NullableAPICallErrorMessage) Unset()

type NullableActionConfig

type NullableActionConfig struct {
	// contains filtered or unexported fields
}

func NewNullableActionConfig

func NewNullableActionConfig(val *ActionConfig) *NullableActionConfig

func (NullableActionConfig) Get

func (NullableActionConfig) IsSet

func (v NullableActionConfig) IsSet() bool

func (NullableActionConfig) MarshalJSON

func (v NullableActionConfig) MarshalJSON() ([]byte, error)

func (*NullableActionConfig) Set

func (v *NullableActionConfig) Set(val *ActionConfig)

func (*NullableActionConfig) UnmarshalJSON

func (v *NullableActionConfig) UnmarshalJSON(src []byte) error

func (*NullableActionConfig) Unset

func (v *NullableActionConfig) Unset()

type NullableActionConfigProperty

type NullableActionConfigProperty struct {
	// contains filtered or unexported fields
}

func NewNullableActionConfigProperty

func NewNullableActionConfigProperty(val *ActionConfigProperty) *NullableActionConfigProperty

func (NullableActionConfigProperty) Get

func (NullableActionConfigProperty) IsSet

func (NullableActionConfigProperty) MarshalJSON

func (v NullableActionConfigProperty) MarshalJSON() ([]byte, error)

func (*NullableActionConfigProperty) Set

func (*NullableActionConfigProperty) UnmarshalJSON

func (v *NullableActionConfigProperty) UnmarshalJSON(src []byte) error

func (*NullableActionConfigProperty) Unset

func (v *NullableActionConfigProperty) Unset()

type NullableAddSubscriptionRequest

type NullableAddSubscriptionRequest struct {
	// contains filtered or unexported fields
}

func (NullableAddSubscriptionRequest) Get

func (NullableAddSubscriptionRequest) IsSet

func (NullableAddSubscriptionRequest) MarshalJSON

func (v NullableAddSubscriptionRequest) MarshalJSON() ([]byte, error)

func (*NullableAddSubscriptionRequest) Set

func (*NullableAddSubscriptionRequest) UnmarshalJSON

func (v *NullableAddSubscriptionRequest) UnmarshalJSON(src []byte) error

func (*NullableAddSubscriptionRequest) Unset

func (v *NullableAddSubscriptionRequest) Unset()

type NullableAirStatsResponse

type NullableAirStatsResponse struct {
	// contains filtered or unexported fields
}

func NewNullableAirStatsResponse

func NewNullableAirStatsResponse(val *AirStatsResponse) *NullableAirStatsResponse

func (NullableAirStatsResponse) Get

func (NullableAirStatsResponse) IsSet

func (v NullableAirStatsResponse) IsSet() bool

func (NullableAirStatsResponse) MarshalJSON

func (v NullableAirStatsResponse) MarshalJSON() ([]byte, error)

func (*NullableAirStatsResponse) Set

func (*NullableAirStatsResponse) UnmarshalJSON

func (v *NullableAirStatsResponse) UnmarshalJSON(src []byte) error

func (*NullableAirStatsResponse) Unset

func (v *NullableAirStatsResponse) Unset()

type NullableArcCredentialAttachRequest

type NullableArcCredentialAttachRequest struct {
	// contains filtered or unexported fields
}

func (NullableArcCredentialAttachRequest) Get

func (NullableArcCredentialAttachRequest) IsSet

func (NullableArcCredentialAttachRequest) MarshalJSON

func (v NullableArcCredentialAttachRequest) MarshalJSON() ([]byte, error)

func (*NullableArcCredentialAttachRequest) Set

func (*NullableArcCredentialAttachRequest) UnmarshalJSON

func (v *NullableArcCredentialAttachRequest) UnmarshalJSON(src []byte) error

func (*NullableArcCredentialAttachRequest) Unset

type NullableArcCredentialAttachResponse

type NullableArcCredentialAttachResponse struct {
	// contains filtered or unexported fields
}

func (NullableArcCredentialAttachResponse) Get

func (NullableArcCredentialAttachResponse) IsSet

func (NullableArcCredentialAttachResponse) MarshalJSON

func (v NullableArcCredentialAttachResponse) MarshalJSON() ([]byte, error)

func (*NullableArcCredentialAttachResponse) Set

func (*NullableArcCredentialAttachResponse) UnmarshalJSON

func (v *NullableArcCredentialAttachResponse) UnmarshalJSON(src []byte) error

func (*NullableArcCredentialAttachResponse) Unset

type NullableArcCredentialRenewRequest

type NullableArcCredentialRenewRequest struct {
	// contains filtered or unexported fields
}

func (NullableArcCredentialRenewRequest) Get

func (NullableArcCredentialRenewRequest) IsSet

func (NullableArcCredentialRenewRequest) MarshalJSON

func (v NullableArcCredentialRenewRequest) MarshalJSON() ([]byte, error)

func (*NullableArcCredentialRenewRequest) Set

func (*NullableArcCredentialRenewRequest) UnmarshalJSON

func (v *NullableArcCredentialRenewRequest) UnmarshalJSON(src []byte) error

func (*NullableArcCredentialRenewRequest) Unset

type NullableArcCredentialRenewResponse

type NullableArcCredentialRenewResponse struct {
	// contains filtered or unexported fields
}

func (NullableArcCredentialRenewResponse) Get

func (NullableArcCredentialRenewResponse) IsSet

func (NullableArcCredentialRenewResponse) MarshalJSON

func (v NullableArcCredentialRenewResponse) MarshalJSON() ([]byte, error)

func (*NullableArcCredentialRenewResponse) Set

func (*NullableArcCredentialRenewResponse) UnmarshalJSON

func (v *NullableArcCredentialRenewResponse) UnmarshalJSON(src []byte) error

func (*NullableArcCredentialRenewResponse) Unset

type NullableArcSessionCreateResponse

type NullableArcSessionCreateResponse struct {
	// contains filtered or unexported fields
}

func (NullableArcSessionCreateResponse) Get

func (NullableArcSessionCreateResponse) IsSet

func (NullableArcSessionCreateResponse) MarshalJSON

func (v NullableArcSessionCreateResponse) MarshalJSON() ([]byte, error)

func (*NullableArcSessionCreateResponse) Set

func (*NullableArcSessionCreateResponse) UnmarshalJSON

func (v *NullableArcSessionCreateResponse) UnmarshalJSON(src []byte) error

func (*NullableArcSessionCreateResponse) Unset

type NullableArcSessionStatus

type NullableArcSessionStatus struct {
	// contains filtered or unexported fields
}

func NewNullableArcSessionStatus

func NewNullableArcSessionStatus(val *ArcSessionStatus) *NullableArcSessionStatus

func (NullableArcSessionStatus) Get

func (NullableArcSessionStatus) IsSet

func (v NullableArcSessionStatus) IsSet() bool

func (NullableArcSessionStatus) MarshalJSON

func (v NullableArcSessionStatus) MarshalJSON() ([]byte, error)

func (*NullableArcSessionStatus) Set

func (*NullableArcSessionStatus) UnmarshalJSON

func (v *NullableArcSessionStatus) UnmarshalJSON(src []byte) error

func (*NullableArcSessionStatus) Unset

func (v *NullableArcSessionStatus) Unset()

type NullableAttachRoleRequest

type NullableAttachRoleRequest struct {
	// contains filtered or unexported fields
}

func NewNullableAttachRoleRequest

func NewNullableAttachRoleRequest(val *AttachRoleRequest) *NullableAttachRoleRequest

func (NullableAttachRoleRequest) Get

func (NullableAttachRoleRequest) IsSet

func (v NullableAttachRoleRequest) IsSet() bool

func (NullableAttachRoleRequest) MarshalJSON

func (v NullableAttachRoleRequest) MarshalJSON() ([]byte, error)

func (*NullableAttachRoleRequest) Set

func (*NullableAttachRoleRequest) UnmarshalJSON

func (v *NullableAttachRoleRequest) UnmarshalJSON(src []byte) error

func (*NullableAttachRoleRequest) Unset

func (v *NullableAttachRoleRequest) Unset()

type NullableAttributeUpdate

type NullableAttributeUpdate struct {
	// contains filtered or unexported fields
}

func NewNullableAttributeUpdate

func NewNullableAttributeUpdate(val *AttributeUpdate) *NullableAttributeUpdate

func (NullableAttributeUpdate) Get

func (NullableAttributeUpdate) IsSet

func (v NullableAttributeUpdate) IsSet() bool

func (NullableAttributeUpdate) MarshalJSON

func (v NullableAttributeUpdate) MarshalJSON() ([]byte, error)

func (*NullableAttributeUpdate) Set

func (*NullableAttributeUpdate) UnmarshalJSON

func (v *NullableAttributeUpdate) UnmarshalJSON(src []byte) error

func (*NullableAttributeUpdate) Unset

func (v *NullableAttributeUpdate) Unset()

type NullableAuthKeyResponse

type NullableAuthKeyResponse struct {
	// contains filtered or unexported fields
}

func NewNullableAuthKeyResponse

func NewNullableAuthKeyResponse(val *AuthKeyResponse) *NullableAuthKeyResponse

func (NullableAuthKeyResponse) Get

func (NullableAuthKeyResponse) IsSet

func (v NullableAuthKeyResponse) IsSet() bool

func (NullableAuthKeyResponse) MarshalJSON

func (v NullableAuthKeyResponse) MarshalJSON() ([]byte, error)

func (*NullableAuthKeyResponse) Set

func (*NullableAuthKeyResponse) UnmarshalJSON

func (v *NullableAuthKeyResponse) UnmarshalJSON(src []byte) error

func (*NullableAuthKeyResponse) Unset

func (v *NullableAuthKeyResponse) Unset()

type NullableAuthRequest

type NullableAuthRequest struct {
	// contains filtered or unexported fields
}

func NewNullableAuthRequest

func NewNullableAuthRequest(val *AuthRequest) *NullableAuthRequest

func (NullableAuthRequest) Get

func (NullableAuthRequest) IsSet

func (v NullableAuthRequest) IsSet() bool

func (NullableAuthRequest) MarshalJSON

func (v NullableAuthRequest) MarshalJSON() ([]byte, error)

func (*NullableAuthRequest) Set

func (v *NullableAuthRequest) Set(val *AuthRequest)

func (*NullableAuthRequest) UnmarshalJSON

func (v *NullableAuthRequest) UnmarshalJSON(src []byte) error

func (*NullableAuthRequest) Unset

func (v *NullableAuthRequest) Unset()

type NullableAuthResponse

type NullableAuthResponse struct {
	// contains filtered or unexported fields
}

func NewNullableAuthResponse

func NewNullableAuthResponse(val *AuthResponse) *NullableAuthResponse

func (NullableAuthResponse) Get

func (NullableAuthResponse) IsSet

func (v NullableAuthResponse) IsSet() bool

func (NullableAuthResponse) MarshalJSON

func (v NullableAuthResponse) MarshalJSON() ([]byte, error)

func (*NullableAuthResponse) Set

func (v *NullableAuthResponse) Set(val *AuthResponse)

func (*NullableAuthResponse) UnmarshalJSON

func (v *NullableAuthResponse) UnmarshalJSON(src []byte) error

func (*NullableAuthResponse) Unset

func (v *NullableAuthResponse) Unset()

type NullableAvailableLongTermDiscountModel

type NullableAvailableLongTermDiscountModel struct {
	// contains filtered or unexported fields
}

func (NullableAvailableLongTermDiscountModel) Get

func (NullableAvailableLongTermDiscountModel) IsSet

func (NullableAvailableLongTermDiscountModel) MarshalJSON

func (v NullableAvailableLongTermDiscountModel) MarshalJSON() ([]byte, error)

func (*NullableAvailableLongTermDiscountModel) Set

func (*NullableAvailableLongTermDiscountModel) UnmarshalJSON

func (v *NullableAvailableLongTermDiscountModel) UnmarshalJSON(src []byte) error

func (*NullableAvailableLongTermDiscountModel) Unset

type NullableAvailableLongTermDiscountResponse

type NullableAvailableLongTermDiscountResponse struct {
	// contains filtered or unexported fields
}

func (NullableAvailableLongTermDiscountResponse) Get

func (NullableAvailableLongTermDiscountResponse) IsSet

func (NullableAvailableLongTermDiscountResponse) MarshalJSON

func (*NullableAvailableLongTermDiscountResponse) Set

func (*NullableAvailableLongTermDiscountResponse) UnmarshalJSON

func (v *NullableAvailableLongTermDiscountResponse) UnmarshalJSON(src []byte) error

func (*NullableAvailableLongTermDiscountResponse) Unset

type NullableBeamStatsResponse

type NullableBeamStatsResponse struct {
	// contains filtered or unexported fields
}

func NewNullableBeamStatsResponse

func NewNullableBeamStatsResponse(val *BeamStatsResponse) *NullableBeamStatsResponse

func (NullableBeamStatsResponse) Get

func (NullableBeamStatsResponse) IsSet

func (v NullableBeamStatsResponse) IsSet() bool

func (NullableBeamStatsResponse) MarshalJSON

func (v NullableBeamStatsResponse) MarshalJSON() ([]byte, error)

func (*NullableBeamStatsResponse) Set

func (*NullableBeamStatsResponse) UnmarshalJSON

func (v *NullableBeamStatsResponse) UnmarshalJSON(src []byte) error

func (*NullableBeamStatsResponse) Unset

func (v *NullableBeamStatsResponse) Unset()

type NullableBool

type NullableBool struct {
	// contains filtered or unexported fields
}

func NewNullableBool

func NewNullableBool(val *bool) *NullableBool

func (NullableBool) Get

func (v NullableBool) Get() *bool

func (NullableBool) IsSet

func (v NullableBool) IsSet() bool

func (NullableBool) MarshalJSON

func (v NullableBool) MarshalJSON() ([]byte, error)

func (*NullableBool) Set

func (v *NullableBool) Set(val *bool)

func (*NullableBool) UnmarshalJSON

func (v *NullableBool) UnmarshalJSON(src []byte) error

func (*NullableBool) Unset

func (v *NullableBool) Unset()

type NullableCapabilities

type NullableCapabilities struct {
	// contains filtered or unexported fields
}

func NewNullableCapabilities

func NewNullableCapabilities(val *Capabilities) *NullableCapabilities

func (NullableCapabilities) Get

func (NullableCapabilities) IsSet

func (v NullableCapabilities) IsSet() bool

func (NullableCapabilities) MarshalJSON

func (v NullableCapabilities) MarshalJSON() ([]byte, error)

func (*NullableCapabilities) Set

func (v *NullableCapabilities) Set(val *Capabilities)

func (*NullableCapabilities) UnmarshalJSON

func (v *NullableCapabilities) UnmarshalJSON(src []byte) error

func (*NullableCapabilities) Unset

func (v *NullableCapabilities) Unset()

type NullableCell

type NullableCell struct {
	// contains filtered or unexported fields
}

func NewNullableCell

func NewNullableCell(val *Cell) *NullableCell

func (NullableCell) Get

func (v NullableCell) Get() *Cell

func (NullableCell) IsSet

func (v NullableCell) IsSet() bool

func (NullableCell) MarshalJSON

func (v NullableCell) MarshalJSON() ([]byte, error)

func (*NullableCell) Set

func (v *NullableCell) Set(val *Cell)

func (*NullableCell) UnmarshalJSON

func (v *NullableCell) UnmarshalJSON(src []byte) error

func (*NullableCell) Unset

func (v *NullableCell) Unset()

type NullableCellIdentifier

type NullableCellIdentifier struct {
	// contains filtered or unexported fields
}

func NewNullableCellIdentifier

func NewNullableCellIdentifier(val *CellIdentifier) *NullableCellIdentifier

func (NullableCellIdentifier) Get

func (NullableCellIdentifier) IsSet

func (v NullableCellIdentifier) IsSet() bool

func (NullableCellIdentifier) MarshalJSON

func (v NullableCellIdentifier) MarshalJSON() ([]byte, error)

func (*NullableCellIdentifier) Set

func (*NullableCellIdentifier) UnmarshalJSON

func (v *NullableCellIdentifier) UnmarshalJSON(src []byte) error

func (*NullableCellIdentifier) Unset

func (v *NullableCellIdentifier) Unset()

type NullableCellLocation

type NullableCellLocation struct {
	// contains filtered or unexported fields
}

func NewNullableCellLocation

func NewNullableCellLocation(val *CellLocation) *NullableCellLocation

func (NullableCellLocation) Get

func (NullableCellLocation) IsSet

func (v NullableCellLocation) IsSet() bool

func (NullableCellLocation) MarshalJSON

func (v NullableCellLocation) MarshalJSON() ([]byte, error)

func (*NullableCellLocation) Set

func (v *NullableCellLocation) Set(val *CellLocation)

func (*NullableCellLocation) UnmarshalJSON

func (v *NullableCellLocation) UnmarshalJSON(src []byte) error

func (*NullableCellLocation) Unset

func (v *NullableCellLocation) Unset()

type NullableCompanyInformationModel

type NullableCompanyInformationModel struct {
	// contains filtered or unexported fields
}

func (NullableCompanyInformationModel) Get

func (NullableCompanyInformationModel) IsSet

func (NullableCompanyInformationModel) MarshalJSON

func (v NullableCompanyInformationModel) MarshalJSON() ([]byte, error)

func (*NullableCompanyInformationModel) Set

func (*NullableCompanyInformationModel) UnmarshalJSON

func (v *NullableCompanyInformationModel) UnmarshalJSON(src []byte) error

func (*NullableCompanyInformationModel) Unset

type NullableContractUpdatedResponse

type NullableContractUpdatedResponse struct {
	// contains filtered or unexported fields
}

func (NullableContractUpdatedResponse) Get

func (NullableContractUpdatedResponse) IsSet

func (NullableContractUpdatedResponse) MarshalJSON

func (v NullableContractUpdatedResponse) MarshalJSON() ([]byte, error)

func (*NullableContractUpdatedResponse) Set

func (*NullableContractUpdatedResponse) UnmarshalJSON

func (v *NullableContractUpdatedResponse) UnmarshalJSON(src []byte) error

func (*NullableContractUpdatedResponse) Unset

type NullableContractUpdatingRequest

type NullableContractUpdatingRequest struct {
	// contains filtered or unexported fields
}

func (NullableContractUpdatingRequest) Get

func (NullableContractUpdatingRequest) IsSet

func (NullableContractUpdatingRequest) MarshalJSON

func (v NullableContractUpdatingRequest) MarshalJSON() ([]byte, error)

func (*NullableContractUpdatingRequest) Set

func (*NullableContractUpdatingRequest) UnmarshalJSON

func (v *NullableContractUpdatingRequest) UnmarshalJSON(src []byte) error

func (*NullableContractUpdatingRequest) Unset

type NullableCouponResponse

type NullableCouponResponse struct {
	// contains filtered or unexported fields
}

func NewNullableCouponResponse

func NewNullableCouponResponse(val *CouponResponse) *NullableCouponResponse

func (NullableCouponResponse) Get

func (NullableCouponResponse) IsSet

func (v NullableCouponResponse) IsSet() bool

func (NullableCouponResponse) MarshalJSON

func (v NullableCouponResponse) MarshalJSON() ([]byte, error)

func (*NullableCouponResponse) Set

func (*NullableCouponResponse) UnmarshalJSON

func (v *NullableCouponResponse) UnmarshalJSON(src []byte) error

func (*NullableCouponResponse) Unset

func (v *NullableCouponResponse) Unset()

type NullableCreateAndUpdateCredentialsModel

type NullableCreateAndUpdateCredentialsModel struct {
	// contains filtered or unexported fields
}

func (NullableCreateAndUpdateCredentialsModel) Get

func (NullableCreateAndUpdateCredentialsModel) IsSet

func (NullableCreateAndUpdateCredentialsModel) MarshalJSON

func (v NullableCreateAndUpdateCredentialsModel) MarshalJSON() ([]byte, error)

func (*NullableCreateAndUpdateCredentialsModel) Set

func (*NullableCreateAndUpdateCredentialsModel) UnmarshalJSON

func (v *NullableCreateAndUpdateCredentialsModel) UnmarshalJSON(src []byte) error

func (*NullableCreateAndUpdateCredentialsModel) Unset

type NullableCreateEstimatedCouponRequest

type NullableCreateEstimatedCouponRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateEstimatedCouponRequest) Get

func (NullableCreateEstimatedCouponRequest) IsSet

func (NullableCreateEstimatedCouponRequest) MarshalJSON

func (v NullableCreateEstimatedCouponRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateEstimatedCouponRequest) Set

func (*NullableCreateEstimatedCouponRequest) UnmarshalJSON

func (v *NullableCreateEstimatedCouponRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateEstimatedCouponRequest) Unset

type NullableCreateEstimatedOrderRequest

type NullableCreateEstimatedOrderRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateEstimatedOrderRequest) Get

func (NullableCreateEstimatedOrderRequest) IsSet

func (NullableCreateEstimatedOrderRequest) MarshalJSON

func (v NullableCreateEstimatedOrderRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateEstimatedOrderRequest) Set

func (*NullableCreateEstimatedOrderRequest) UnmarshalJSON

func (v *NullableCreateEstimatedOrderRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateEstimatedOrderRequest) Unset

type NullableCreateEstimatedVolumeDiscountRequest

type NullableCreateEstimatedVolumeDiscountRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateEstimatedVolumeDiscountRequest) Get

func (NullableCreateEstimatedVolumeDiscountRequest) IsSet

func (NullableCreateEstimatedVolumeDiscountRequest) MarshalJSON

func (*NullableCreateEstimatedVolumeDiscountRequest) Set

func (*NullableCreateEstimatedVolumeDiscountRequest) UnmarshalJSON

func (*NullableCreateEstimatedVolumeDiscountRequest) Unset

type NullableCreateEventHandlerRequest

type NullableCreateEventHandlerRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateEventHandlerRequest) Get

func (NullableCreateEventHandlerRequest) IsSet

func (NullableCreateEventHandlerRequest) MarshalJSON

func (v NullableCreateEventHandlerRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateEventHandlerRequest) Set

func (*NullableCreateEventHandlerRequest) UnmarshalJSON

func (v *NullableCreateEventHandlerRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateEventHandlerRequest) Unset

type NullableCreateGroupRequest

type NullableCreateGroupRequest struct {
	// contains filtered or unexported fields
}

func NewNullableCreateGroupRequest

func NewNullableCreateGroupRequest(val *CreateGroupRequest) *NullableCreateGroupRequest

func (NullableCreateGroupRequest) Get

func (NullableCreateGroupRequest) IsSet

func (v NullableCreateGroupRequest) IsSet() bool

func (NullableCreateGroupRequest) MarshalJSON

func (v NullableCreateGroupRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateGroupRequest) Set

func (*NullableCreateGroupRequest) UnmarshalJSON

func (v *NullableCreateGroupRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateGroupRequest) Unset

func (v *NullableCreateGroupRequest) Unset()

type NullableCreateOrUpdateRoleRequest

type NullableCreateOrUpdateRoleRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateOrUpdateRoleRequest) Get

func (NullableCreateOrUpdateRoleRequest) IsSet

func (NullableCreateOrUpdateRoleRequest) MarshalJSON

func (v NullableCreateOrUpdateRoleRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateOrUpdateRoleRequest) Set

func (*NullableCreateOrUpdateRoleRequest) UnmarshalJSON

func (v *NullableCreateOrUpdateRoleRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateOrUpdateRoleRequest) Unset

type NullableCreatePortMappingRequest

type NullableCreatePortMappingRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreatePortMappingRequest) Get

func (NullableCreatePortMappingRequest) IsSet

func (NullableCreatePortMappingRequest) MarshalJSON

func (v NullableCreatePortMappingRequest) MarshalJSON() ([]byte, error)

func (*NullableCreatePortMappingRequest) Set

func (*NullableCreatePortMappingRequest) UnmarshalJSON

func (v *NullableCreatePortMappingRequest) UnmarshalJSON(src []byte) error

func (*NullableCreatePortMappingRequest) Unset

type NullableCreateRoleResponse

type NullableCreateRoleResponse struct {
	// contains filtered or unexported fields
}

func NewNullableCreateRoleResponse

func NewNullableCreateRoleResponse(val *CreateRoleResponse) *NullableCreateRoleResponse

func (NullableCreateRoleResponse) Get

func (NullableCreateRoleResponse) IsSet

func (v NullableCreateRoleResponse) IsSet() bool

func (NullableCreateRoleResponse) MarshalJSON

func (v NullableCreateRoleResponse) MarshalJSON() ([]byte, error)

func (*NullableCreateRoleResponse) Set

func (*NullableCreateRoleResponse) UnmarshalJSON

func (v *NullableCreateRoleResponse) UnmarshalJSON(src []byte) error

func (*NullableCreateRoleResponse) Unset

func (v *NullableCreateRoleResponse) Unset()

type NullableCreateSimRequest

type NullableCreateSimRequest struct {
	// contains filtered or unexported fields
}

func NewNullableCreateSimRequest

func NewNullableCreateSimRequest(val *CreateSimRequest) *NullableCreateSimRequest

func (NullableCreateSimRequest) Get

func (NullableCreateSimRequest) IsSet

func (v NullableCreateSimRequest) IsSet() bool

func (NullableCreateSimRequest) MarshalJSON

func (v NullableCreateSimRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateSimRequest) Set

func (*NullableCreateSimRequest) UnmarshalJSON

func (v *NullableCreateSimRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateSimRequest) Unset

func (v *NullableCreateSimRequest) Unset()

type NullableCreateSoraletRequest

type NullableCreateSoraletRequest struct {
	// contains filtered or unexported fields
}

func NewNullableCreateSoraletRequest

func NewNullableCreateSoraletRequest(val *CreateSoraletRequest) *NullableCreateSoraletRequest

func (NullableCreateSoraletRequest) Get

func (NullableCreateSoraletRequest) IsSet

func (NullableCreateSoraletRequest) MarshalJSON

func (v NullableCreateSoraletRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateSoraletRequest) Set

func (*NullableCreateSoraletRequest) UnmarshalJSON

func (v *NullableCreateSoraletRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateSoraletRequest) Unset

func (v *NullableCreateSoraletRequest) Unset()

type NullableCreateUserPasswordRequest

type NullableCreateUserPasswordRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateUserPasswordRequest) Get

func (NullableCreateUserPasswordRequest) IsSet

func (NullableCreateUserPasswordRequest) MarshalJSON

func (v NullableCreateUserPasswordRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateUserPasswordRequest) Set

func (*NullableCreateUserPasswordRequest) UnmarshalJSON

func (v *NullableCreateUserPasswordRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateUserPasswordRequest) Unset

type NullableCreateUserRequest

type NullableCreateUserRequest struct {
	// contains filtered or unexported fields
}

func NewNullableCreateUserRequest

func NewNullableCreateUserRequest(val *CreateUserRequest) *NullableCreateUserRequest

func (NullableCreateUserRequest) Get

func (NullableCreateUserRequest) IsSet

func (v NullableCreateUserRequest) IsSet() bool

func (NullableCreateUserRequest) MarshalJSON

func (v NullableCreateUserRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateUserRequest) Set

func (*NullableCreateUserRequest) UnmarshalJSON

func (v *NullableCreateUserRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateUserRequest) Unset

func (v *NullableCreateUserRequest) Unset()

type NullableCreateVirtualPrivateGatewayRequest

type NullableCreateVirtualPrivateGatewayRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateVirtualPrivateGatewayRequest) Get

func (NullableCreateVirtualPrivateGatewayRequest) IsSet

func (NullableCreateVirtualPrivateGatewayRequest) MarshalJSON

func (*NullableCreateVirtualPrivateGatewayRequest) Set

func (*NullableCreateVirtualPrivateGatewayRequest) UnmarshalJSON

func (v *NullableCreateVirtualPrivateGatewayRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateVirtualPrivateGatewayRequest) Unset

type NullableCreateVpcPeeringConnectionRequest

type NullableCreateVpcPeeringConnectionRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateVpcPeeringConnectionRequest) Get

func (NullableCreateVpcPeeringConnectionRequest) IsSet

func (NullableCreateVpcPeeringConnectionRequest) MarshalJSON

func (*NullableCreateVpcPeeringConnectionRequest) Set

func (*NullableCreateVpcPeeringConnectionRequest) UnmarshalJSON

func (v *NullableCreateVpcPeeringConnectionRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateVpcPeeringConnectionRequest) Unset

type NullableCredentialsModel

type NullableCredentialsModel struct {
	// contains filtered or unexported fields
}

func NewNullableCredentialsModel

func NewNullableCredentialsModel(val *CredentialsModel) *NullableCredentialsModel

func (NullableCredentialsModel) Get

func (NullableCredentialsModel) IsSet

func (v NullableCredentialsModel) IsSet() bool

func (NullableCredentialsModel) MarshalJSON

func (v NullableCredentialsModel) MarshalJSON() ([]byte, error)

func (*NullableCredentialsModel) Set

func (*NullableCredentialsModel) UnmarshalJSON

func (v *NullableCredentialsModel) UnmarshalJSON(src []byte) error

func (*NullableCredentialsModel) Unset

func (v *NullableCredentialsModel) Unset()

type NullableCreditCard

type NullableCreditCard struct {
	// contains filtered or unexported fields
}

func NewNullableCreditCard

func NewNullableCreditCard(val *CreditCard) *NullableCreditCard

func (NullableCreditCard) Get

func (v NullableCreditCard) Get() *CreditCard

func (NullableCreditCard) IsSet

func (v NullableCreditCard) IsSet() bool

func (NullableCreditCard) MarshalJSON

func (v NullableCreditCard) MarshalJSON() ([]byte, error)

func (*NullableCreditCard) Set

func (v *NullableCreditCard) Set(val *CreditCard)

func (*NullableCreditCard) UnmarshalJSON

func (v *NullableCreditCard) UnmarshalJSON(src []byte) error

func (*NullableCreditCard) Unset

func (v *NullableCreditCard) Unset()

type NullableDailyBill

type NullableDailyBill struct {
	// contains filtered or unexported fields
}

func NewNullableDailyBill

func NewNullableDailyBill(val *DailyBill) *NullableDailyBill

func (NullableDailyBill) Get

func (v NullableDailyBill) Get() *DailyBill

func (NullableDailyBill) IsSet

func (v NullableDailyBill) IsSet() bool

func (NullableDailyBill) MarshalJSON

func (v NullableDailyBill) MarshalJSON() ([]byte, error)

func (*NullableDailyBill) Set

func (v *NullableDailyBill) Set(val *DailyBill)

func (*NullableDailyBill) UnmarshalJSON

func (v *NullableDailyBill) UnmarshalJSON(src []byte) error

func (*NullableDailyBill) Unset

func (v *NullableDailyBill) Unset()

type NullableDailyBillResponse

type NullableDailyBillResponse struct {
	// contains filtered or unexported fields
}

func NewNullableDailyBillResponse

func NewNullableDailyBillResponse(val *DailyBillResponse) *NullableDailyBillResponse

func (NullableDailyBillResponse) Get

func (NullableDailyBillResponse) IsSet

func (v NullableDailyBillResponse) IsSet() bool

func (NullableDailyBillResponse) MarshalJSON

func (v NullableDailyBillResponse) MarshalJSON() ([]byte, error)

func (*NullableDailyBillResponse) Set

func (*NullableDailyBillResponse) UnmarshalJSON

func (v *NullableDailyBillResponse) UnmarshalJSON(src []byte) error

func (*NullableDailyBillResponse) Unset

func (v *NullableDailyBillResponse) Unset()

type NullableDataEntry

type NullableDataEntry struct {
	// contains filtered or unexported fields
}

func NewNullableDataEntry

func NewNullableDataEntry(val *DataEntry) *NullableDataEntry

func (NullableDataEntry) Get

func (v NullableDataEntry) Get() *DataEntry

func (NullableDataEntry) IsSet

func (v NullableDataEntry) IsSet() bool

func (NullableDataEntry) MarshalJSON

func (v NullableDataEntry) MarshalJSON() ([]byte, error)

func (*NullableDataEntry) Set

func (v *NullableDataEntry) Set(val *DataEntry)

func (*NullableDataEntry) UnmarshalJSON

func (v *NullableDataEntry) UnmarshalJSON(src []byte) error

func (*NullableDataEntry) Unset

func (v *NullableDataEntry) Unset()

type NullableDataSourceResourceMetadata

type NullableDataSourceResourceMetadata struct {
	// contains filtered or unexported fields
}

func (NullableDataSourceResourceMetadata) Get

func (NullableDataSourceResourceMetadata) IsSet

func (NullableDataSourceResourceMetadata) MarshalJSON

func (v NullableDataSourceResourceMetadata) MarshalJSON() ([]byte, error)

func (*NullableDataSourceResourceMetadata) Set

func (*NullableDataSourceResourceMetadata) UnmarshalJSON

func (v *NullableDataSourceResourceMetadata) UnmarshalJSON(src []byte) error

func (*NullableDataSourceResourceMetadata) Unset

type NullableDataTrafficStats

type NullableDataTrafficStats struct {
	// contains filtered or unexported fields
}

func NewNullableDataTrafficStats

func NewNullableDataTrafficStats(val *DataTrafficStats) *NullableDataTrafficStats

func (NullableDataTrafficStats) Get

func (NullableDataTrafficStats) IsSet

func (v NullableDataTrafficStats) IsSet() bool

func (NullableDataTrafficStats) MarshalJSON

func (v NullableDataTrafficStats) MarshalJSON() ([]byte, error)

func (*NullableDataTrafficStats) Set

func (*NullableDataTrafficStats) UnmarshalJSON

func (v *NullableDataTrafficStats) UnmarshalJSON(src []byte) error

func (*NullableDataTrafficStats) Unset

func (v *NullableDataTrafficStats) Unset()

type NullableDevice

type NullableDevice struct {
	// contains filtered or unexported fields
}

func NewNullableDevice

func NewNullableDevice(val *Device) *NullableDevice

func (NullableDevice) Get

func (v NullableDevice) Get() *Device

func (NullableDevice) IsSet

func (v NullableDevice) IsSet() bool

func (NullableDevice) MarshalJSON

func (v NullableDevice) MarshalJSON() ([]byte, error)

func (*NullableDevice) Set

func (v *NullableDevice) Set(val *Device)

func (*NullableDevice) UnmarshalJSON

func (v *NullableDevice) UnmarshalJSON(src []byte) error

func (*NullableDevice) Unset

func (v *NullableDevice) Unset()

type NullableDeviceObjectModel

type NullableDeviceObjectModel struct {
	// contains filtered or unexported fields
}

func NewNullableDeviceObjectModel

func NewNullableDeviceObjectModel(val *DeviceObjectModel) *NullableDeviceObjectModel

func (NullableDeviceObjectModel) Get

func (NullableDeviceObjectModel) IsSet

func (v NullableDeviceObjectModel) IsSet() bool

func (NullableDeviceObjectModel) MarshalJSON

func (v NullableDeviceObjectModel) MarshalJSON() ([]byte, error)

func (*NullableDeviceObjectModel) Set

func (*NullableDeviceObjectModel) UnmarshalJSON

func (v *NullableDeviceObjectModel) UnmarshalJSON(src []byte) error

func (*NullableDeviceObjectModel) Unset

func (v *NullableDeviceObjectModel) Unset()

type NullableDiagnosticRequest

type NullableDiagnosticRequest struct {
	// contains filtered or unexported fields
}

func NewNullableDiagnosticRequest

func NewNullableDiagnosticRequest(val *DiagnosticRequest) *NullableDiagnosticRequest

func (NullableDiagnosticRequest) Get

func (NullableDiagnosticRequest) IsSet

func (v NullableDiagnosticRequest) IsSet() bool

func (NullableDiagnosticRequest) MarshalJSON

func (v NullableDiagnosticRequest) MarshalJSON() ([]byte, error)

func (*NullableDiagnosticRequest) Set

func (*NullableDiagnosticRequest) UnmarshalJSON

func (v *NullableDiagnosticRequest) UnmarshalJSON(src []byte) error

func (*NullableDiagnosticRequest) Unset

func (v *NullableDiagnosticRequest) Unset()

type NullableDiagnosticResponse

type NullableDiagnosticResponse struct {
	// contains filtered or unexported fields
}

func NewNullableDiagnosticResponse

func NewNullableDiagnosticResponse(val *DiagnosticResponse) *NullableDiagnosticResponse

func (NullableDiagnosticResponse) Get

func (NullableDiagnosticResponse) IsSet

func (v NullableDiagnosticResponse) IsSet() bool

func (NullableDiagnosticResponse) MarshalJSON

func (v NullableDiagnosticResponse) MarshalJSON() ([]byte, error)

func (*NullableDiagnosticResponse) Set

func (*NullableDiagnosticResponse) UnmarshalJSON

func (v *NullableDiagnosticResponse) UnmarshalJSON(src []byte) error

func (*NullableDiagnosticResponse) Unset

func (v *NullableDiagnosticResponse) Unset()

type NullableDownlinkPingRequest

type NullableDownlinkPingRequest struct {
	// contains filtered or unexported fields
}

func NewNullableDownlinkPingRequest

func NewNullableDownlinkPingRequest(val *DownlinkPingRequest) *NullableDownlinkPingRequest

func (NullableDownlinkPingRequest) Get

func (NullableDownlinkPingRequest) IsSet

func (NullableDownlinkPingRequest) MarshalJSON

func (v NullableDownlinkPingRequest) MarshalJSON() ([]byte, error)

func (*NullableDownlinkPingRequest) Set

func (*NullableDownlinkPingRequest) UnmarshalJSON

func (v *NullableDownlinkPingRequest) UnmarshalJSON(src []byte) error

func (*NullableDownlinkPingRequest) Unset

func (v *NullableDownlinkPingRequest) Unset()

type NullableDownlinkPingResponse

type NullableDownlinkPingResponse struct {
	// contains filtered or unexported fields
}

func NewNullableDownlinkPingResponse

func NewNullableDownlinkPingResponse(val *DownlinkPingResponse) *NullableDownlinkPingResponse

func (NullableDownlinkPingResponse) Get

func (NullableDownlinkPingResponse) IsSet

func (NullableDownlinkPingResponse) MarshalJSON

func (v NullableDownlinkPingResponse) MarshalJSON() ([]byte, error)

func (*NullableDownlinkPingResponse) Set

func (*NullableDownlinkPingResponse) UnmarshalJSON

func (v *NullableDownlinkPingResponse) UnmarshalJSON(src []byte) error

func (*NullableDownlinkPingResponse) Unset

func (v *NullableDownlinkPingResponse) Unset()

type NullableEmailsModel

type NullableEmailsModel struct {
	// contains filtered or unexported fields
}

func NewNullableEmailsModel

func NewNullableEmailsModel(val *EmailsModel) *NullableEmailsModel

func (NullableEmailsModel) Get

func (NullableEmailsModel) IsSet

func (v NullableEmailsModel) IsSet() bool

func (NullableEmailsModel) MarshalJSON

func (v NullableEmailsModel) MarshalJSON() ([]byte, error)

func (*NullableEmailsModel) Set

func (v *NullableEmailsModel) Set(val *EmailsModel)

func (*NullableEmailsModel) UnmarshalJSON

func (v *NullableEmailsModel) UnmarshalJSON(src []byte) error

func (*NullableEmailsModel) Unset

func (v *NullableEmailsModel) Unset()

type NullableEnableMFAOTPResponse

type NullableEnableMFAOTPResponse struct {
	// contains filtered or unexported fields
}

func NewNullableEnableMFAOTPResponse

func NewNullableEnableMFAOTPResponse(val *EnableMFAOTPResponse) *NullableEnableMFAOTPResponse

func (NullableEnableMFAOTPResponse) Get

func (NullableEnableMFAOTPResponse) IsSet

func (NullableEnableMFAOTPResponse) MarshalJSON

func (v NullableEnableMFAOTPResponse) MarshalJSON() ([]byte, error)

func (*NullableEnableMFAOTPResponse) Set

func (*NullableEnableMFAOTPResponse) UnmarshalJSON

func (v *NullableEnableMFAOTPResponse) UnmarshalJSON(src []byte) error

func (*NullableEnableMFAOTPResponse) Unset

func (v *NullableEnableMFAOTPResponse) Unset()

type NullableError

type NullableError struct {
	// contains filtered or unexported fields
}

func NewNullableError

func NewNullableError(val *Error) *NullableError

func (NullableError) Get

func (v NullableError) Get() *Error

func (NullableError) IsSet

func (v NullableError) IsSet() bool

func (NullableError) MarshalJSON

func (v NullableError) MarshalJSON() ([]byte, error)

func (*NullableError) Set

func (v *NullableError) Set(val *Error)

func (*NullableError) UnmarshalJSON

func (v *NullableError) UnmarshalJSON(src []byte) error

func (*NullableError) Unset

func (v *NullableError) Unset()

type NullableEstimatedCouponModel

type NullableEstimatedCouponModel struct {
	// contains filtered or unexported fields
}

func NewNullableEstimatedCouponModel

func NewNullableEstimatedCouponModel(val *EstimatedCouponModel) *NullableEstimatedCouponModel

func (NullableEstimatedCouponModel) Get

func (NullableEstimatedCouponModel) IsSet

func (NullableEstimatedCouponModel) MarshalJSON

func (v NullableEstimatedCouponModel) MarshalJSON() ([]byte, error)

func (*NullableEstimatedCouponModel) Set

func (*NullableEstimatedCouponModel) UnmarshalJSON

func (v *NullableEstimatedCouponModel) UnmarshalJSON(src []byte) error

func (*NullableEstimatedCouponModel) Unset

func (v *NullableEstimatedCouponModel) Unset()

type NullableEstimatedOrderItemModel

type NullableEstimatedOrderItemModel struct {
	// contains filtered or unexported fields
}

func (NullableEstimatedOrderItemModel) Get

func (NullableEstimatedOrderItemModel) IsSet

func (NullableEstimatedOrderItemModel) MarshalJSON

func (v NullableEstimatedOrderItemModel) MarshalJSON() ([]byte, error)

func (*NullableEstimatedOrderItemModel) Set

func (*NullableEstimatedOrderItemModel) UnmarshalJSON

func (v *NullableEstimatedOrderItemModel) UnmarshalJSON(src []byte) error

func (*NullableEstimatedOrderItemModel) Unset

type NullableEstimatedOrderModel

type NullableEstimatedOrderModel struct {
	// contains filtered or unexported fields
}

func NewNullableEstimatedOrderModel

func NewNullableEstimatedOrderModel(val *EstimatedOrderModel) *NullableEstimatedOrderModel

func (NullableEstimatedOrderModel) Get

func (NullableEstimatedOrderModel) IsSet

func (NullableEstimatedOrderModel) MarshalJSON

func (v NullableEstimatedOrderModel) MarshalJSON() ([]byte, error)

func (*NullableEstimatedOrderModel) Set

func (*NullableEstimatedOrderModel) UnmarshalJSON

func (v *NullableEstimatedOrderModel) UnmarshalJSON(src []byte) error

func (*NullableEstimatedOrderModel) Unset

func (v *NullableEstimatedOrderModel) Unset()

type NullableEstimatedVolumeDiscountModel

type NullableEstimatedVolumeDiscountModel struct {
	// contains filtered or unexported fields
}

func (NullableEstimatedVolumeDiscountModel) Get

func (NullableEstimatedVolumeDiscountModel) IsSet

func (NullableEstimatedVolumeDiscountModel) MarshalJSON

func (v NullableEstimatedVolumeDiscountModel) MarshalJSON() ([]byte, error)

func (*NullableEstimatedVolumeDiscountModel) Set

func (*NullableEstimatedVolumeDiscountModel) UnmarshalJSON

func (v *NullableEstimatedVolumeDiscountModel) UnmarshalJSON(src []byte) error

func (*NullableEstimatedVolumeDiscountModel) Unset

type NullableEventHandlerModel

type NullableEventHandlerModel struct {
	// contains filtered or unexported fields
}

func NewNullableEventHandlerModel

func NewNullableEventHandlerModel(val *EventHandlerModel) *NullableEventHandlerModel

func (NullableEventHandlerModel) Get

func (NullableEventHandlerModel) IsSet

func (v NullableEventHandlerModel) IsSet() bool

func (NullableEventHandlerModel) MarshalJSON

func (v NullableEventHandlerModel) MarshalJSON() ([]byte, error)

func (*NullableEventHandlerModel) Set

func (*NullableEventHandlerModel) UnmarshalJSON

func (v *NullableEventHandlerModel) UnmarshalJSON(src []byte) error

func (*NullableEventHandlerModel) Unset

func (v *NullableEventHandlerModel) Unset()

type NullableExecuteDeviceResourceRequest

type NullableExecuteDeviceResourceRequest struct {
	// contains filtered or unexported fields
}

func (NullableExecuteDeviceResourceRequest) Get

func (NullableExecuteDeviceResourceRequest) IsSet

func (NullableExecuteDeviceResourceRequest) MarshalJSON

func (v NullableExecuteDeviceResourceRequest) MarshalJSON() ([]byte, error)

func (*NullableExecuteDeviceResourceRequest) Set

func (*NullableExecuteDeviceResourceRequest) UnmarshalJSON

func (v *NullableExecuteDeviceResourceRequest) UnmarshalJSON(src []byte) error

func (*NullableExecuteDeviceResourceRequest) Unset

type NullableExecuteSoraletRequest

type NullableExecuteSoraletRequest struct {
	// contains filtered or unexported fields
}

func (NullableExecuteSoraletRequest) Get

func (NullableExecuteSoraletRequest) IsSet

func (NullableExecuteSoraletRequest) MarshalJSON

func (v NullableExecuteSoraletRequest) MarshalJSON() ([]byte, error)

func (*NullableExecuteSoraletRequest) Set

func (*NullableExecuteSoraletRequest) UnmarshalJSON

func (v *NullableExecuteSoraletRequest) UnmarshalJSON(src []byte) error

func (*NullableExecuteSoraletRequest) Unset

func (v *NullableExecuteSoraletRequest) Unset()

type NullableExecuteSoraletResponse

type NullableExecuteSoraletResponse struct {
	// contains filtered or unexported fields
}

func (NullableExecuteSoraletResponse) Get

func (NullableExecuteSoraletResponse) IsSet

func (NullableExecuteSoraletResponse) MarshalJSON

func (v NullableExecuteSoraletResponse) MarshalJSON() ([]byte, error)

func (*NullableExecuteSoraletResponse) Set

func (*NullableExecuteSoraletResponse) UnmarshalJSON

func (v *NullableExecuteSoraletResponse) UnmarshalJSON(src []byte) error

func (*NullableExecuteSoraletResponse) Unset

func (v *NullableExecuteSoraletResponse) Unset()

type NullableExpiryTime

type NullableExpiryTime struct {
	// contains filtered or unexported fields
}

func NewNullableExpiryTime

func NewNullableExpiryTime(val *ExpiryTime) *NullableExpiryTime

func (NullableExpiryTime) Get

func (v NullableExpiryTime) Get() *ExpiryTime

func (NullableExpiryTime) IsSet

func (v NullableExpiryTime) IsSet() bool

func (NullableExpiryTime) MarshalJSON

func (v NullableExpiryTime) MarshalJSON() ([]byte, error)

func (*NullableExpiryTime) Set

func (v *NullableExpiryTime) Set(val *ExpiryTime)

func (*NullableExpiryTime) UnmarshalJSON

func (v *NullableExpiryTime) UnmarshalJSON(src []byte) error

func (*NullableExpiryTime) Unset

func (v *NullableExpiryTime) Unset()

type NullableExportRequest

type NullableExportRequest struct {
	// contains filtered or unexported fields
}

func NewNullableExportRequest

func NewNullableExportRequest(val *ExportRequest) *NullableExportRequest

func (NullableExportRequest) Get

func (NullableExportRequest) IsSet

func (v NullableExportRequest) IsSet() bool

func (NullableExportRequest) MarshalJSON

func (v NullableExportRequest) MarshalJSON() ([]byte, error)

func (*NullableExportRequest) Set

func (v *NullableExportRequest) Set(val *ExportRequest)

func (*NullableExportRequest) UnmarshalJSON

func (v *NullableExportRequest) UnmarshalJSON(src []byte) error

func (*NullableExportRequest) Unset

func (v *NullableExportRequest) Unset()

type NullableFileEntry

type NullableFileEntry struct {
	// contains filtered or unexported fields
}

func NewNullableFileEntry

func NewNullableFileEntry(val *FileEntry) *NullableFileEntry

func (NullableFileEntry) Get

func (v NullableFileEntry) Get() *FileEntry

func (NullableFileEntry) IsSet

func (v NullableFileEntry) IsSet() bool

func (NullableFileEntry) MarshalJSON

func (v NullableFileEntry) MarshalJSON() ([]byte, error)

func (*NullableFileEntry) Set

func (v *NullableFileEntry) Set(val *FileEntry)

func (*NullableFileEntry) UnmarshalJSON

func (v *NullableFileEntry) UnmarshalJSON(src []byte) error

func (*NullableFileEntry) Unset

func (v *NullableFileEntry) Unset()

type NullableFileExportResponse

type NullableFileExportResponse struct {
	// contains filtered or unexported fields
}

func NewNullableFileExportResponse

func NewNullableFileExportResponse(val *FileExportResponse) *NullableFileExportResponse

func (NullableFileExportResponse) Get

func (NullableFileExportResponse) IsSet

func (v NullableFileExportResponse) IsSet() bool

func (NullableFileExportResponse) MarshalJSON

func (v NullableFileExportResponse) MarshalJSON() ([]byte, error)

func (*NullableFileExportResponse) Set

func (*NullableFileExportResponse) UnmarshalJSON

func (v *NullableFileExportResponse) UnmarshalJSON(src []byte) error

func (*NullableFileExportResponse) Unset

func (v *NullableFileExportResponse) Unset()

type NullableFloat32

type NullableFloat32 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat32

func NewNullableFloat32(val *float32) *NullableFloat32

func (NullableFloat32) Get

func (v NullableFloat32) Get() *float32

func (NullableFloat32) IsSet

func (v NullableFloat32) IsSet() bool

func (NullableFloat32) MarshalJSON

func (v NullableFloat32) MarshalJSON() ([]byte, error)

func (*NullableFloat32) Set

func (v *NullableFloat32) Set(val *float32)

func (*NullableFloat32) UnmarshalJSON

func (v *NullableFloat32) UnmarshalJSON(src []byte) error

func (*NullableFloat32) Unset

func (v *NullableFloat32) Unset()

type NullableFloat64

type NullableFloat64 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat64

func NewNullableFloat64(val *float64) *NullableFloat64

func (NullableFloat64) Get

func (v NullableFloat64) Get() *float64

func (NullableFloat64) IsSet

func (v NullableFloat64) IsSet() bool

func (NullableFloat64) MarshalJSON

func (v NullableFloat64) MarshalJSON() ([]byte, error)

func (*NullableFloat64) Set

func (v *NullableFloat64) Set(val *float64)

func (*NullableFloat64) UnmarshalJSON

func (v *NullableFloat64) UnmarshalJSON(src []byte) error

func (*NullableFloat64) Unset

func (v *NullableFloat64) Unset()

type NullableFunkStatsResponse

type NullableFunkStatsResponse struct {
	// contains filtered or unexported fields
}

func NewNullableFunkStatsResponse

func NewNullableFunkStatsResponse(val *FunkStatsResponse) *NullableFunkStatsResponse

func (NullableFunkStatsResponse) Get

func (NullableFunkStatsResponse) IsSet

func (v NullableFunkStatsResponse) IsSet() bool

func (NullableFunkStatsResponse) MarshalJSON

func (v NullableFunkStatsResponse) MarshalJSON() ([]byte, error)

func (*NullableFunkStatsResponse) Set

func (*NullableFunkStatsResponse) UnmarshalJSON

func (v *NullableFunkStatsResponse) UnmarshalJSON(src []byte) error

func (*NullableFunkStatsResponse) Unset

func (v *NullableFunkStatsResponse) Unset()

type NullableFunnelAWSFirehoseDestination

type NullableFunnelAWSFirehoseDestination struct {
	// contains filtered or unexported fields
}

func (NullableFunnelAWSFirehoseDestination) Get

func (NullableFunnelAWSFirehoseDestination) IsSet

func (NullableFunnelAWSFirehoseDestination) MarshalJSON

func (v NullableFunnelAWSFirehoseDestination) MarshalJSON() ([]byte, error)

func (*NullableFunnelAWSFirehoseDestination) Set

func (*NullableFunnelAWSFirehoseDestination) UnmarshalJSON

func (v *NullableFunnelAWSFirehoseDestination) UnmarshalJSON(src []byte) error

func (*NullableFunnelAWSFirehoseDestination) Unset

type NullableFunnelAWSIoTDestination

type NullableFunnelAWSIoTDestination struct {
	// contains filtered or unexported fields
}

func (NullableFunnelAWSIoTDestination) Get

func (NullableFunnelAWSIoTDestination) IsSet

func (NullableFunnelAWSIoTDestination) MarshalJSON

func (v NullableFunnelAWSIoTDestination) MarshalJSON() ([]byte, error)

func (*NullableFunnelAWSIoTDestination) Set

func (*NullableFunnelAWSIoTDestination) UnmarshalJSON

func (v *NullableFunnelAWSIoTDestination) UnmarshalJSON(src []byte) error

func (*NullableFunnelAWSIoTDestination) Unset

type NullableFunnelAWSKinesisDestination

type NullableFunnelAWSKinesisDestination struct {
	// contains filtered or unexported fields
}

func (NullableFunnelAWSKinesisDestination) Get

func (NullableFunnelAWSKinesisDestination) IsSet

func (NullableFunnelAWSKinesisDestination) MarshalJSON

func (v NullableFunnelAWSKinesisDestination) MarshalJSON() ([]byte, error)

func (*NullableFunnelAWSKinesisDestination) Set

func (*NullableFunnelAWSKinesisDestination) UnmarshalJSON

func (v *NullableFunnelAWSKinesisDestination) UnmarshalJSON(src []byte) error

func (*NullableFunnelAWSKinesisDestination) Unset

type NullableFunnelAcroquestTorrentioDestination

type NullableFunnelAcroquestTorrentioDestination struct {
	// contains filtered or unexported fields
}

func (NullableFunnelAcroquestTorrentioDestination) Get

func (NullableFunnelAcroquestTorrentioDestination) IsSet

func (NullableFunnelAcroquestTorrentioDestination) MarshalJSON

func (*NullableFunnelAcroquestTorrentioDestination) Set

func (*NullableFunnelAcroquestTorrentioDestination) UnmarshalJSON

func (v *NullableFunnelAcroquestTorrentioDestination) UnmarshalJSON(src []byte) error

func (*NullableFunnelAcroquestTorrentioDestination) Unset

type NullableFunnelAppressoDataSpiderDestination

type NullableFunnelAppressoDataSpiderDestination struct {
	// contains filtered or unexported fields
}

func (NullableFunnelAppressoDataSpiderDestination) Get

func (NullableFunnelAppressoDataSpiderDestination) IsSet

func (NullableFunnelAppressoDataSpiderDestination) MarshalJSON

func (*NullableFunnelAppressoDataSpiderDestination) Set

func (*NullableFunnelAppressoDataSpiderDestination) UnmarshalJSON

func (v *NullableFunnelAppressoDataSpiderDestination) UnmarshalJSON(src []byte) error

func (*NullableFunnelAppressoDataSpiderDestination) Unset

type NullableFunnelAzureEventHubDestination

type NullableFunnelAzureEventHubDestination struct {
	// contains filtered or unexported fields
}

func (NullableFunnelAzureEventHubDestination) Get

func (NullableFunnelAzureEventHubDestination) IsSet

func (NullableFunnelAzureEventHubDestination) MarshalJSON

func (v NullableFunnelAzureEventHubDestination) MarshalJSON() ([]byte, error)

func (*NullableFunnelAzureEventHubDestination) Set

func (*NullableFunnelAzureEventHubDestination) UnmarshalJSON

func (v *NullableFunnelAzureEventHubDestination) UnmarshalJSON(src []byte) error

func (*NullableFunnelAzureEventHubDestination) Unset

type NullableFunnelBrainsTechImpulseDestination

type NullableFunnelBrainsTechImpulseDestination struct {
	// contains filtered or unexported fields
}

func (NullableFunnelBrainsTechImpulseDestination) Get

func (NullableFunnelBrainsTechImpulseDestination) IsSet

func (NullableFunnelBrainsTechImpulseDestination) MarshalJSON

func (*NullableFunnelBrainsTechImpulseDestination) Set

func (*NullableFunnelBrainsTechImpulseDestination) UnmarshalJSON

func (v *NullableFunnelBrainsTechImpulseDestination) UnmarshalJSON(src []byte) error

func (*NullableFunnelBrainsTechImpulseDestination) Unset

type NullableFunnelConfiguration

type NullableFunnelConfiguration struct {
	// contains filtered or unexported fields
}

func NewNullableFunnelConfiguration

func NewNullableFunnelConfiguration(val *FunnelConfiguration) *NullableFunnelConfiguration

func (NullableFunnelConfiguration) Get

func (NullableFunnelConfiguration) IsSet

func (NullableFunnelConfiguration) MarshalJSON

func (v NullableFunnelConfiguration) MarshalJSON() ([]byte, error)

func (*NullableFunnelConfiguration) Set

func (*NullableFunnelConfiguration) UnmarshalJSON

func (v *NullableFunnelConfiguration) UnmarshalJSON(src []byte) error

func (*NullableFunnelConfiguration) Unset

func (v *NullableFunnelConfiguration) Unset()

type NullableFunnelConfigurationDestination

type NullableFunnelConfigurationDestination struct {
	// contains filtered or unexported fields
}

func (NullableFunnelConfigurationDestination) Get

func (NullableFunnelConfigurationDestination) IsSet

func (NullableFunnelConfigurationDestination) MarshalJSON

func (v NullableFunnelConfigurationDestination) MarshalJSON() ([]byte, error)

func (*NullableFunnelConfigurationDestination) Set

func (*NullableFunnelConfigurationDestination) UnmarshalJSON

func (v *NullableFunnelConfigurationDestination) UnmarshalJSON(src []byte) error

func (*NullableFunnelConfigurationDestination) Unset

type NullableFunnelContentType

type NullableFunnelContentType struct {
	// contains filtered or unexported fields
}

func NewNullableFunnelContentType

func NewNullableFunnelContentType(val *FunnelContentType) *NullableFunnelContentType

func (NullableFunnelContentType) Get

func (NullableFunnelContentType) IsSet

func (v NullableFunnelContentType) IsSet() bool

func (NullableFunnelContentType) MarshalJSON

func (v NullableFunnelContentType) MarshalJSON() ([]byte, error)

func (*NullableFunnelContentType) Set

func (*NullableFunnelContentType) UnmarshalJSON

func (v *NullableFunnelContentType) UnmarshalJSON(src []byte) error

func (*NullableFunnelContentType) Unset

func (v *NullableFunnelContentType) Unset()

type NullableFunnelDestination

type NullableFunnelDestination struct {
	// contains filtered or unexported fields
}

func NewNullableFunnelDestination

func NewNullableFunnelDestination(val *FunnelDestination) *NullableFunnelDestination

func (NullableFunnelDestination) Get

func (NullableFunnelDestination) IsSet

func (v NullableFunnelDestination) IsSet() bool

func (NullableFunnelDestination) MarshalJSON

func (v NullableFunnelDestination) MarshalJSON() ([]byte, error)

func (*NullableFunnelDestination) Set

func (*NullableFunnelDestination) UnmarshalJSON

func (v *NullableFunnelDestination) UnmarshalJSON(src []byte) error

func (*NullableFunnelDestination) Unset

func (v *NullableFunnelDestination) Unset()

type NullableFunnelEsrijArcgisOnlineDestination

type NullableFunnelEsrijArcgisOnlineDestination struct {
	// contains filtered or unexported fields
}

func (NullableFunnelEsrijArcgisOnlineDestination) Get

func (NullableFunnelEsrijArcgisOnlineDestination) IsSet

func (NullableFunnelEsrijArcgisOnlineDestination) MarshalJSON

func (*NullableFunnelEsrijArcgisOnlineDestination) Set

func (*NullableFunnelEsrijArcgisOnlineDestination) UnmarshalJSON

func (v *NullableFunnelEsrijArcgisOnlineDestination) UnmarshalJSON(src []byte) error

func (*NullableFunnelEsrijArcgisOnlineDestination) Unset

type NullableFunnelFusicMockmockDatarecorderDestination

type NullableFunnelFusicMockmockDatarecorderDestination struct {
	// contains filtered or unexported fields
}

func (NullableFunnelFusicMockmockDatarecorderDestination) Get

func (NullableFunnelFusicMockmockDatarecorderDestination) IsSet

func (NullableFunnelFusicMockmockDatarecorderDestination) MarshalJSON

func (*NullableFunnelFusicMockmockDatarecorderDestination) Set

func (*NullableFunnelFusicMockmockDatarecorderDestination) UnmarshalJSON

func (*NullableFunnelFusicMockmockDatarecorderDestination) Unset

type NullableFunnelGooglePubSubDestination

type NullableFunnelGooglePubSubDestination struct {
	// contains filtered or unexported fields
}

func (NullableFunnelGooglePubSubDestination) Get

func (NullableFunnelGooglePubSubDestination) IsSet

func (NullableFunnelGooglePubSubDestination) MarshalJSON

func (v NullableFunnelGooglePubSubDestination) MarshalJSON() ([]byte, error)

func (*NullableFunnelGooglePubSubDestination) Set

func (*NullableFunnelGooglePubSubDestination) UnmarshalJSON

func (v *NullableFunnelGooglePubSubDestination) UnmarshalJSON(src []byte) error

func (*NullableFunnelGooglePubSubDestination) Unset

type NullableFunnelInfoteriaPlatioDestination

type NullableFunnelInfoteriaPlatioDestination struct {
	// contains filtered or unexported fields
}

func (NullableFunnelInfoteriaPlatioDestination) Get

func (NullableFunnelInfoteriaPlatioDestination) IsSet

func (NullableFunnelInfoteriaPlatioDestination) MarshalJSON

func (*NullableFunnelInfoteriaPlatioDestination) Set

func (*NullableFunnelInfoteriaPlatioDestination) UnmarshalJSON

func (v *NullableFunnelInfoteriaPlatioDestination) UnmarshalJSON(src []byte) error

func (*NullableFunnelInfoteriaPlatioDestination) Unset

type NullableFunnelKiiThingifDestination

type NullableFunnelKiiThingifDestination struct {
	// contains filtered or unexported fields
}

func (NullableFunnelKiiThingifDestination) Get

func (NullableFunnelKiiThingifDestination) IsSet

func (NullableFunnelKiiThingifDestination) MarshalJSON

func (v NullableFunnelKiiThingifDestination) MarshalJSON() ([]byte, error)

func (*NullableFunnelKiiThingifDestination) Set

func (*NullableFunnelKiiThingifDestination) UnmarshalJSON

func (v *NullableFunnelKiiThingifDestination) UnmarshalJSON(src []byte) error

func (*NullableFunnelKiiThingifDestination) Unset

type NullableFunnelLandlogDestination

type NullableFunnelLandlogDestination struct {
	// contains filtered or unexported fields
}

func (NullableFunnelLandlogDestination) Get

func (NullableFunnelLandlogDestination) IsSet

func (NullableFunnelLandlogDestination) MarshalJSON

func (v NullableFunnelLandlogDestination) MarshalJSON() ([]byte, error)

func (*NullableFunnelLandlogDestination) Set

func (*NullableFunnelLandlogDestination) UnmarshalJSON

func (v *NullableFunnelLandlogDestination) UnmarshalJSON(src []byte) error

func (*NullableFunnelLandlogDestination) Unset

type NullableFunnelOptimCloudiotosDestination

type NullableFunnelOptimCloudiotosDestination struct {
	// contains filtered or unexported fields
}

func (NullableFunnelOptimCloudiotosDestination) Get

func (NullableFunnelOptimCloudiotosDestination) IsSet

func (NullableFunnelOptimCloudiotosDestination) MarshalJSON

func (*NullableFunnelOptimCloudiotosDestination) Set

func (*NullableFunnelOptimCloudiotosDestination) UnmarshalJSON

func (v *NullableFunnelOptimCloudiotosDestination) UnmarshalJSON(src []byte) error

func (*NullableFunnelOptimCloudiotosDestination) Unset

type NullableFunnelSensorCorpusDestination

type NullableFunnelSensorCorpusDestination struct {
	// contains filtered or unexported fields
}

func (NullableFunnelSensorCorpusDestination) Get

func (NullableFunnelSensorCorpusDestination) IsSet

func (NullableFunnelSensorCorpusDestination) MarshalJSON

func (v NullableFunnelSensorCorpusDestination) MarshalJSON() ([]byte, error)

func (*NullableFunnelSensorCorpusDestination) Set

func (*NullableFunnelSensorCorpusDestination) UnmarshalJSON

func (v *NullableFunnelSensorCorpusDestination) UnmarshalJSON(src []byte) error

func (*NullableFunnelSensorCorpusDestination) Unset

type NullableFunnelStatsResponse

type NullableFunnelStatsResponse struct {
	// contains filtered or unexported fields
}

func NewNullableFunnelStatsResponse

func NewNullableFunnelStatsResponse(val *FunnelStatsResponse) *NullableFunnelStatsResponse

func (NullableFunnelStatsResponse) Get

func (NullableFunnelStatsResponse) IsSet

func (NullableFunnelStatsResponse) MarshalJSON

func (v NullableFunnelStatsResponse) MarshalJSON() ([]byte, error)

func (*NullableFunnelStatsResponse) Set

func (*NullableFunnelStatsResponse) UnmarshalJSON

func (v *NullableFunnelStatsResponse) UnmarshalJSON(src []byte) error

func (*NullableFunnelStatsResponse) Unset

func (v *NullableFunnelStatsResponse) Unset()

type NullableFunnelTeradataIntellicloudDestination

type NullableFunnelTeradataIntellicloudDestination struct {
	// contains filtered or unexported fields
}

func (NullableFunnelTeradataIntellicloudDestination) Get

func (NullableFunnelTeradataIntellicloudDestination) IsSet

func (NullableFunnelTeradataIntellicloudDestination) MarshalJSON

func (*NullableFunnelTeradataIntellicloudDestination) Set

func (*NullableFunnelTeradataIntellicloudDestination) UnmarshalJSON

func (*NullableFunnelTeradataIntellicloudDestination) Unset

type NullableFunnelWingarcMotionboardDestination

type NullableFunnelWingarcMotionboardDestination struct {
	// contains filtered or unexported fields
}

func (NullableFunnelWingarcMotionboardDestination) Get

func (NullableFunnelWingarcMotionboardDestination) IsSet

func (NullableFunnelWingarcMotionboardDestination) MarshalJSON

func (*NullableFunnelWingarcMotionboardDestination) Set

func (*NullableFunnelWingarcMotionboardDestination) UnmarshalJSON

func (v *NullableFunnelWingarcMotionboardDestination) UnmarshalJSON(src []byte) error

func (*NullableFunnelWingarcMotionboardDestination) Unset

type NullableFunnelYaskawaMmcloudDestination

type NullableFunnelYaskawaMmcloudDestination struct {
	// contains filtered or unexported fields
}

func (NullableFunnelYaskawaMmcloudDestination) Get

func (NullableFunnelYaskawaMmcloudDestination) IsSet

func (NullableFunnelYaskawaMmcloudDestination) MarshalJSON

func (v NullableFunnelYaskawaMmcloudDestination) MarshalJSON() ([]byte, error)

func (*NullableFunnelYaskawaMmcloudDestination) Set

func (*NullableFunnelYaskawaMmcloudDestination) UnmarshalJSON

func (v *NullableFunnelYaskawaMmcloudDestination) UnmarshalJSON(src []byte) error

func (*NullableFunnelYaskawaMmcloudDestination) Unset

type NullableGadget

type NullableGadget struct {
	// contains filtered or unexported fields
}

func NewNullableGadget

func NewNullableGadget(val *Gadget) *NullableGadget

func (NullableGadget) Get

func (v NullableGadget) Get() *Gadget

func (NullableGadget) IsSet

func (v NullableGadget) IsSet() bool

func (NullableGadget) MarshalJSON

func (v NullableGadget) MarshalJSON() ([]byte, error)

func (*NullableGadget) Set

func (v *NullableGadget) Set(val *Gadget)

func (*NullableGadget) UnmarshalJSON

func (v *NullableGadget) UnmarshalJSON(src []byte) error

func (*NullableGadget) Unset

func (v *NullableGadget) Unset()

type NullableGadgetRegistrationRequest

type NullableGadgetRegistrationRequest struct {
	// contains filtered or unexported fields
}

func (NullableGadgetRegistrationRequest) Get

func (NullableGadgetRegistrationRequest) IsSet

func (NullableGadgetRegistrationRequest) MarshalJSON

func (v NullableGadgetRegistrationRequest) MarshalJSON() ([]byte, error)

func (*NullableGadgetRegistrationRequest) Set

func (*NullableGadgetRegistrationRequest) UnmarshalJSON

func (v *NullableGadgetRegistrationRequest) UnmarshalJSON(src []byte) error

func (*NullableGadgetRegistrationRequest) Unset

type NullableGatePeer

type NullableGatePeer struct {
	// contains filtered or unexported fields
}

func NewNullableGatePeer

func NewNullableGatePeer(val *GatePeer) *NullableGatePeer

func (NullableGatePeer) Get

func (v NullableGatePeer) Get() *GatePeer

func (NullableGatePeer) IsSet

func (v NullableGatePeer) IsSet() bool

func (NullableGatePeer) MarshalJSON

func (v NullableGatePeer) MarshalJSON() ([]byte, error)

func (*NullableGatePeer) Set

func (v *NullableGatePeer) Set(val *GatePeer)

func (*NullableGatePeer) UnmarshalJSON

func (v *NullableGatePeer) UnmarshalJSON(src []byte) error

func (*NullableGatePeer) Unset

func (v *NullableGatePeer) Unset()

type NullableGenerateOperatorsAuthKeyResponse

type NullableGenerateOperatorsAuthKeyResponse struct {
	// contains filtered or unexported fields
}

func (NullableGenerateOperatorsAuthKeyResponse) Get

func (NullableGenerateOperatorsAuthKeyResponse) IsSet

func (NullableGenerateOperatorsAuthKeyResponse) MarshalJSON

func (*NullableGenerateOperatorsAuthKeyResponse) Set

func (*NullableGenerateOperatorsAuthKeyResponse) UnmarshalJSON

func (v *NullableGenerateOperatorsAuthKeyResponse) UnmarshalJSON(src []byte) error

func (*NullableGenerateOperatorsAuthKeyResponse) Unset

type NullableGenerateTokenRequest

type NullableGenerateTokenRequest struct {
	// contains filtered or unexported fields
}

func NewNullableGenerateTokenRequest

func NewNullableGenerateTokenRequest(val *GenerateTokenRequest) *NullableGenerateTokenRequest

func (NullableGenerateTokenRequest) Get

func (NullableGenerateTokenRequest) IsSet

func (NullableGenerateTokenRequest) MarshalJSON

func (v NullableGenerateTokenRequest) MarshalJSON() ([]byte, error)

func (*NullableGenerateTokenRequest) Set

func (*NullableGenerateTokenRequest) UnmarshalJSON

func (v *NullableGenerateTokenRequest) UnmarshalJSON(src []byte) error

func (*NullableGenerateTokenRequest) Unset

func (v *NullableGenerateTokenRequest) Unset()

type NullableGenerateTokenResponse

type NullableGenerateTokenResponse struct {
	// contains filtered or unexported fields
}

func (NullableGenerateTokenResponse) Get

func (NullableGenerateTokenResponse) IsSet

func (NullableGenerateTokenResponse) MarshalJSON

func (v NullableGenerateTokenResponse) MarshalJSON() ([]byte, error)

func (*NullableGenerateTokenResponse) Set

func (*NullableGenerateTokenResponse) UnmarshalJSON

func (v *NullableGenerateTokenResponse) UnmarshalJSON(src []byte) error

func (*NullableGenerateTokenResponse) Unset

func (v *NullableGenerateTokenResponse) Unset()

type NullableGenerateUserAuthKeyResponse

type NullableGenerateUserAuthKeyResponse struct {
	// contains filtered or unexported fields
}

func (NullableGenerateUserAuthKeyResponse) Get

func (NullableGenerateUserAuthKeyResponse) IsSet

func (NullableGenerateUserAuthKeyResponse) MarshalJSON

func (v NullableGenerateUserAuthKeyResponse) MarshalJSON() ([]byte, error)

func (*NullableGenerateUserAuthKeyResponse) Set

func (*NullableGenerateUserAuthKeyResponse) UnmarshalJSON

func (v *NullableGenerateUserAuthKeyResponse) UnmarshalJSON(src []byte) error

func (*NullableGenerateUserAuthKeyResponse) Unset

type NullableGetBillingHistoryResponse

type NullableGetBillingHistoryResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetBillingHistoryResponse) Get

func (NullableGetBillingHistoryResponse) IsSet

func (NullableGetBillingHistoryResponse) MarshalJSON

func (v NullableGetBillingHistoryResponse) MarshalJSON() ([]byte, error)

func (*NullableGetBillingHistoryResponse) Set

func (*NullableGetBillingHistoryResponse) UnmarshalJSON

func (v *NullableGetBillingHistoryResponse) UnmarshalJSON(src []byte) error

func (*NullableGetBillingHistoryResponse) Unset

type NullableGetDefaultPermissionsResponse

type NullableGetDefaultPermissionsResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetDefaultPermissionsResponse) Get

func (NullableGetDefaultPermissionsResponse) IsSet

func (NullableGetDefaultPermissionsResponse) MarshalJSON

func (v NullableGetDefaultPermissionsResponse) MarshalJSON() ([]byte, error)

func (*NullableGetDefaultPermissionsResponse) Set

func (*NullableGetDefaultPermissionsResponse) UnmarshalJSON

func (v *NullableGetDefaultPermissionsResponse) UnmarshalJSON(src []byte) error

func (*NullableGetDefaultPermissionsResponse) Unset

type NullableGetExportedFileResponse

type NullableGetExportedFileResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetExportedFileResponse) Get

func (NullableGetExportedFileResponse) IsSet

func (NullableGetExportedFileResponse) MarshalJSON

func (v NullableGetExportedFileResponse) MarshalJSON() ([]byte, error)

func (*NullableGetExportedFileResponse) Set

func (*NullableGetExportedFileResponse) UnmarshalJSON

func (v *NullableGetExportedFileResponse) UnmarshalJSON(src []byte) error

func (*NullableGetExportedFileResponse) Unset

type NullableGetLatestBill

type NullableGetLatestBill struct {
	// contains filtered or unexported fields
}

func NewNullableGetLatestBill

func NewNullableGetLatestBill(val *GetLatestBill) *NullableGetLatestBill

func (NullableGetLatestBill) Get

func (NullableGetLatestBill) IsSet

func (v NullableGetLatestBill) IsSet() bool

func (NullableGetLatestBill) MarshalJSON

func (v NullableGetLatestBill) MarshalJSON() ([]byte, error)

func (*NullableGetLatestBill) Set

func (v *NullableGetLatestBill) Set(val *GetLatestBill)

func (*NullableGetLatestBill) UnmarshalJSON

func (v *NullableGetLatestBill) UnmarshalJSON(src []byte) error

func (*NullableGetLatestBill) Unset

func (v *NullableGetLatestBill) Unset()

type NullableGetOperatorResponse

type NullableGetOperatorResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetOperatorResponse

func NewNullableGetOperatorResponse(val *GetOperatorResponse) *NullableGetOperatorResponse

func (NullableGetOperatorResponse) Get

func (NullableGetOperatorResponse) IsSet

func (NullableGetOperatorResponse) MarshalJSON

func (v NullableGetOperatorResponse) MarshalJSON() ([]byte, error)

func (*NullableGetOperatorResponse) Set

func (*NullableGetOperatorResponse) UnmarshalJSON

func (v *NullableGetOperatorResponse) UnmarshalJSON(src []byte) error

func (*NullableGetOperatorResponse) Unset

func (v *NullableGetOperatorResponse) Unset()

type NullableGetOrderResponse

type NullableGetOrderResponse struct {
	// contains filtered or unexported fields
}

func NewNullableGetOrderResponse

func NewNullableGetOrderResponse(val *GetOrderResponse) *NullableGetOrderResponse

func (NullableGetOrderResponse) Get

func (NullableGetOrderResponse) IsSet

func (v NullableGetOrderResponse) IsSet() bool

func (NullableGetOrderResponse) MarshalJSON

func (v NullableGetOrderResponse) MarshalJSON() ([]byte, error)

func (*NullableGetOrderResponse) Set

func (*NullableGetOrderResponse) UnmarshalJSON

func (v *NullableGetOrderResponse) UnmarshalJSON(src []byte) error

func (*NullableGetOrderResponse) Unset

func (v *NullableGetOrderResponse) Unset()

type NullableGetPaymentMethodResult

type NullableGetPaymentMethodResult struct {
	// contains filtered or unexported fields
}

func (NullableGetPaymentMethodResult) Get

func (NullableGetPaymentMethodResult) IsSet

func (NullableGetPaymentMethodResult) MarshalJSON

func (v NullableGetPaymentMethodResult) MarshalJSON() ([]byte, error)

func (*NullableGetPaymentMethodResult) Set

func (*NullableGetPaymentMethodResult) UnmarshalJSON

func (v *NullableGetPaymentMethodResult) UnmarshalJSON(src []byte) error

func (*NullableGetPaymentMethodResult) Unset

func (v *NullableGetPaymentMethodResult) Unset()

type NullableGetPaymentTransactionResult

type NullableGetPaymentTransactionResult struct {
	// contains filtered or unexported fields
}

func (NullableGetPaymentTransactionResult) Get

func (NullableGetPaymentTransactionResult) IsSet

func (NullableGetPaymentTransactionResult) MarshalJSON

func (v NullableGetPaymentTransactionResult) MarshalJSON() ([]byte, error)

func (*NullableGetPaymentTransactionResult) Set

func (*NullableGetPaymentTransactionResult) UnmarshalJSON

func (v *NullableGetPaymentTransactionResult) UnmarshalJSON(src []byte) error

func (*NullableGetPaymentTransactionResult) Unset

type NullableGetShippingAddressResponse

type NullableGetShippingAddressResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetShippingAddressResponse) Get

func (NullableGetShippingAddressResponse) IsSet

func (NullableGetShippingAddressResponse) MarshalJSON

func (v NullableGetShippingAddressResponse) MarshalJSON() ([]byte, error)

func (*NullableGetShippingAddressResponse) Set

func (*NullableGetShippingAddressResponse) UnmarshalJSON

func (v *NullableGetShippingAddressResponse) UnmarshalJSON(src []byte) error

func (*NullableGetShippingAddressResponse) Unset

type NullableGetUserPasswordResponse

type NullableGetUserPasswordResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetUserPasswordResponse) Get

func (NullableGetUserPasswordResponse) IsSet

func (NullableGetUserPasswordResponse) MarshalJSON

func (v NullableGetUserPasswordResponse) MarshalJSON() ([]byte, error)

func (*NullableGetUserPasswordResponse) Set

func (*NullableGetUserPasswordResponse) UnmarshalJSON

func (v *NullableGetUserPasswordResponse) UnmarshalJSON(src []byte) error

func (*NullableGetUserPasswordResponse) Unset

type NullableGetUserPermissionResponse

type NullableGetUserPermissionResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetUserPermissionResponse) Get

func (NullableGetUserPermissionResponse) IsSet

func (NullableGetUserPermissionResponse) MarshalJSON

func (v NullableGetUserPermissionResponse) MarshalJSON() ([]byte, error)

func (*NullableGetUserPermissionResponse) Set

func (*NullableGetUserPermissionResponse) UnmarshalJSON

func (v *NullableGetUserPermissionResponse) UnmarshalJSON(src []byte) error

func (*NullableGetUserPermissionResponse) Unset

type NullableGetVolumeDiscountResponse

type NullableGetVolumeDiscountResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetVolumeDiscountResponse) Get

func (NullableGetVolumeDiscountResponse) IsSet

func (NullableGetVolumeDiscountResponse) MarshalJSON

func (v NullableGetVolumeDiscountResponse) MarshalJSON() ([]byte, error)

func (*NullableGetVolumeDiscountResponse) Set

func (*NullableGetVolumeDiscountResponse) UnmarshalJSON

func (v *NullableGetVolumeDiscountResponse) UnmarshalJSON(src []byte) error

func (*NullableGetVolumeDiscountResponse) Unset

type NullableGlobalSimAppletPLMNRecord

type NullableGlobalSimAppletPLMNRecord struct {
	// contains filtered or unexported fields
}

func (NullableGlobalSimAppletPLMNRecord) Get

func (NullableGlobalSimAppletPLMNRecord) IsSet

func (NullableGlobalSimAppletPLMNRecord) MarshalJSON

func (v NullableGlobalSimAppletPLMNRecord) MarshalJSON() ([]byte, error)

func (*NullableGlobalSimAppletPLMNRecord) Set

func (*NullableGlobalSimAppletPLMNRecord) UnmarshalJSON

func (v *NullableGlobalSimAppletPLMNRecord) UnmarshalJSON(src []byte) error

func (*NullableGlobalSimAppletPLMNRecord) Unset

type NullableGroup

type NullableGroup struct {
	// contains filtered or unexported fields
}

func NewNullableGroup

func NewNullableGroup(val *Group) *NullableGroup

func (NullableGroup) Get

func (v NullableGroup) Get() *Group

func (NullableGroup) IsSet

func (v NullableGroup) IsSet() bool

func (NullableGroup) MarshalJSON

func (v NullableGroup) MarshalJSON() ([]byte, error)

func (*NullableGroup) Set

func (v *NullableGroup) Set(val *Group)

func (*NullableGroup) UnmarshalJSON

func (v *NullableGroup) UnmarshalJSON(src []byte) error

func (*NullableGroup) Unset

func (v *NullableGroup) Unset()

type NullableGroupConfigurationUpdateRequest

type NullableGroupConfigurationUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableGroupConfigurationUpdateRequest) Get

func (NullableGroupConfigurationUpdateRequest) IsSet

func (NullableGroupConfigurationUpdateRequest) MarshalJSON

func (v NullableGroupConfigurationUpdateRequest) MarshalJSON() ([]byte, error)

func (*NullableGroupConfigurationUpdateRequest) Set

func (*NullableGroupConfigurationUpdateRequest) UnmarshalJSON

func (v *NullableGroupConfigurationUpdateRequest) UnmarshalJSON(src []byte) error

func (*NullableGroupConfigurationUpdateRequest) Unset

type NullableHarvestExportedDataStatsResponse

type NullableHarvestExportedDataStatsResponse struct {
	// contains filtered or unexported fields
}

func (NullableHarvestExportedDataStatsResponse) Get

func (NullableHarvestExportedDataStatsResponse) IsSet

func (NullableHarvestExportedDataStatsResponse) MarshalJSON

func (*NullableHarvestExportedDataStatsResponse) Set

func (*NullableHarvestExportedDataStatsResponse) UnmarshalJSON

func (v *NullableHarvestExportedDataStatsResponse) UnmarshalJSON(src []byte) error

func (*NullableHarvestExportedDataStatsResponse) Unset

type NullableHarvestStatsResponse

type NullableHarvestStatsResponse struct {
	// contains filtered or unexported fields
}

func NewNullableHarvestStatsResponse

func NewNullableHarvestStatsResponse(val *HarvestStatsResponse) *NullableHarvestStatsResponse

func (NullableHarvestStatsResponse) Get

func (NullableHarvestStatsResponse) IsSet

func (NullableHarvestStatsResponse) MarshalJSON

func (v NullableHarvestStatsResponse) MarshalJSON() ([]byte, error)

func (*NullableHarvestStatsResponse) Set

func (*NullableHarvestStatsResponse) UnmarshalJSON

func (v *NullableHarvestStatsResponse) UnmarshalJSON(src []byte) error

func (*NullableHarvestStatsResponse) Unset

func (v *NullableHarvestStatsResponse) Unset()

type NullableImeiLock

type NullableImeiLock struct {
	// contains filtered or unexported fields
}

func NewNullableImeiLock

func NewNullableImeiLock(val *ImeiLock) *NullableImeiLock

func (NullableImeiLock) Get

func (v NullableImeiLock) Get() *ImeiLock

func (NullableImeiLock) IsSet

func (v NullableImeiLock) IsSet() bool

func (NullableImeiLock) MarshalJSON

func (v NullableImeiLock) MarshalJSON() ([]byte, error)

func (*NullableImeiLock) Set

func (v *NullableImeiLock) Set(val *ImeiLock)

func (*NullableImeiLock) UnmarshalJSON

func (v *NullableImeiLock) UnmarshalJSON(src []byte) error

func (*NullableImeiLock) Unset

func (v *NullableImeiLock) Unset()

type NullableIndividualInformationModel

type NullableIndividualInformationModel struct {
	// contains filtered or unexported fields
}

func (NullableIndividualInformationModel) Get

func (NullableIndividualInformationModel) IsSet

func (NullableIndividualInformationModel) MarshalJSON

func (v NullableIndividualInformationModel) MarshalJSON() ([]byte, error)

func (*NullableIndividualInformationModel) Set

func (*NullableIndividualInformationModel) UnmarshalJSON

func (v *NullableIndividualInformationModel) UnmarshalJSON(src []byte) error

func (*NullableIndividualInformationModel) Unset

type NullableInsight

type NullableInsight struct {
	// contains filtered or unexported fields
}

func NewNullableInsight

func NewNullableInsight(val *Insight) *NullableInsight

func (NullableInsight) Get

func (v NullableInsight) Get() *Insight

func (NullableInsight) IsSet

func (v NullableInsight) IsSet() bool

func (NullableInsight) MarshalJSON

func (v NullableInsight) MarshalJSON() ([]byte, error)

func (*NullableInsight) Set

func (v *NullableInsight) Set(val *Insight)

func (*NullableInsight) UnmarshalJSON

func (v *NullableInsight) UnmarshalJSON(src []byte) error

func (*NullableInsight) Unset

func (v *NullableInsight) Unset()

type NullableInt

type NullableInt struct {
	// contains filtered or unexported fields
}

func NewNullableInt

func NewNullableInt(val *int) *NullableInt

func (NullableInt) Get

func (v NullableInt) Get() *int

func (NullableInt) IsSet

func (v NullableInt) IsSet() bool

func (NullableInt) MarshalJSON

func (v NullableInt) MarshalJSON() ([]byte, error)

func (*NullableInt) Set

func (v *NullableInt) Set(val *int)

func (*NullableInt) UnmarshalJSON

func (v *NullableInt) UnmarshalJSON(src []byte) error

func (*NullableInt) Unset

func (v *NullableInt) Unset()

type NullableInt32

type NullableInt32 struct {
	// contains filtered or unexported fields
}

func NewNullableInt32

func NewNullableInt32(val *int32) *NullableInt32

func (NullableInt32) Get

func (v NullableInt32) Get() *int32

func (NullableInt32) IsSet

func (v NullableInt32) IsSet() bool

func (NullableInt32) MarshalJSON

func (v NullableInt32) MarshalJSON() ([]byte, error)

func (*NullableInt32) Set

func (v *NullableInt32) Set(val *int32)

func (*NullableInt32) UnmarshalJSON

func (v *NullableInt32) UnmarshalJSON(src []byte) error

func (*NullableInt32) Unset

func (v *NullableInt32) Unset()

type NullableInt64

type NullableInt64 struct {
	// contains filtered or unexported fields
}

func NewNullableInt64

func NewNullableInt64(val *int64) *NullableInt64

func (NullableInt64) Get

func (v NullableInt64) Get() *int64

func (NullableInt64) IsSet

func (v NullableInt64) IsSet() bool

func (NullableInt64) MarshalJSON

func (v NullableInt64) MarshalJSON() ([]byte, error)

func (*NullableInt64) Set

func (v *NullableInt64) Set(val *int64)

func (*NullableInt64) UnmarshalJSON

func (v *NullableInt64) UnmarshalJSON(src []byte) error

func (*NullableInt64) Unset

func (v *NullableInt64) Unset()

type NullableIpAddressMapEntry

type NullableIpAddressMapEntry struct {
	// contains filtered or unexported fields
}

func NewNullableIpAddressMapEntry

func NewNullableIpAddressMapEntry(val *IpAddressMapEntry) *NullableIpAddressMapEntry

func (NullableIpAddressMapEntry) Get

func (NullableIpAddressMapEntry) IsSet

func (v NullableIpAddressMapEntry) IsSet() bool

func (NullableIpAddressMapEntry) MarshalJSON

func (v NullableIpAddressMapEntry) MarshalJSON() ([]byte, error)

func (*NullableIpAddressMapEntry) Set

func (*NullableIpAddressMapEntry) UnmarshalJSON

func (v *NullableIpAddressMapEntry) UnmarshalJSON(src []byte) error

func (*NullableIpAddressMapEntry) Unset

func (v *NullableIpAddressMapEntry) Unset()

type NullableIssueAddEmailTokenRequest

type NullableIssueAddEmailTokenRequest struct {
	// contains filtered or unexported fields
}

func (NullableIssueAddEmailTokenRequest) Get

func (NullableIssueAddEmailTokenRequest) IsSet

func (NullableIssueAddEmailTokenRequest) MarshalJSON

func (v NullableIssueAddEmailTokenRequest) MarshalJSON() ([]byte, error)

func (*NullableIssueAddEmailTokenRequest) Set

func (*NullableIssueAddEmailTokenRequest) UnmarshalJSON

func (v *NullableIssueAddEmailTokenRequest) UnmarshalJSON(src []byte) error

func (*NullableIssueAddEmailTokenRequest) Unset

type NullableIssuePasswordResetTokenRequest

type NullableIssuePasswordResetTokenRequest struct {
	// contains filtered or unexported fields
}

func (NullableIssuePasswordResetTokenRequest) Get

func (NullableIssuePasswordResetTokenRequest) IsSet

func (NullableIssuePasswordResetTokenRequest) MarshalJSON

func (v NullableIssuePasswordResetTokenRequest) MarshalJSON() ([]byte, error)

func (*NullableIssuePasswordResetTokenRequest) Set

func (*NullableIssuePasswordResetTokenRequest) UnmarshalJSON

func (v *NullableIssuePasswordResetTokenRequest) UnmarshalJSON(src []byte) error

func (*NullableIssuePasswordResetTokenRequest) Unset

type NullableIssueSubscriberTransferTokenRequest

type NullableIssueSubscriberTransferTokenRequest struct {
	// contains filtered or unexported fields
}

func (NullableIssueSubscriberTransferTokenRequest) Get

func (NullableIssueSubscriberTransferTokenRequest) IsSet

func (NullableIssueSubscriberTransferTokenRequest) MarshalJSON

func (*NullableIssueSubscriberTransferTokenRequest) Set

func (*NullableIssueSubscriberTransferTokenRequest) UnmarshalJSON

func (v *NullableIssueSubscriberTransferTokenRequest) UnmarshalJSON(src []byte) error

func (*NullableIssueSubscriberTransferTokenRequest) Unset

type NullableIssueSubscriberTransferTokenResponse

type NullableIssueSubscriberTransferTokenResponse struct {
	// contains filtered or unexported fields
}

func (NullableIssueSubscriberTransferTokenResponse) Get

func (NullableIssueSubscriberTransferTokenResponse) IsSet

func (NullableIssueSubscriberTransferTokenResponse) MarshalJSON

func (*NullableIssueSubscriberTransferTokenResponse) Set

func (*NullableIssueSubscriberTransferTokenResponse) UnmarshalJSON

func (*NullableIssueSubscriberTransferTokenResponse) Unset

type NullableJunctionInspectionConfiguration

type NullableJunctionInspectionConfiguration struct {
	// contains filtered or unexported fields
}

func (NullableJunctionInspectionConfiguration) Get

func (NullableJunctionInspectionConfiguration) IsSet

func (NullableJunctionInspectionConfiguration) MarshalJSON

func (v NullableJunctionInspectionConfiguration) MarshalJSON() ([]byte, error)

func (*NullableJunctionInspectionConfiguration) Set

func (*NullableJunctionInspectionConfiguration) UnmarshalJSON

func (v *NullableJunctionInspectionConfiguration) UnmarshalJSON(src []byte) error

func (*NullableJunctionInspectionConfiguration) Unset

type NullableJunctionMirroringConfiguration

type NullableJunctionMirroringConfiguration struct {
	// contains filtered or unexported fields
}

func (NullableJunctionMirroringConfiguration) Get

func (NullableJunctionMirroringConfiguration) IsSet

func (NullableJunctionMirroringConfiguration) MarshalJSON

func (v NullableJunctionMirroringConfiguration) MarshalJSON() ([]byte, error)

func (*NullableJunctionMirroringConfiguration) Set

func (*NullableJunctionMirroringConfiguration) UnmarshalJSON

func (v *NullableJunctionMirroringConfiguration) UnmarshalJSON(src []byte) error

func (*NullableJunctionMirroringConfiguration) Unset

type NullableJunctionMirroringPeer

type NullableJunctionMirroringPeer struct {
	// contains filtered or unexported fields
}

func (NullableJunctionMirroringPeer) Get

func (NullableJunctionMirroringPeer) IsSet

func (NullableJunctionMirroringPeer) MarshalJSON

func (v NullableJunctionMirroringPeer) MarshalJSON() ([]byte, error)

func (*NullableJunctionMirroringPeer) Set

func (*NullableJunctionMirroringPeer) UnmarshalJSON

func (v *NullableJunctionMirroringPeer) UnmarshalJSON(src []byte) error

func (*NullableJunctionMirroringPeer) Unset

func (v *NullableJunctionMirroringPeer) Unset()

type NullableJunctionRedirectionConfiguration

type NullableJunctionRedirectionConfiguration struct {
	// contains filtered or unexported fields
}

func (NullableJunctionRedirectionConfiguration) Get

func (NullableJunctionRedirectionConfiguration) IsSet

func (NullableJunctionRedirectionConfiguration) MarshalJSON

func (*NullableJunctionRedirectionConfiguration) Set

func (*NullableJunctionRedirectionConfiguration) UnmarshalJSON

func (v *NullableJunctionRedirectionConfiguration) UnmarshalJSON(src []byte) error

func (*NullableJunctionRedirectionConfiguration) Unset

type NullableLagoonDashboardPermissionsResponse

type NullableLagoonDashboardPermissionsResponse struct {
	// contains filtered or unexported fields
}

func (NullableLagoonDashboardPermissionsResponse) Get

func (NullableLagoonDashboardPermissionsResponse) IsSet

func (NullableLagoonDashboardPermissionsResponse) MarshalJSON

func (*NullableLagoonDashboardPermissionsResponse) Set

func (*NullableLagoonDashboardPermissionsResponse) UnmarshalJSON

func (v *NullableLagoonDashboardPermissionsResponse) UnmarshalJSON(src []byte) error

func (*NullableLagoonDashboardPermissionsResponse) Unset

type NullableLagoonDashboardPermissionsResponsePermissionsInner

type NullableLagoonDashboardPermissionsResponsePermissionsInner struct {
	// contains filtered or unexported fields
}

func (NullableLagoonDashboardPermissionsResponsePermissionsInner) Get

func (NullableLagoonDashboardPermissionsResponsePermissionsInner) IsSet

func (NullableLagoonDashboardPermissionsResponsePermissionsInner) MarshalJSON

func (*NullableLagoonDashboardPermissionsResponsePermissionsInner) Set

func (*NullableLagoonDashboardPermissionsResponsePermissionsInner) UnmarshalJSON

func (*NullableLagoonDashboardPermissionsResponsePermissionsInner) Unset

type NullableLagoonDashboardPermissionsUpdatingRequest

type NullableLagoonDashboardPermissionsUpdatingRequest struct {
	// contains filtered or unexported fields
}

func (NullableLagoonDashboardPermissionsUpdatingRequest) Get

func (NullableLagoonDashboardPermissionsUpdatingRequest) IsSet

func (NullableLagoonDashboardPermissionsUpdatingRequest) MarshalJSON

func (*NullableLagoonDashboardPermissionsUpdatingRequest) Set

func (*NullableLagoonDashboardPermissionsUpdatingRequest) UnmarshalJSON

func (*NullableLagoonDashboardPermissionsUpdatingRequest) Unset

type NullableLagoonDashboardPermissionsUpdatingRequestPermissionsInner

type NullableLagoonDashboardPermissionsUpdatingRequestPermissionsInner struct {
	// contains filtered or unexported fields
}

func (NullableLagoonDashboardPermissionsUpdatingRequestPermissionsInner) Get

func (NullableLagoonDashboardPermissionsUpdatingRequestPermissionsInner) IsSet

func (NullableLagoonDashboardPermissionsUpdatingRequestPermissionsInner) MarshalJSON

func (*NullableLagoonDashboardPermissionsUpdatingRequestPermissionsInner) Set

func (*NullableLagoonDashboardPermissionsUpdatingRequestPermissionsInner) UnmarshalJSON

func (*NullableLagoonDashboardPermissionsUpdatingRequestPermissionsInner) Unset

type NullableLagoonLicensePackStatusResponse

type NullableLagoonLicensePackStatusResponse struct {
	// contains filtered or unexported fields
}

func (NullableLagoonLicensePackStatusResponse) Get

func (NullableLagoonLicensePackStatusResponse) IsSet

func (NullableLagoonLicensePackStatusResponse) MarshalJSON

func (v NullableLagoonLicensePackStatusResponse) MarshalJSON() ([]byte, error)

func (*NullableLagoonLicensePackStatusResponse) Set

func (*NullableLagoonLicensePackStatusResponse) UnmarshalJSON

func (v *NullableLagoonLicensePackStatusResponse) UnmarshalJSON(src []byte) error

func (*NullableLagoonLicensePackStatusResponse) Unset

type NullableLagoonLicensePacksUpdatingRequest

type NullableLagoonLicensePacksUpdatingRequest struct {
	// contains filtered or unexported fields
}

func (NullableLagoonLicensePacksUpdatingRequest) Get

func (NullableLagoonLicensePacksUpdatingRequest) IsSet

func (NullableLagoonLicensePacksUpdatingRequest) MarshalJSON

func (*NullableLagoonLicensePacksUpdatingRequest) Set

func (*NullableLagoonLicensePacksUpdatingRequest) UnmarshalJSON

func (v *NullableLagoonLicensePacksUpdatingRequest) UnmarshalJSON(src []byte) error

func (*NullableLagoonLicensePacksUpdatingRequest) Unset

type NullableLagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner

type NullableLagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner struct {
	// contains filtered or unexported fields
}

func (NullableLagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner) Get

func (NullableLagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner) IsSet

func (NullableLagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner) MarshalJSON

func (*NullableLagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner) Set

func (*NullableLagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner) UnmarshalJSON

func (*NullableLagoonLicensePacksUpdatingRequestLicensePackQuantitiesInner) Unset

type NullableLagoonMigrationFromClassicRequest

type NullableLagoonMigrationFromClassicRequest struct {
	// contains filtered or unexported fields
}

func (NullableLagoonMigrationFromClassicRequest) Get

func (NullableLagoonMigrationFromClassicRequest) IsSet

func (NullableLagoonMigrationFromClassicRequest) MarshalJSON

func (*NullableLagoonMigrationFromClassicRequest) Set

func (*NullableLagoonMigrationFromClassicRequest) UnmarshalJSON

func (v *NullableLagoonMigrationFromClassicRequest) UnmarshalJSON(src []byte) error

func (*NullableLagoonMigrationFromClassicRequest) Unset

type NullableLagoonPlanChangingRequest

type NullableLagoonPlanChangingRequest struct {
	// contains filtered or unexported fields
}

func (NullableLagoonPlanChangingRequest) Get

func (NullableLagoonPlanChangingRequest) IsSet

func (NullableLagoonPlanChangingRequest) MarshalJSON

func (v NullableLagoonPlanChangingRequest) MarshalJSON() ([]byte, error)

func (*NullableLagoonPlanChangingRequest) Set

func (*NullableLagoonPlanChangingRequest) UnmarshalJSON

func (v *NullableLagoonPlanChangingRequest) UnmarshalJSON(src []byte) error

func (*NullableLagoonPlanChangingRequest) Unset

type NullableLagoonRegistrationRequest

type NullableLagoonRegistrationRequest struct {
	// contains filtered or unexported fields
}

func (NullableLagoonRegistrationRequest) Get

func (NullableLagoonRegistrationRequest) IsSet

func (NullableLagoonRegistrationRequest) MarshalJSON

func (v NullableLagoonRegistrationRequest) MarshalJSON() ([]byte, error)

func (*NullableLagoonRegistrationRequest) Set

func (*NullableLagoonRegistrationRequest) UnmarshalJSON

func (v *NullableLagoonRegistrationRequest) UnmarshalJSON(src []byte) error

func (*NullableLagoonRegistrationRequest) Unset

type NullableLagoonRegistrationResponse

type NullableLagoonRegistrationResponse struct {
	// contains filtered or unexported fields
}

func (NullableLagoonRegistrationResponse) Get

func (NullableLagoonRegistrationResponse) IsSet

func (NullableLagoonRegistrationResponse) MarshalJSON

func (v NullableLagoonRegistrationResponse) MarshalJSON() ([]byte, error)

func (*NullableLagoonRegistrationResponse) Set

func (*NullableLagoonRegistrationResponse) UnmarshalJSON

func (v *NullableLagoonRegistrationResponse) UnmarshalJSON(src []byte) error

func (*NullableLagoonRegistrationResponse) Unset

type NullableLagoonUser

type NullableLagoonUser struct {
	// contains filtered or unexported fields
}

func NewNullableLagoonUser

func NewNullableLagoonUser(val *LagoonUser) *NullableLagoonUser

func (NullableLagoonUser) Get

func (v NullableLagoonUser) Get() *LagoonUser

func (NullableLagoonUser) IsSet

func (v NullableLagoonUser) IsSet() bool

func (NullableLagoonUser) MarshalJSON

func (v NullableLagoonUser) MarshalJSON() ([]byte, error)

func (*NullableLagoonUser) Set

func (v *NullableLagoonUser) Set(val *LagoonUser)

func (*NullableLagoonUser) UnmarshalJSON

func (v *NullableLagoonUser) UnmarshalJSON(src []byte) error

func (*NullableLagoonUser) Unset

func (v *NullableLagoonUser) Unset()

type NullableLagoonUserCreationRequest

type NullableLagoonUserCreationRequest struct {
	// contains filtered or unexported fields
}

func (NullableLagoonUserCreationRequest) Get

func (NullableLagoonUserCreationRequest) IsSet

func (NullableLagoonUserCreationRequest) MarshalJSON

func (v NullableLagoonUserCreationRequest) MarshalJSON() ([]byte, error)

func (*NullableLagoonUserCreationRequest) Set

func (*NullableLagoonUserCreationRequest) UnmarshalJSON

func (v *NullableLagoonUserCreationRequest) UnmarshalJSON(src []byte) error

func (*NullableLagoonUserCreationRequest) Unset

type NullableLagoonUserCreationResponse

type NullableLagoonUserCreationResponse struct {
	// contains filtered or unexported fields
}

func (NullableLagoonUserCreationResponse) Get

func (NullableLagoonUserCreationResponse) IsSet

func (NullableLagoonUserCreationResponse) MarshalJSON

func (v NullableLagoonUserCreationResponse) MarshalJSON() ([]byte, error)

func (*NullableLagoonUserCreationResponse) Set

func (*NullableLagoonUserCreationResponse) UnmarshalJSON

func (v *NullableLagoonUserCreationResponse) UnmarshalJSON(src []byte) error

func (*NullableLagoonUserCreationResponse) Unset

type NullableLagoonUserEmailUpdatingRequest

type NullableLagoonUserEmailUpdatingRequest struct {
	// contains filtered or unexported fields
}

func (NullableLagoonUserEmailUpdatingRequest) Get

func (NullableLagoonUserEmailUpdatingRequest) IsSet

func (NullableLagoonUserEmailUpdatingRequest) MarshalJSON

func (v NullableLagoonUserEmailUpdatingRequest) MarshalJSON() ([]byte, error)

func (*NullableLagoonUserEmailUpdatingRequest) Set

func (*NullableLagoonUserEmailUpdatingRequest) UnmarshalJSON

func (v *NullableLagoonUserEmailUpdatingRequest) UnmarshalJSON(src []byte) error

func (*NullableLagoonUserEmailUpdatingRequest) Unset

type NullableLagoonUserPasswordUpdatingRequest

type NullableLagoonUserPasswordUpdatingRequest struct {
	// contains filtered or unexported fields
}

func (NullableLagoonUserPasswordUpdatingRequest) Get

func (NullableLagoonUserPasswordUpdatingRequest) IsSet

func (NullableLagoonUserPasswordUpdatingRequest) MarshalJSON

func (*NullableLagoonUserPasswordUpdatingRequest) Set

func (*NullableLagoonUserPasswordUpdatingRequest) UnmarshalJSON

func (v *NullableLagoonUserPasswordUpdatingRequest) UnmarshalJSON(src []byte) error

func (*NullableLagoonUserPasswordUpdatingRequest) Unset

type NullableLagoonUserPermissionUpdatingRequest

type NullableLagoonUserPermissionUpdatingRequest struct {
	// contains filtered or unexported fields
}

func (NullableLagoonUserPermissionUpdatingRequest) Get

func (NullableLagoonUserPermissionUpdatingRequest) IsSet

func (NullableLagoonUserPermissionUpdatingRequest) MarshalJSON

func (*NullableLagoonUserPermissionUpdatingRequest) Set

func (*NullableLagoonUserPermissionUpdatingRequest) UnmarshalJSON

func (v *NullableLagoonUserPermissionUpdatingRequest) UnmarshalJSON(src []byte) error

func (*NullableLagoonUserPermissionUpdatingRequest) Unset

type NullableLastSeen

type NullableLastSeen struct {
	// contains filtered or unexported fields
}

func NewNullableLastSeen

func NewNullableLastSeen(val *LastSeen) *NullableLastSeen

func (NullableLastSeen) Get

func (v NullableLastSeen) Get() *LastSeen

func (NullableLastSeen) IsSet

func (v NullableLastSeen) IsSet() bool

func (NullableLastSeen) MarshalJSON

func (v NullableLastSeen) MarshalJSON() ([]byte, error)

func (*NullableLastSeen) Set

func (v *NullableLastSeen) Set(val *LastSeen)

func (*NullableLastSeen) UnmarshalJSON

func (v *NullableLastSeen) UnmarshalJSON(src []byte) error

func (*NullableLastSeen) Unset

func (v *NullableLastSeen) Unset()

type NullableListCouponResponse

type NullableListCouponResponse struct {
	// contains filtered or unexported fields
}

func NewNullableListCouponResponse

func NewNullableListCouponResponse(val *ListCouponResponse) *NullableListCouponResponse

func (NullableListCouponResponse) Get

func (NullableListCouponResponse) IsSet

func (v NullableListCouponResponse) IsSet() bool

func (NullableListCouponResponse) MarshalJSON

func (v NullableListCouponResponse) MarshalJSON() ([]byte, error)

func (*NullableListCouponResponse) Set

func (*NullableListCouponResponse) UnmarshalJSON

func (v *NullableListCouponResponse) UnmarshalJSON(src []byte) error

func (*NullableListCouponResponse) Unset

func (v *NullableListCouponResponse) Unset()

type NullableListOrderResponse

type NullableListOrderResponse struct {
	// contains filtered or unexported fields
}

func NewNullableListOrderResponse

func NewNullableListOrderResponse(val *ListOrderResponse) *NullableListOrderResponse

func (NullableListOrderResponse) Get

func (NullableListOrderResponse) IsSet

func (v NullableListOrderResponse) IsSet() bool

func (NullableListOrderResponse) MarshalJSON

func (v NullableListOrderResponse) MarshalJSON() ([]byte, error)

func (*NullableListOrderResponse) Set

func (*NullableListOrderResponse) UnmarshalJSON

func (v *NullableListOrderResponse) UnmarshalJSON(src []byte) error

func (*NullableListOrderResponse) Unset

func (v *NullableListOrderResponse) Unset()

type NullableListOrderedSubscriberResponse

type NullableListOrderedSubscriberResponse struct {
	// contains filtered or unexported fields
}

func (NullableListOrderedSubscriberResponse) Get

func (NullableListOrderedSubscriberResponse) IsSet

func (NullableListOrderedSubscriberResponse) MarshalJSON

func (v NullableListOrderedSubscriberResponse) MarshalJSON() ([]byte, error)

func (*NullableListOrderedSubscriberResponse) Set

func (*NullableListOrderedSubscriberResponse) UnmarshalJSON

func (v *NullableListOrderedSubscriberResponse) UnmarshalJSON(src []byte) error

func (*NullableListOrderedSubscriberResponse) Unset

type NullableListPaymentStatementResponse

type NullableListPaymentStatementResponse struct {
	// contains filtered or unexported fields
}

func (NullableListPaymentStatementResponse) Get

func (NullableListPaymentStatementResponse) IsSet

func (NullableListPaymentStatementResponse) MarshalJSON

func (v NullableListPaymentStatementResponse) MarshalJSON() ([]byte, error)

func (*NullableListPaymentStatementResponse) Set

func (*NullableListPaymentStatementResponse) UnmarshalJSON

func (v *NullableListPaymentStatementResponse) UnmarshalJSON(src []byte) error

func (*NullableListPaymentStatementResponse) Unset

type NullableListProductResponse

type NullableListProductResponse struct {
	// contains filtered or unexported fields
}

func NewNullableListProductResponse

func NewNullableListProductResponse(val *ListProductResponse) *NullableListProductResponse

func (NullableListProductResponse) Get

func (NullableListProductResponse) IsSet

func (NullableListProductResponse) MarshalJSON

func (v NullableListProductResponse) MarshalJSON() ([]byte, error)

func (*NullableListProductResponse) Set

func (*NullableListProductResponse) UnmarshalJSON

func (v *NullableListProductResponse) UnmarshalJSON(src []byte) error

func (*NullableListProductResponse) Unset

func (v *NullableListProductResponse) Unset()

type NullableListRolesResponse

type NullableListRolesResponse struct {
	// contains filtered or unexported fields
}

func NewNullableListRolesResponse

func NewNullableListRolesResponse(val *ListRolesResponse) *NullableListRolesResponse

func (NullableListRolesResponse) Get

func (NullableListRolesResponse) IsSet

func (v NullableListRolesResponse) IsSet() bool

func (NullableListRolesResponse) MarshalJSON

func (v NullableListRolesResponse) MarshalJSON() ([]byte, error)

func (*NullableListRolesResponse) Set

func (*NullableListRolesResponse) UnmarshalJSON

func (v *NullableListRolesResponse) UnmarshalJSON(src []byte) error

func (*NullableListRolesResponse) Unset

func (v *NullableListRolesResponse) Unset()

type NullableListShippingAddressResponse

type NullableListShippingAddressResponse struct {
	// contains filtered or unexported fields
}

func (NullableListShippingAddressResponse) Get

func (NullableListShippingAddressResponse) IsSet

func (NullableListShippingAddressResponse) MarshalJSON

func (v NullableListShippingAddressResponse) MarshalJSON() ([]byte, error)

func (*NullableListShippingAddressResponse) Set

func (*NullableListShippingAddressResponse) UnmarshalJSON

func (v *NullableListShippingAddressResponse) UnmarshalJSON(src []byte) error

func (*NullableListShippingAddressResponse) Unset

type NullableListVolumeDiscountResponse

type NullableListVolumeDiscountResponse struct {
	// contains filtered or unexported fields
}

func (NullableListVolumeDiscountResponse) Get

func (NullableListVolumeDiscountResponse) IsSet

func (NullableListVolumeDiscountResponse) MarshalJSON

func (v NullableListVolumeDiscountResponse) MarshalJSON() ([]byte, error)

func (*NullableListVolumeDiscountResponse) Set

func (*NullableListVolumeDiscountResponse) UnmarshalJSON

func (v *NullableListVolumeDiscountResponse) UnmarshalJSON(src []byte) error

func (*NullableListVolumeDiscountResponse) Unset

type NullableLocationRegistrationStatus

type NullableLocationRegistrationStatus struct {
	// contains filtered or unexported fields
}

func (NullableLocationRegistrationStatus) Get

func (NullableLocationRegistrationStatus) IsSet

func (NullableLocationRegistrationStatus) MarshalJSON

func (v NullableLocationRegistrationStatus) MarshalJSON() ([]byte, error)

func (*NullableLocationRegistrationStatus) Set

func (*NullableLocationRegistrationStatus) UnmarshalJSON

func (v *NullableLocationRegistrationStatus) UnmarshalJSON(src []byte) error

func (*NullableLocationRegistrationStatus) Unset

type NullableLocationRegistrationStatusForNetwork

type NullableLocationRegistrationStatusForNetwork struct {
	// contains filtered or unexported fields
}

func (NullableLocationRegistrationStatusForNetwork) Get

func (NullableLocationRegistrationStatusForNetwork) IsSet

func (NullableLocationRegistrationStatusForNetwork) MarshalJSON

func (*NullableLocationRegistrationStatusForNetwork) Set

func (*NullableLocationRegistrationStatusForNetwork) UnmarshalJSON

func (*NullableLocationRegistrationStatusForNetwork) Unset

type NullableLogEntry

type NullableLogEntry struct {
	// contains filtered or unexported fields
}

func NewNullableLogEntry

func NewNullableLogEntry(val *LogEntry) *NullableLogEntry

func (NullableLogEntry) Get

func (v NullableLogEntry) Get() *LogEntry

func (NullableLogEntry) IsSet

func (v NullableLogEntry) IsSet() bool

func (NullableLogEntry) MarshalJSON

func (v NullableLogEntry) MarshalJSON() ([]byte, error)

func (*NullableLogEntry) Set

func (v *NullableLogEntry) Set(val *LogEntry)

func (*NullableLogEntry) UnmarshalJSON

func (v *NullableLogEntry) UnmarshalJSON(src []byte) error

func (*NullableLogEntry) Unset

func (v *NullableLogEntry) Unset()

type NullableLoraData

type NullableLoraData struct {
	// contains filtered or unexported fields
}

func NewNullableLoraData

func NewNullableLoraData(val *LoraData) *NullableLoraData

func (NullableLoraData) Get

func (v NullableLoraData) Get() *LoraData

func (NullableLoraData) IsSet

func (v NullableLoraData) IsSet() bool

func (NullableLoraData) MarshalJSON

func (v NullableLoraData) MarshalJSON() ([]byte, error)

func (*NullableLoraData) Set

func (v *NullableLoraData) Set(val *LoraData)

func (*NullableLoraData) UnmarshalJSON

func (v *NullableLoraData) UnmarshalJSON(src []byte) error

func (*NullableLoraData) Unset

func (v *NullableLoraData) Unset()

type NullableLoraDevice

type NullableLoraDevice struct {
	// contains filtered or unexported fields
}

func NewNullableLoraDevice

func NewNullableLoraDevice(val *LoraDevice) *NullableLoraDevice

func (NullableLoraDevice) Get

func (v NullableLoraDevice) Get() *LoraDevice

func (NullableLoraDevice) IsSet

func (v NullableLoraDevice) IsSet() bool

func (NullableLoraDevice) MarshalJSON

func (v NullableLoraDevice) MarshalJSON() ([]byte, error)

func (*NullableLoraDevice) Set

func (v *NullableLoraDevice) Set(val *LoraDevice)

func (*NullableLoraDevice) UnmarshalJSON

func (v *NullableLoraDevice) UnmarshalJSON(src []byte) error

func (*NullableLoraDevice) Unset

func (v *NullableLoraDevice) Unset()

type NullableLoraGateway

type NullableLoraGateway struct {
	// contains filtered or unexported fields
}

func NewNullableLoraGateway

func NewNullableLoraGateway(val *LoraGateway) *NullableLoraGateway

func (NullableLoraGateway) Get

func (NullableLoraGateway) IsSet

func (v NullableLoraGateway) IsSet() bool

func (NullableLoraGateway) MarshalJSON

func (v NullableLoraGateway) MarshalJSON() ([]byte, error)

func (*NullableLoraGateway) Set

func (v *NullableLoraGateway) Set(val *LoraGateway)

func (*NullableLoraGateway) UnmarshalJSON

func (v *NullableLoraGateway) UnmarshalJSON(src []byte) error

func (*NullableLoraGateway) Unset

func (v *NullableLoraGateway) Unset()

type NullableLoraNetworkSet

type NullableLoraNetworkSet struct {
	// contains filtered or unexported fields
}

func NewNullableLoraNetworkSet

func NewNullableLoraNetworkSet(val *LoraNetworkSet) *NullableLoraNetworkSet

func (NullableLoraNetworkSet) Get

func (NullableLoraNetworkSet) IsSet

func (v NullableLoraNetworkSet) IsSet() bool

func (NullableLoraNetworkSet) MarshalJSON

func (v NullableLoraNetworkSet) MarshalJSON() ([]byte, error)

func (*NullableLoraNetworkSet) Set

func (*NullableLoraNetworkSet) UnmarshalJSON

func (v *NullableLoraNetworkSet) UnmarshalJSON(src []byte) error

func (*NullableLoraNetworkSet) Unset

func (v *NullableLoraNetworkSet) Unset()

type NullableMFAAuthenticationRequest

type NullableMFAAuthenticationRequest struct {
	// contains filtered or unexported fields
}

func (NullableMFAAuthenticationRequest) Get

func (NullableMFAAuthenticationRequest) IsSet

func (NullableMFAAuthenticationRequest) MarshalJSON

func (v NullableMFAAuthenticationRequest) MarshalJSON() ([]byte, error)

func (*NullableMFAAuthenticationRequest) Set

func (*NullableMFAAuthenticationRequest) UnmarshalJSON

func (v *NullableMFAAuthenticationRequest) UnmarshalJSON(src []byte) error

func (*NullableMFAAuthenticationRequest) Unset

type NullableMFAIssueRevokingTokenRequest

type NullableMFAIssueRevokingTokenRequest struct {
	// contains filtered or unexported fields
}

func (NullableMFAIssueRevokingTokenRequest) Get

func (NullableMFAIssueRevokingTokenRequest) IsSet

func (NullableMFAIssueRevokingTokenRequest) MarshalJSON

func (v NullableMFAIssueRevokingTokenRequest) MarshalJSON() ([]byte, error)

func (*NullableMFAIssueRevokingTokenRequest) Set

func (*NullableMFAIssueRevokingTokenRequest) UnmarshalJSON

func (v *NullableMFAIssueRevokingTokenRequest) UnmarshalJSON(src []byte) error

func (*NullableMFAIssueRevokingTokenRequest) Unset

type NullableMFARevokingTokenVerifyRequest

type NullableMFARevokingTokenVerifyRequest struct {
	// contains filtered or unexported fields
}

func (NullableMFARevokingTokenVerifyRequest) Get

func (NullableMFARevokingTokenVerifyRequest) IsSet

func (NullableMFARevokingTokenVerifyRequest) MarshalJSON

func (v NullableMFARevokingTokenVerifyRequest) MarshalJSON() ([]byte, error)

func (*NullableMFARevokingTokenVerifyRequest) Set

func (*NullableMFARevokingTokenVerifyRequest) UnmarshalJSON

func (v *NullableMFARevokingTokenVerifyRequest) UnmarshalJSON(src []byte) error

func (*NullableMFARevokingTokenVerifyRequest) Unset

type NullableMFAStatusOfUseResponse

type NullableMFAStatusOfUseResponse struct {
	// contains filtered or unexported fields
}

func (NullableMFAStatusOfUseResponse) Get

func (NullableMFAStatusOfUseResponse) IsSet

func (NullableMFAStatusOfUseResponse) MarshalJSON

func (v NullableMFAStatusOfUseResponse) MarshalJSON() ([]byte, error)

func (*NullableMFAStatusOfUseResponse) Set

func (*NullableMFAStatusOfUseResponse) UnmarshalJSON

func (v *NullableMFAStatusOfUseResponse) UnmarshalJSON(src []byte) error

func (*NullableMFAStatusOfUseResponse) Unset

func (v *NullableMFAStatusOfUseResponse) Unset()

type NullableMappingEntries

type NullableMappingEntries struct {
	// contains filtered or unexported fields
}

func NewNullableMappingEntries

func NewNullableMappingEntries(val *MappingEntries) *NullableMappingEntries

func (NullableMappingEntries) Get

func (NullableMappingEntries) IsSet

func (v NullableMappingEntries) IsSet() bool

func (NullableMappingEntries) MarshalJSON

func (v NullableMappingEntries) MarshalJSON() ([]byte, error)

func (*NullableMappingEntries) Set

func (*NullableMappingEntries) UnmarshalJSON

func (v *NullableMappingEntries) UnmarshalJSON(src []byte) error

func (*NullableMappingEntries) Unset

func (v *NullableMappingEntries) Unset()

type NullableMonthlyBill

type NullableMonthlyBill struct {
	// contains filtered or unexported fields
}

func NewNullableMonthlyBill

func NewNullableMonthlyBill(val *MonthlyBill) *NullableMonthlyBill

func (NullableMonthlyBill) Get

func (NullableMonthlyBill) IsSet

func (v NullableMonthlyBill) IsSet() bool

func (NullableMonthlyBill) MarshalJSON

func (v NullableMonthlyBill) MarshalJSON() ([]byte, error)

func (*NullableMonthlyBill) Set

func (v *NullableMonthlyBill) Set(val *MonthlyBill)

func (*NullableMonthlyBill) UnmarshalJSON

func (v *NullableMonthlyBill) UnmarshalJSON(src []byte) error

func (*NullableMonthlyBill) Unset

func (v *NullableMonthlyBill) Unset()

type NullableNapterAuditLogDirection

type NullableNapterAuditLogDirection struct {
	// contains filtered or unexported fields
}

func (NullableNapterAuditLogDirection) Get

func (NullableNapterAuditLogDirection) IsSet

func (NullableNapterAuditLogDirection) MarshalJSON

func (v NullableNapterAuditLogDirection) MarshalJSON() ([]byte, error)

func (*NullableNapterAuditLogDirection) Set

func (*NullableNapterAuditLogDirection) UnmarshalJSON

func (v *NullableNapterAuditLogDirection) UnmarshalJSON(src []byte) error

func (*NullableNapterAuditLogDirection) Unset

type NullableNapterAuditLogEntry

type NullableNapterAuditLogEntry struct {
	// contains filtered or unexported fields
}

func NewNullableNapterAuditLogEntry

func NewNullableNapterAuditLogEntry(val *NapterAuditLogEntry) *NullableNapterAuditLogEntry

func (NullableNapterAuditLogEntry) Get

func (NullableNapterAuditLogEntry) IsSet

func (NullableNapterAuditLogEntry) MarshalJSON

func (v NullableNapterAuditLogEntry) MarshalJSON() ([]byte, error)

func (*NullableNapterAuditLogEntry) Set

func (*NullableNapterAuditLogEntry) UnmarshalJSON

func (v *NullableNapterAuditLogEntry) UnmarshalJSON(src []byte) error

func (*NullableNapterAuditLogEntry) Unset

func (v *NullableNapterAuditLogEntry) Unset()

type NullableNapterAuditLogsExportedDataStatsResponse

type NullableNapterAuditLogsExportedDataStatsResponse struct {
	// contains filtered or unexported fields
}

func (NullableNapterAuditLogsExportedDataStatsResponse) Get

func (NullableNapterAuditLogsExportedDataStatsResponse) IsSet

func (NullableNapterAuditLogsExportedDataStatsResponse) MarshalJSON

func (*NullableNapterAuditLogsExportedDataStatsResponse) Set

func (*NullableNapterAuditLogsExportedDataStatsResponse) UnmarshalJSON

func (*NullableNapterAuditLogsExportedDataStatsResponse) Unset

type NullableObjectInstance

type NullableObjectInstance struct {
	// contains filtered or unexported fields
}

func NewNullableObjectInstance

func NewNullableObjectInstance(val *ObjectInstance) *NullableObjectInstance

func (NullableObjectInstance) Get

func (NullableObjectInstance) IsSet

func (v NullableObjectInstance) IsSet() bool

func (NullableObjectInstance) MarshalJSON

func (v NullableObjectInstance) MarshalJSON() ([]byte, error)

func (*NullableObjectInstance) Set

func (*NullableObjectInstance) UnmarshalJSON

func (v *NullableObjectInstance) UnmarshalJSON(src []byte) error

func (*NullableObjectInstance) Unset

func (v *NullableObjectInstance) Unset()

type NullableOpenGateRequest

type NullableOpenGateRequest struct {
	// contains filtered or unexported fields
}

func NewNullableOpenGateRequest

func NewNullableOpenGateRequest(val *OpenGateRequest) *NullableOpenGateRequest

func (NullableOpenGateRequest) Get

func (NullableOpenGateRequest) IsSet

func (v NullableOpenGateRequest) IsSet() bool

func (NullableOpenGateRequest) MarshalJSON

func (v NullableOpenGateRequest) MarshalJSON() ([]byte, error)

func (*NullableOpenGateRequest) Set

func (*NullableOpenGateRequest) UnmarshalJSON

func (v *NullableOpenGateRequest) UnmarshalJSON(src []byte) error

func (*NullableOpenGateRequest) Unset

func (v *NullableOpenGateRequest) Unset()

type NullableOperatorMFAVerifyingResponse

type NullableOperatorMFAVerifyingResponse struct {
	// contains filtered or unexported fields
}

func (NullableOperatorMFAVerifyingResponse) Get

func (NullableOperatorMFAVerifyingResponse) IsSet

func (NullableOperatorMFAVerifyingResponse) MarshalJSON

func (v NullableOperatorMFAVerifyingResponse) MarshalJSON() ([]byte, error)

func (*NullableOperatorMFAVerifyingResponse) Set

func (*NullableOperatorMFAVerifyingResponse) UnmarshalJSON

func (v *NullableOperatorMFAVerifyingResponse) UnmarshalJSON(src []byte) error

func (*NullableOperatorMFAVerifyingResponse) Unset

type NullableOrderItemModel

type NullableOrderItemModel struct {
	// contains filtered or unexported fields
}

func NewNullableOrderItemModel

func NewNullableOrderItemModel(val *OrderItemModel) *NullableOrderItemModel

func (NullableOrderItemModel) Get

func (NullableOrderItemModel) IsSet

func (v NullableOrderItemModel) IsSet() bool

func (NullableOrderItemModel) MarshalJSON

func (v NullableOrderItemModel) MarshalJSON() ([]byte, error)

func (*NullableOrderItemModel) Set

func (*NullableOrderItemModel) UnmarshalJSON

func (v *NullableOrderItemModel) UnmarshalJSON(src []byte) error

func (*NullableOrderItemModel) Unset

func (v *NullableOrderItemModel) Unset()

type NullableOrderedSubscriber

type NullableOrderedSubscriber struct {
	// contains filtered or unexported fields
}

func NewNullableOrderedSubscriber

func NewNullableOrderedSubscriber(val *OrderedSubscriber) *NullableOrderedSubscriber

func (NullableOrderedSubscriber) Get

func (NullableOrderedSubscriber) IsSet

func (v NullableOrderedSubscriber) IsSet() bool

func (NullableOrderedSubscriber) MarshalJSON

func (v NullableOrderedSubscriber) MarshalJSON() ([]byte, error)

func (*NullableOrderedSubscriber) Set

func (*NullableOrderedSubscriber) UnmarshalJSON

func (v *NullableOrderedSubscriber) UnmarshalJSON(src []byte) error

func (*NullableOrderedSubscriber) Unset

func (v *NullableOrderedSubscriber) Unset()

type NullablePacketCaptureSession

type NullablePacketCaptureSession struct {
	// contains filtered or unexported fields
}

func NewNullablePacketCaptureSession

func NewNullablePacketCaptureSession(val *PacketCaptureSession) *NullablePacketCaptureSession

func (NullablePacketCaptureSession) Get

func (NullablePacketCaptureSession) IsSet

func (NullablePacketCaptureSession) MarshalJSON

func (v NullablePacketCaptureSession) MarshalJSON() ([]byte, error)

func (*NullablePacketCaptureSession) Set

func (*NullablePacketCaptureSession) UnmarshalJSON

func (v *NullablePacketCaptureSession) UnmarshalJSON(src []byte) error

func (*NullablePacketCaptureSession) Unset

func (v *NullablePacketCaptureSession) Unset()

type NullablePacketCaptureSessionRequest

type NullablePacketCaptureSessionRequest struct {
	// contains filtered or unexported fields
}

func (NullablePacketCaptureSessionRequest) Get

func (NullablePacketCaptureSessionRequest) IsSet

func (NullablePacketCaptureSessionRequest) MarshalJSON

func (v NullablePacketCaptureSessionRequest) MarshalJSON() ([]byte, error)

func (*NullablePacketCaptureSessionRequest) Set

func (*NullablePacketCaptureSessionRequest) UnmarshalJSON

func (v *NullablePacketCaptureSessionRequest) UnmarshalJSON(src []byte) error

func (*NullablePacketCaptureSessionRequest) Unset

type NullablePaymentAmount

type NullablePaymentAmount struct {
	// contains filtered or unexported fields
}

func NewNullablePaymentAmount

func NewNullablePaymentAmount(val *PaymentAmount) *NullablePaymentAmount

func (NullablePaymentAmount) Get

func (NullablePaymentAmount) IsSet

func (v NullablePaymentAmount) IsSet() bool

func (NullablePaymentAmount) MarshalJSON

func (v NullablePaymentAmount) MarshalJSON() ([]byte, error)

func (*NullablePaymentAmount) Set

func (v *NullablePaymentAmount) Set(val *PaymentAmount)

func (*NullablePaymentAmount) UnmarshalJSON

func (v *NullablePaymentAmount) UnmarshalJSON(src []byte) error

func (*NullablePaymentAmount) Unset

func (v *NullablePaymentAmount) Unset()

type NullablePaymentDescription

type NullablePaymentDescription struct {
	// contains filtered or unexported fields
}

func NewNullablePaymentDescription

func NewNullablePaymentDescription(val *PaymentDescription) *NullablePaymentDescription

func (NullablePaymentDescription) Get

func (NullablePaymentDescription) IsSet

func (v NullablePaymentDescription) IsSet() bool

func (NullablePaymentDescription) MarshalJSON

func (v NullablePaymentDescription) MarshalJSON() ([]byte, error)

func (*NullablePaymentDescription) Set

func (*NullablePaymentDescription) UnmarshalJSON

func (v *NullablePaymentDescription) UnmarshalJSON(src []byte) error

func (*NullablePaymentDescription) Unset

func (v *NullablePaymentDescription) Unset()

type NullablePaymentStatementResponse

type NullablePaymentStatementResponse struct {
	// contains filtered or unexported fields
}

func (NullablePaymentStatementResponse) Get

func (NullablePaymentStatementResponse) IsSet

func (NullablePaymentStatementResponse) MarshalJSON

func (v NullablePaymentStatementResponse) MarshalJSON() ([]byte, error)

func (*NullablePaymentStatementResponse) Set

func (*NullablePaymentStatementResponse) UnmarshalJSON

func (v *NullablePaymentStatementResponse) UnmarshalJSON(src []byte) error

func (*NullablePaymentStatementResponse) Unset

type NullablePlacement

type NullablePlacement struct {
	// contains filtered or unexported fields
}

func NewNullablePlacement

func NewNullablePlacement(val *Placement) *NullablePlacement

func (NullablePlacement) Get

func (v NullablePlacement) Get() *Placement

func (NullablePlacement) IsSet

func (v NullablePlacement) IsSet() bool

func (NullablePlacement) MarshalJSON

func (v NullablePlacement) MarshalJSON() ([]byte, error)

func (*NullablePlacement) Set

func (v *NullablePlacement) Set(val *Placement)

func (*NullablePlacement) UnmarshalJSON

func (v *NullablePlacement) UnmarshalJSON(src []byte) error

func (*NullablePlacement) Unset

func (v *NullablePlacement) Unset()

type NullablePortMapping

type NullablePortMapping struct {
	// contains filtered or unexported fields
}

func NewNullablePortMapping

func NewNullablePortMapping(val *PortMapping) *NullablePortMapping

func (NullablePortMapping) Get

func (NullablePortMapping) IsSet

func (v NullablePortMapping) IsSet() bool

func (NullablePortMapping) MarshalJSON

func (v NullablePortMapping) MarshalJSON() ([]byte, error)

func (*NullablePortMapping) Set

func (v *NullablePortMapping) Set(val *PortMapping)

func (*NullablePortMapping) UnmarshalJSON

func (v *NullablePortMapping) UnmarshalJSON(src []byte) error

func (*NullablePortMapping) Unset

func (v *NullablePortMapping) Unset()

type NullablePortMappingDestination

type NullablePortMappingDestination struct {
	// contains filtered or unexported fields
}

func (NullablePortMappingDestination) Get

func (NullablePortMappingDestination) IsSet

func (NullablePortMappingDestination) MarshalJSON

func (v NullablePortMappingDestination) MarshalJSON() ([]byte, error)

func (*NullablePortMappingDestination) Set

func (*NullablePortMappingDestination) UnmarshalJSON

func (v *NullablePortMappingDestination) UnmarshalJSON(src []byte) error

func (*NullablePortMappingDestination) Unset

func (v *NullablePortMappingDestination) Unset()

type NullablePortMappingSource

type NullablePortMappingSource struct {
	// contains filtered or unexported fields
}

func NewNullablePortMappingSource

func NewNullablePortMappingSource(val *PortMappingSource) *NullablePortMappingSource

func (NullablePortMappingSource) Get

func (NullablePortMappingSource) IsSet

func (v NullablePortMappingSource) IsSet() bool

func (NullablePortMappingSource) MarshalJSON

func (v NullablePortMappingSource) MarshalJSON() ([]byte, error)

func (*NullablePortMappingSource) Set

func (*NullablePortMappingSource) UnmarshalJSON

func (v *NullablePortMappingSource) UnmarshalJSON(src []byte) error

func (*NullablePortMappingSource) Unset

func (v *NullablePortMappingSource) Unset()

type NullablePreviousSessionStatus

type NullablePreviousSessionStatus struct {
	// contains filtered or unexported fields
}

func (NullablePreviousSessionStatus) Get

func (NullablePreviousSessionStatus) IsSet

func (NullablePreviousSessionStatus) MarshalJSON

func (v NullablePreviousSessionStatus) MarshalJSON() ([]byte, error)

func (*NullablePreviousSessionStatus) Set

func (*NullablePreviousSessionStatus) UnmarshalJSON

func (v *NullablePreviousSessionStatus) UnmarshalJSON(src []byte) error

func (*NullablePreviousSessionStatus) Unset

func (v *NullablePreviousSessionStatus) Unset()

type NullablePriceByQuantity

type NullablePriceByQuantity struct {
	// contains filtered or unexported fields
}

func NewNullablePriceByQuantity

func NewNullablePriceByQuantity(val *PriceByQuantity) *NullablePriceByQuantity

func (NullablePriceByQuantity) Get

func (NullablePriceByQuantity) IsSet

func (v NullablePriceByQuantity) IsSet() bool

func (NullablePriceByQuantity) MarshalJSON

func (v NullablePriceByQuantity) MarshalJSON() ([]byte, error)

func (*NullablePriceByQuantity) Set

func (*NullablePriceByQuantity) UnmarshalJSON

func (v *NullablePriceByQuantity) UnmarshalJSON(src []byte) error

func (*NullablePriceByQuantity) Unset

func (v *NullablePriceByQuantity) Unset()

type NullableProductModel

type NullableProductModel struct {
	// contains filtered or unexported fields
}

func NewNullableProductModel

func NewNullableProductModel(val *ProductModel) *NullableProductModel

func (NullableProductModel) Get

func (NullableProductModel) IsSet

func (v NullableProductModel) IsSet() bool

func (NullableProductModel) MarshalJSON

func (v NullableProductModel) MarshalJSON() ([]byte, error)

func (*NullableProductModel) Set

func (v *NullableProductModel) Set(val *ProductModel)

func (*NullableProductModel) UnmarshalJSON

func (v *NullableProductModel) UnmarshalJSON(src []byte) error

func (*NullableProductModel) Unset

func (v *NullableProductModel) Unset()

type NullablePutIpAddressMapEntryRequest

type NullablePutIpAddressMapEntryRequest struct {
	// contains filtered or unexported fields
}

func (NullablePutIpAddressMapEntryRequest) Get

func (NullablePutIpAddressMapEntryRequest) IsSet

func (NullablePutIpAddressMapEntryRequest) MarshalJSON

func (v NullablePutIpAddressMapEntryRequest) MarshalJSON() ([]byte, error)

func (*NullablePutIpAddressMapEntryRequest) Set

func (*NullablePutIpAddressMapEntryRequest) UnmarshalJSON

func (v *NullablePutIpAddressMapEntryRequest) UnmarshalJSON(src []byte) error

func (*NullablePutIpAddressMapEntryRequest) Unset

type NullableReferenceUrl

type NullableReferenceUrl struct {
	// contains filtered or unexported fields
}

func NewNullableReferenceUrl

func NewNullableReferenceUrl(val *ReferenceUrl) *NullableReferenceUrl

func (NullableReferenceUrl) Get

func (NullableReferenceUrl) IsSet

func (v NullableReferenceUrl) IsSet() bool

func (NullableReferenceUrl) MarshalJSON

func (v NullableReferenceUrl) MarshalJSON() ([]byte, error)

func (*NullableReferenceUrl) Set

func (v *NullableReferenceUrl) Set(val *ReferenceUrl)

func (*NullableReferenceUrl) UnmarshalJSON

func (v *NullableReferenceUrl) UnmarshalJSON(src []byte) error

func (*NullableReferenceUrl) Unset

func (v *NullableReferenceUrl) Unset()

type NullableRegisterGatePeerRequest

type NullableRegisterGatePeerRequest struct {
	// contains filtered or unexported fields
}

func (NullableRegisterGatePeerRequest) Get

func (NullableRegisterGatePeerRequest) IsSet

func (NullableRegisterGatePeerRequest) MarshalJSON

func (v NullableRegisterGatePeerRequest) MarshalJSON() ([]byte, error)

func (*NullableRegisterGatePeerRequest) Set

func (*NullableRegisterGatePeerRequest) UnmarshalJSON

func (v *NullableRegisterGatePeerRequest) UnmarshalJSON(src []byte) error

func (*NullableRegisterGatePeerRequest) Unset

type NullableRegisterLoraDeviceRequest

type NullableRegisterLoraDeviceRequest struct {
	// contains filtered or unexported fields
}

func (NullableRegisterLoraDeviceRequest) Get

func (NullableRegisterLoraDeviceRequest) IsSet

func (NullableRegisterLoraDeviceRequest) MarshalJSON

func (v NullableRegisterLoraDeviceRequest) MarshalJSON() ([]byte, error)

func (*NullableRegisterLoraDeviceRequest) Set

func (*NullableRegisterLoraDeviceRequest) UnmarshalJSON

func (v *NullableRegisterLoraDeviceRequest) UnmarshalJSON(src []byte) error

func (*NullableRegisterLoraDeviceRequest) Unset

type NullableRegisterOperatorsRequest

type NullableRegisterOperatorsRequest struct {
	// contains filtered or unexported fields
}

func (NullableRegisterOperatorsRequest) Get

func (NullableRegisterOperatorsRequest) IsSet

func (NullableRegisterOperatorsRequest) MarshalJSON

func (v NullableRegisterOperatorsRequest) MarshalJSON() ([]byte, error)

func (*NullableRegisterOperatorsRequest) Set

func (*NullableRegisterOperatorsRequest) UnmarshalJSON

func (v *NullableRegisterOperatorsRequest) UnmarshalJSON(src []byte) error

func (*NullableRegisterOperatorsRequest) Unset

type NullableRegisterPayerInformationModel

type NullableRegisterPayerInformationModel struct {
	// contains filtered or unexported fields
}

func (NullableRegisterPayerInformationModel) Get

func (NullableRegisterPayerInformationModel) IsSet

func (NullableRegisterPayerInformationModel) MarshalJSON

func (v NullableRegisterPayerInformationModel) MarshalJSON() ([]byte, error)

func (*NullableRegisterPayerInformationModel) Set

func (*NullableRegisterPayerInformationModel) UnmarshalJSON

func (v *NullableRegisterPayerInformationModel) UnmarshalJSON(src []byte) error

func (*NullableRegisterPayerInformationModel) Unset

type NullableRegisterSimRequest

type NullableRegisterSimRequest struct {
	// contains filtered or unexported fields
}

func NewNullableRegisterSimRequest

func NewNullableRegisterSimRequest(val *RegisterSimRequest) *NullableRegisterSimRequest

func (NullableRegisterSimRequest) Get

func (NullableRegisterSimRequest) IsSet

func (v NullableRegisterSimRequest) IsSet() bool

func (NullableRegisterSimRequest) MarshalJSON

func (v NullableRegisterSimRequest) MarshalJSON() ([]byte, error)

func (*NullableRegisterSimRequest) Set

func (*NullableRegisterSimRequest) UnmarshalJSON

func (v *NullableRegisterSimRequest) UnmarshalJSON(src []byte) error

func (*NullableRegisterSimRequest) Unset

func (v *NullableRegisterSimRequest) Unset()

type NullableRegisterSubscribersRequest

type NullableRegisterSubscribersRequest struct {
	// contains filtered or unexported fields
}

func (NullableRegisterSubscribersRequest) Get

func (NullableRegisterSubscribersRequest) IsSet

func (NullableRegisterSubscribersRequest) MarshalJSON

func (v NullableRegisterSubscribersRequest) MarshalJSON() ([]byte, error)

func (*NullableRegisterSubscribersRequest) Set

func (*NullableRegisterSubscribersRequest) UnmarshalJSON

func (v *NullableRegisterSubscribersRequest) UnmarshalJSON(src []byte) error

func (*NullableRegisterSubscribersRequest) Unset

type NullableResourceInstance

type NullableResourceInstance struct {
	// contains filtered or unexported fields
}

func NewNullableResourceInstance

func NewNullableResourceInstance(val *ResourceInstance) *NullableResourceInstance

func (NullableResourceInstance) Get

func (NullableResourceInstance) IsSet

func (v NullableResourceInstance) IsSet() bool

func (NullableResourceInstance) MarshalJSON

func (v NullableResourceInstance) MarshalJSON() ([]byte, error)

func (*NullableResourceInstance) Set

func (*NullableResourceInstance) UnmarshalJSON

func (v *NullableResourceInstance) UnmarshalJSON(src []byte) error

func (*NullableResourceInstance) Unset

func (v *NullableResourceInstance) Unset()

type NullableResourceSummary

type NullableResourceSummary struct {
	// contains filtered or unexported fields
}

func NewNullableResourceSummary

func NewNullableResourceSummary(val *ResourceSummary) *NullableResourceSummary

func (NullableResourceSummary) Get

func (NullableResourceSummary) IsSet

func (v NullableResourceSummary) IsSet() bool

func (NullableResourceSummary) MarshalJSON

func (v NullableResourceSummary) MarshalJSON() ([]byte, error)

func (*NullableResourceSummary) Set

func (*NullableResourceSummary) UnmarshalJSON

func (v *NullableResourceSummary) UnmarshalJSON(src []byte) error

func (*NullableResourceSummary) Unset

func (v *NullableResourceSummary) Unset()

type NullableResourceSummaryItem

type NullableResourceSummaryItem struct {
	// contains filtered or unexported fields
}

func NewNullableResourceSummaryItem

func NewNullableResourceSummaryItem(val *ResourceSummaryItem) *NullableResourceSummaryItem

func (NullableResourceSummaryItem) Get

func (NullableResourceSummaryItem) IsSet

func (NullableResourceSummaryItem) MarshalJSON

func (v NullableResourceSummaryItem) MarshalJSON() ([]byte, error)

func (*NullableResourceSummaryItem) Set

func (*NullableResourceSummaryItem) UnmarshalJSON

func (v *NullableResourceSummaryItem) UnmarshalJSON(src []byte) error

func (*NullableResourceSummaryItem) Unset

func (v *NullableResourceSummaryItem) Unset()

type NullableResourceSummaryItemDimension

type NullableResourceSummaryItemDimension struct {
	// contains filtered or unexported fields
}

func (NullableResourceSummaryItemDimension) Get

func (NullableResourceSummaryItemDimension) IsSet

func (NullableResourceSummaryItemDimension) MarshalJSON

func (v NullableResourceSummaryItemDimension) MarshalJSON() ([]byte, error)

func (*NullableResourceSummaryItemDimension) Set

func (*NullableResourceSummaryItemDimension) UnmarshalJSON

func (v *NullableResourceSummaryItemDimension) UnmarshalJSON(src []byte) error

func (*NullableResourceSummaryItemDimension) Unset

type NullableResourceSummaryItemValue

type NullableResourceSummaryItemValue struct {
	// contains filtered or unexported fields
}

func (NullableResourceSummaryItemValue) Get

func (NullableResourceSummaryItemValue) IsSet

func (NullableResourceSummaryItemValue) MarshalJSON

func (v NullableResourceSummaryItemValue) MarshalJSON() ([]byte, error)

func (*NullableResourceSummaryItemValue) Set

func (*NullableResourceSummaryItemValue) UnmarshalJSON

func (v *NullableResourceSummaryItemValue) UnmarshalJSON(src []byte) error

func (*NullableResourceSummaryItemValue) Unset

type NullableRoleResponse

type NullableRoleResponse struct {
	// contains filtered or unexported fields
}

func NewNullableRoleResponse

func NewNullableRoleResponse(val *RoleResponse) *NullableRoleResponse

func (NullableRoleResponse) Get

func (NullableRoleResponse) IsSet

func (v NullableRoleResponse) IsSet() bool

func (NullableRoleResponse) MarshalJSON

func (v NullableRoleResponse) MarshalJSON() ([]byte, error)

func (*NullableRoleResponse) Set

func (v *NullableRoleResponse) Set(val *RoleResponse)

func (*NullableRoleResponse) UnmarshalJSON

func (v *NullableRoleResponse) UnmarshalJSON(src []byte) error

func (*NullableRoleResponse) Unset

func (v *NullableRoleResponse) Unset()

type NullableRoutingFilterEntry

type NullableRoutingFilterEntry struct {
	// contains filtered or unexported fields
}

func NewNullableRoutingFilterEntry

func NewNullableRoutingFilterEntry(val *RoutingFilterEntry) *NullableRoutingFilterEntry

func (NullableRoutingFilterEntry) Get

func (NullableRoutingFilterEntry) IsSet

func (v NullableRoutingFilterEntry) IsSet() bool

func (NullableRoutingFilterEntry) MarshalJSON

func (v NullableRoutingFilterEntry) MarshalJSON() ([]byte, error)

func (*NullableRoutingFilterEntry) Set

func (*NullableRoutingFilterEntry) UnmarshalJSON

func (v *NullableRoutingFilterEntry) UnmarshalJSON(src []byte) error

func (*NullableRoutingFilterEntry) Unset

func (v *NullableRoutingFilterEntry) Unset()

type NullableRuleConfig

type NullableRuleConfig struct {
	// contains filtered or unexported fields
}

func NewNullableRuleConfig

func NewNullableRuleConfig(val *RuleConfig) *NullableRuleConfig

func (NullableRuleConfig) Get

func (v NullableRuleConfig) Get() *RuleConfig

func (NullableRuleConfig) IsSet

func (v NullableRuleConfig) IsSet() bool

func (NullableRuleConfig) MarshalJSON

func (v NullableRuleConfig) MarshalJSON() ([]byte, error)

func (*NullableRuleConfig) Set

func (v *NullableRuleConfig) Set(val *RuleConfig)

func (*NullableRuleConfig) UnmarshalJSON

func (v *NullableRuleConfig) UnmarshalJSON(src []byte) error

func (*NullableRuleConfig) Unset

func (v *NullableRuleConfig) Unset()

type NullableRuleConfigProperty

type NullableRuleConfigProperty struct {
	// contains filtered or unexported fields
}

func NewNullableRuleConfigProperty

func NewNullableRuleConfigProperty(val *RuleConfigProperty) *NullableRuleConfigProperty

func (NullableRuleConfigProperty) Get

func (NullableRuleConfigProperty) IsSet

func (v NullableRuleConfigProperty) IsSet() bool

func (NullableRuleConfigProperty) MarshalJSON

func (v NullableRuleConfigProperty) MarshalJSON() ([]byte, error)

func (*NullableRuleConfigProperty) Set

func (*NullableRuleConfigProperty) UnmarshalJSON

func (v *NullableRuleConfigProperty) UnmarshalJSON(src []byte) error

func (*NullableRuleConfigProperty) Unset

func (v *NullableRuleConfigProperty) Unset()

type NullableSessionEvent

type NullableSessionEvent struct {
	// contains filtered or unexported fields
}

func NewNullableSessionEvent

func NewNullableSessionEvent(val *SessionEvent) *NullableSessionEvent

func (NullableSessionEvent) Get

func (NullableSessionEvent) IsSet

func (v NullableSessionEvent) IsSet() bool

func (NullableSessionEvent) MarshalJSON

func (v NullableSessionEvent) MarshalJSON() ([]byte, error)

func (*NullableSessionEvent) Set

func (v *NullableSessionEvent) Set(val *SessionEvent)

func (*NullableSessionEvent) UnmarshalJSON

func (v *NullableSessionEvent) UnmarshalJSON(src []byte) error

func (*NullableSessionEvent) Unset

func (v *NullableSessionEvent) Unset()

type NullableSessionStatus

type NullableSessionStatus struct {
	// contains filtered or unexported fields
}

func NewNullableSessionStatus

func NewNullableSessionStatus(val *SessionStatus) *NullableSessionStatus

func (NullableSessionStatus) Get

func (NullableSessionStatus) IsSet

func (v NullableSessionStatus) IsSet() bool

func (NullableSessionStatus) MarshalJSON

func (v NullableSessionStatus) MarshalJSON() ([]byte, error)

func (*NullableSessionStatus) Set

func (v *NullableSessionStatus) Set(val *SessionStatus)

func (*NullableSessionStatus) UnmarshalJSON

func (v *NullableSessionStatus) UnmarshalJSON(src []byte) error

func (*NullableSessionStatus) Unset

func (v *NullableSessionStatus) Unset()

type NullableSetDeviceGroupRequest

type NullableSetDeviceGroupRequest struct {
	// contains filtered or unexported fields
}

func (NullableSetDeviceGroupRequest) Get

func (NullableSetDeviceGroupRequest) IsSet

func (NullableSetDeviceGroupRequest) MarshalJSON

func (v NullableSetDeviceGroupRequest) MarshalJSON() ([]byte, error)

func (*NullableSetDeviceGroupRequest) Set

func (*NullableSetDeviceGroupRequest) UnmarshalJSON

func (v *NullableSetDeviceGroupRequest) UnmarshalJSON(src []byte) error

func (*NullableSetDeviceGroupRequest) Unset

func (v *NullableSetDeviceGroupRequest) Unset()

type NullableSetDeviceObjectModelScopeRequest

type NullableSetDeviceObjectModelScopeRequest struct {
	// contains filtered or unexported fields
}

func (NullableSetDeviceObjectModelScopeRequest) Get

func (NullableSetDeviceObjectModelScopeRequest) IsSet

func (NullableSetDeviceObjectModelScopeRequest) MarshalJSON

func (*NullableSetDeviceObjectModelScopeRequest) Set

func (*NullableSetDeviceObjectModelScopeRequest) UnmarshalJSON

func (v *NullableSetDeviceObjectModelScopeRequest) UnmarshalJSON(src []byte) error

func (*NullableSetDeviceObjectModelScopeRequest) Unset

type NullableSetGroupRequest

type NullableSetGroupRequest struct {
	// contains filtered or unexported fields
}

func NewNullableSetGroupRequest

func NewNullableSetGroupRequest(val *SetGroupRequest) *NullableSetGroupRequest

func (NullableSetGroupRequest) Get

func (NullableSetGroupRequest) IsSet

func (v NullableSetGroupRequest) IsSet() bool

func (NullableSetGroupRequest) MarshalJSON

func (v NullableSetGroupRequest) MarshalJSON() ([]byte, error)

func (*NullableSetGroupRequest) Set

func (*NullableSetGroupRequest) UnmarshalJSON

func (v *NullableSetGroupRequest) UnmarshalJSON(src []byte) error

func (*NullableSetGroupRequest) Unset

func (v *NullableSetGroupRequest) Unset()

type NullableSetImeiLockRequest

type NullableSetImeiLockRequest struct {
	// contains filtered or unexported fields
}

func NewNullableSetImeiLockRequest

func NewNullableSetImeiLockRequest(val *SetImeiLockRequest) *NullableSetImeiLockRequest

func (NullableSetImeiLockRequest) Get

func (NullableSetImeiLockRequest) IsSet

func (v NullableSetImeiLockRequest) IsSet() bool

func (NullableSetImeiLockRequest) MarshalJSON

func (v NullableSetImeiLockRequest) MarshalJSON() ([]byte, error)

func (*NullableSetImeiLockRequest) Set

func (*NullableSetImeiLockRequest) UnmarshalJSON

func (v *NullableSetImeiLockRequest) UnmarshalJSON(src []byte) error

func (*NullableSetImeiLockRequest) Unset

func (v *NullableSetImeiLockRequest) Unset()

type NullableSetNetworkSetRequest

type NullableSetNetworkSetRequest struct {
	// contains filtered or unexported fields
}

func NewNullableSetNetworkSetRequest

func NewNullableSetNetworkSetRequest(val *SetNetworkSetRequest) *NullableSetNetworkSetRequest

func (NullableSetNetworkSetRequest) Get

func (NullableSetNetworkSetRequest) IsSet

func (NullableSetNetworkSetRequest) MarshalJSON

func (v NullableSetNetworkSetRequest) MarshalJSON() ([]byte, error)

func (*NullableSetNetworkSetRequest) Set

func (*NullableSetNetworkSetRequest) UnmarshalJSON

func (v *NullableSetNetworkSetRequest) UnmarshalJSON(src []byte) error

func (*NullableSetNetworkSetRequest) Unset

func (v *NullableSetNetworkSetRequest) Unset()

type NullableSetSystemNotificationsRequest

type NullableSetSystemNotificationsRequest struct {
	// contains filtered or unexported fields
}

func (NullableSetSystemNotificationsRequest) Get

func (NullableSetSystemNotificationsRequest) IsSet

func (NullableSetSystemNotificationsRequest) MarshalJSON

func (v NullableSetSystemNotificationsRequest) MarshalJSON() ([]byte, error)

func (*NullableSetSystemNotificationsRequest) Set

func (*NullableSetSystemNotificationsRequest) UnmarshalJSON

func (v *NullableSetSystemNotificationsRequest) UnmarshalJSON(src []byte) error

func (*NullableSetSystemNotificationsRequest) Unset

type NullableSetUserPermissionRequest

type NullableSetUserPermissionRequest struct {
	// contains filtered or unexported fields
}

func (NullableSetUserPermissionRequest) Get

func (NullableSetUserPermissionRequest) IsSet

func (NullableSetUserPermissionRequest) MarshalJSON

func (v NullableSetUserPermissionRequest) MarshalJSON() ([]byte, error)

func (*NullableSetUserPermissionRequest) Set

func (*NullableSetUserPermissionRequest) UnmarshalJSON

func (v *NullableSetUserPermissionRequest) UnmarshalJSON(src []byte) error

func (*NullableSetUserPermissionRequest) Unset

type NullableShippingAddressModel

type NullableShippingAddressModel struct {
	// contains filtered or unexported fields
}

func NewNullableShippingAddressModel

func NewNullableShippingAddressModel(val *ShippingAddressModel) *NullableShippingAddressModel

func (NullableShippingAddressModel) Get

func (NullableShippingAddressModel) IsSet

func (NullableShippingAddressModel) MarshalJSON

func (v NullableShippingAddressModel) MarshalJSON() ([]byte, error)

func (*NullableShippingAddressModel) Set

func (*NullableShippingAddressModel) UnmarshalJSON

func (v *NullableShippingAddressModel) UnmarshalJSON(src []byte) error

func (*NullableShippingAddressModel) Unset

func (v *NullableShippingAddressModel) Unset()

type NullableShippingCostModel

type NullableShippingCostModel struct {
	// contains filtered or unexported fields
}

func NewNullableShippingCostModel

func NewNullableShippingCostModel(val *ShippingCostModel) *NullableShippingCostModel

func (NullableShippingCostModel) Get

func (NullableShippingCostModel) IsSet

func (v NullableShippingCostModel) IsSet() bool

func (NullableShippingCostModel) MarshalJSON

func (v NullableShippingCostModel) MarshalJSON() ([]byte, error)

func (*NullableShippingCostModel) Set

func (*NullableShippingCostModel) UnmarshalJSON

func (v *NullableShippingCostModel) UnmarshalJSON(src []byte) error

func (*NullableShippingCostModel) Unset

func (v *NullableShippingCostModel) Unset()

type NullableSigfoxData

type NullableSigfoxData struct {
	// contains filtered or unexported fields
}

func NewNullableSigfoxData

func NewNullableSigfoxData(val *SigfoxData) *NullableSigfoxData

func (NullableSigfoxData) Get

func (v NullableSigfoxData) Get() *SigfoxData

func (NullableSigfoxData) IsSet

func (v NullableSigfoxData) IsSet() bool

func (NullableSigfoxData) MarshalJSON

func (v NullableSigfoxData) MarshalJSON() ([]byte, error)

func (*NullableSigfoxData) Set

func (v *NullableSigfoxData) Set(val *SigfoxData)

func (*NullableSigfoxData) UnmarshalJSON

func (v *NullableSigfoxData) UnmarshalJSON(src []byte) error

func (*NullableSigfoxData) Unset

func (v *NullableSigfoxData) Unset()

type NullableSigfoxDevice

type NullableSigfoxDevice struct {
	// contains filtered or unexported fields
}

func NewNullableSigfoxDevice

func NewNullableSigfoxDevice(val *SigfoxDevice) *NullableSigfoxDevice

func (NullableSigfoxDevice) Get

func (NullableSigfoxDevice) IsSet

func (v NullableSigfoxDevice) IsSet() bool

func (NullableSigfoxDevice) MarshalJSON

func (v NullableSigfoxDevice) MarshalJSON() ([]byte, error)

func (*NullableSigfoxDevice) Set

func (v *NullableSigfoxDevice) Set(val *SigfoxDevice)

func (*NullableSigfoxDevice) UnmarshalJSON

func (v *NullableSigfoxDevice) UnmarshalJSON(src []byte) error

func (*NullableSigfoxDevice) Unset

func (v *NullableSigfoxDevice) Unset()

type NullableSigfoxRegistrationRequest

type NullableSigfoxRegistrationRequest struct {
	// contains filtered or unexported fields
}

func (NullableSigfoxRegistrationRequest) Get

func (NullableSigfoxRegistrationRequest) IsSet

func (NullableSigfoxRegistrationRequest) MarshalJSON

func (v NullableSigfoxRegistrationRequest) MarshalJSON() ([]byte, error)

func (*NullableSigfoxRegistrationRequest) Set

func (*NullableSigfoxRegistrationRequest) UnmarshalJSON

func (v *NullableSigfoxRegistrationRequest) UnmarshalJSON(src []byte) error

func (*NullableSigfoxRegistrationRequest) Unset

type NullableSim

type NullableSim struct {
	// contains filtered or unexported fields
}

func NewNullableSim

func NewNullableSim(val *Sim) *NullableSim

func (NullableSim) Get

func (v NullableSim) Get() *Sim

func (NullableSim) IsSet

func (v NullableSim) IsSet() bool

func (NullableSim) MarshalJSON

func (v NullableSim) MarshalJSON() ([]byte, error)

func (*NullableSim) Set

func (v *NullableSim) Set(val *Sim)

func (*NullableSim) UnmarshalJSON

func (v *NullableSim) UnmarshalJSON(src []byte) error

func (*NullableSim) Unset

func (v *NullableSim) Unset()

type NullableSimProfile

type NullableSimProfile struct {
	// contains filtered or unexported fields
}

func NewNullableSimProfile

func NewNullableSimProfile(val *SimProfile) *NullableSimProfile

func (NullableSimProfile) Get

func (v NullableSimProfile) Get() *SimProfile

func (NullableSimProfile) IsSet

func (v NullableSimProfile) IsSet() bool

func (NullableSimProfile) MarshalJSON

func (v NullableSimProfile) MarshalJSON() ([]byte, error)

func (*NullableSimProfile) Set

func (v *NullableSimProfile) Set(val *SimProfile)

func (*NullableSimProfile) UnmarshalJSON

func (v *NullableSimProfile) UnmarshalJSON(src []byte) error

func (*NullableSimProfile) Unset

func (v *NullableSimProfile) Unset()

type NullableSimplifiedSubscriber

type NullableSimplifiedSubscriber struct {
	// contains filtered or unexported fields
}

func NewNullableSimplifiedSubscriber

func NewNullableSimplifiedSubscriber(val *SimplifiedSubscriber) *NullableSimplifiedSubscriber

func (NullableSimplifiedSubscriber) Get

func (NullableSimplifiedSubscriber) IsSet

func (NullableSimplifiedSubscriber) MarshalJSON

func (v NullableSimplifiedSubscriber) MarshalJSON() ([]byte, error)

func (*NullableSimplifiedSubscriber) Set

func (*NullableSimplifiedSubscriber) UnmarshalJSON

func (v *NullableSimplifiedSubscriber) UnmarshalJSON(src []byte) error

func (*NullableSimplifiedSubscriber) Unset

func (v *NullableSimplifiedSubscriber) Unset()

type NullableSmsForwardingReport

type NullableSmsForwardingReport struct {
	// contains filtered or unexported fields
}

func NewNullableSmsForwardingReport

func NewNullableSmsForwardingReport(val *SmsForwardingReport) *NullableSmsForwardingReport

func (NullableSmsForwardingReport) Get

func (NullableSmsForwardingReport) IsSet

func (NullableSmsForwardingReport) MarshalJSON

func (v NullableSmsForwardingReport) MarshalJSON() ([]byte, error)

func (*NullableSmsForwardingReport) Set

func (*NullableSmsForwardingReport) UnmarshalJSON

func (v *NullableSmsForwardingReport) UnmarshalJSON(src []byte) error

func (*NullableSmsForwardingReport) Unset

func (v *NullableSmsForwardingReport) Unset()

type NullableSmsForwardingRequest

type NullableSmsForwardingRequest struct {
	// contains filtered or unexported fields
}

func NewNullableSmsForwardingRequest

func NewNullableSmsForwardingRequest(val *SmsForwardingRequest) *NullableSmsForwardingRequest

func (NullableSmsForwardingRequest) Get

func (NullableSmsForwardingRequest) IsSet

func (NullableSmsForwardingRequest) MarshalJSON

func (v NullableSmsForwardingRequest) MarshalJSON() ([]byte, error)

func (*NullableSmsForwardingRequest) Set

func (*NullableSmsForwardingRequest) UnmarshalJSON

func (v *NullableSmsForwardingRequest) UnmarshalJSON(src []byte) error

func (*NullableSmsForwardingRequest) Unset

func (v *NullableSmsForwardingRequest) Unset()

type NullableSoraCamDevice

type NullableSoraCamDevice struct {
	// contains filtered or unexported fields
}

func NewNullableSoraCamDevice

func NewNullableSoraCamDevice(val *SoraCamDevice) *NullableSoraCamDevice

func (NullableSoraCamDevice) Get

func (NullableSoraCamDevice) IsSet

func (v NullableSoraCamDevice) IsSet() bool

func (NullableSoraCamDevice) MarshalJSON

func (v NullableSoraCamDevice) MarshalJSON() ([]byte, error)

func (*NullableSoraCamDevice) Set

func (v *NullableSoraCamDevice) Set(val *SoraCamDevice)

func (*NullableSoraCamDevice) UnmarshalJSON

func (v *NullableSoraCamDevice) UnmarshalJSON(src []byte) error

func (*NullableSoraCamDevice) Unset

func (v *NullableSoraCamDevice) Unset()

type NullableSoraCamDeviceConfiguration

type NullableSoraCamDeviceConfiguration struct {
	// contains filtered or unexported fields
}

func (NullableSoraCamDeviceConfiguration) Get

func (NullableSoraCamDeviceConfiguration) IsSet

func (NullableSoraCamDeviceConfiguration) MarshalJSON

func (v NullableSoraCamDeviceConfiguration) MarshalJSON() ([]byte, error)

func (*NullableSoraCamDeviceConfiguration) Set

func (*NullableSoraCamDeviceConfiguration) UnmarshalJSON

func (v *NullableSoraCamDeviceConfiguration) UnmarshalJSON(src []byte) error

func (*NullableSoraCamDeviceConfiguration) Unset

type NullableSoraCamDeviceLicenseInfo

type NullableSoraCamDeviceLicenseInfo struct {
	// contains filtered or unexported fields
}

func (NullableSoraCamDeviceLicenseInfo) Get

func (NullableSoraCamDeviceLicenseInfo) IsSet

func (NullableSoraCamDeviceLicenseInfo) MarshalJSON

func (v NullableSoraCamDeviceLicenseInfo) MarshalJSON() ([]byte, error)

func (*NullableSoraCamDeviceLicenseInfo) Set

func (*NullableSoraCamDeviceLicenseInfo) UnmarshalJSON

func (v *NullableSoraCamDeviceLicenseInfo) UnmarshalJSON(src []byte) error

func (*NullableSoraCamDeviceLicenseInfo) Unset

type NullableSoraCamExportUsage

type NullableSoraCamExportUsage struct {
	// contains filtered or unexported fields
}

func NewNullableSoraCamExportUsage

func NewNullableSoraCamExportUsage(val *SoraCamExportUsage) *NullableSoraCamExportUsage

func (NullableSoraCamExportUsage) Get

func (NullableSoraCamExportUsage) IsSet

func (v NullableSoraCamExportUsage) IsSet() bool

func (NullableSoraCamExportUsage) MarshalJSON

func (v NullableSoraCamExportUsage) MarshalJSON() ([]byte, error)

func (*NullableSoraCamExportUsage) Set

func (*NullableSoraCamExportUsage) UnmarshalJSON

func (v *NullableSoraCamExportUsage) UnmarshalJSON(src []byte) error

func (*NullableSoraCamExportUsage) Unset

func (v *NullableSoraCamExportUsage) Unset()

type NullableSoraCamImageExportInfo

type NullableSoraCamImageExportInfo struct {
	// contains filtered or unexported fields
}

func (NullableSoraCamImageExportInfo) Get

func (NullableSoraCamImageExportInfo) IsSet

func (NullableSoraCamImageExportInfo) MarshalJSON

func (v NullableSoraCamImageExportInfo) MarshalJSON() ([]byte, error)

func (*NullableSoraCamImageExportInfo) Set

func (*NullableSoraCamImageExportInfo) UnmarshalJSON

func (v *NullableSoraCamImageExportInfo) UnmarshalJSON(src []byte) error

func (*NullableSoraCamImageExportInfo) Unset

func (v *NullableSoraCamImageExportInfo) Unset()

type NullableSoraCamImageExportSpecification

type NullableSoraCamImageExportSpecification struct {
	// contains filtered or unexported fields
}

func (NullableSoraCamImageExportSpecification) Get

func (NullableSoraCamImageExportSpecification) IsSet

func (NullableSoraCamImageExportSpecification) MarshalJSON

func (v NullableSoraCamImageExportSpecification) MarshalJSON() ([]byte, error)

func (*NullableSoraCamImageExportSpecification) Set

func (*NullableSoraCamImageExportSpecification) UnmarshalJSON

func (v *NullableSoraCamImageExportSpecification) UnmarshalJSON(src []byte) error

func (*NullableSoraCamImageExportSpecification) Unset

type NullableSoraCamImageExportUsage

type NullableSoraCamImageExportUsage struct {
	// contains filtered or unexported fields
}

func (NullableSoraCamImageExportUsage) Get

func (NullableSoraCamImageExportUsage) IsSet

func (NullableSoraCamImageExportUsage) MarshalJSON

func (v NullableSoraCamImageExportUsage) MarshalJSON() ([]byte, error)

func (*NullableSoraCamImageExportUsage) Set

func (*NullableSoraCamImageExportUsage) UnmarshalJSON

func (v *NullableSoraCamImageExportUsage) UnmarshalJSON(src []byte) error

func (*NullableSoraCamImageExportUsage) Unset

type NullableSoraCamLicensePackQuantityUpdatingRequest

type NullableSoraCamLicensePackQuantityUpdatingRequest struct {
	// contains filtered or unexported fields
}

func (NullableSoraCamLicensePackQuantityUpdatingRequest) Get

func (NullableSoraCamLicensePackQuantityUpdatingRequest) IsSet

func (NullableSoraCamLicensePackQuantityUpdatingRequest) MarshalJSON

func (*NullableSoraCamLicensePackQuantityUpdatingRequest) Set

func (*NullableSoraCamLicensePackQuantityUpdatingRequest) UnmarshalJSON

func (*NullableSoraCamLicensePackQuantityUpdatingRequest) Unset

type NullableSoraCamLicensePackResponse

type NullableSoraCamLicensePackResponse struct {
	// contains filtered or unexported fields
}

func (NullableSoraCamLicensePackResponse) Get

func (NullableSoraCamLicensePackResponse) IsSet

func (NullableSoraCamLicensePackResponse) MarshalJSON

func (v NullableSoraCamLicensePackResponse) MarshalJSON() ([]byte, error)

func (*NullableSoraCamLicensePackResponse) Set

func (*NullableSoraCamLicensePackResponse) UnmarshalJSON

func (v *NullableSoraCamLicensePackResponse) UnmarshalJSON(src []byte) error

func (*NullableSoraCamLicensePackResponse) Unset

type NullableSoraCamPlayListEntry

type NullableSoraCamPlayListEntry struct {
	// contains filtered or unexported fields
}

func NewNullableSoraCamPlayListEntry

func NewNullableSoraCamPlayListEntry(val *SoraCamPlayListEntry) *NullableSoraCamPlayListEntry

func (NullableSoraCamPlayListEntry) Get

func (NullableSoraCamPlayListEntry) IsSet

func (NullableSoraCamPlayListEntry) MarshalJSON

func (v NullableSoraCamPlayListEntry) MarshalJSON() ([]byte, error)

func (*NullableSoraCamPlayListEntry) Set

func (*NullableSoraCamPlayListEntry) UnmarshalJSON

func (v *NullableSoraCamPlayListEntry) UnmarshalJSON(src []byte) error

func (*NullableSoraCamPlayListEntry) Unset

func (v *NullableSoraCamPlayListEntry) Unset()

type NullableSoraCamStreamingVideo

type NullableSoraCamStreamingVideo struct {
	// contains filtered or unexported fields
}

func (NullableSoraCamStreamingVideo) Get

func (NullableSoraCamStreamingVideo) IsSet

func (NullableSoraCamStreamingVideo) MarshalJSON

func (v NullableSoraCamStreamingVideo) MarshalJSON() ([]byte, error)

func (*NullableSoraCamStreamingVideo) Set

func (*NullableSoraCamStreamingVideo) UnmarshalJSON

func (v *NullableSoraCamStreamingVideo) UnmarshalJSON(src []byte) error

func (*NullableSoraCamStreamingVideo) Unset

func (v *NullableSoraCamStreamingVideo) Unset()

type NullableSoraCamVideoExportInfo

type NullableSoraCamVideoExportInfo struct {
	// contains filtered or unexported fields
}

func (NullableSoraCamVideoExportInfo) Get

func (NullableSoraCamVideoExportInfo) IsSet

func (NullableSoraCamVideoExportInfo) MarshalJSON

func (v NullableSoraCamVideoExportInfo) MarshalJSON() ([]byte, error)

func (*NullableSoraCamVideoExportInfo) Set

func (*NullableSoraCamVideoExportInfo) UnmarshalJSON

func (v *NullableSoraCamVideoExportInfo) UnmarshalJSON(src []byte) error

func (*NullableSoraCamVideoExportInfo) Unset

func (v *NullableSoraCamVideoExportInfo) Unset()

type NullableSoraCamVideoExportSpecification

type NullableSoraCamVideoExportSpecification struct {
	// contains filtered or unexported fields
}

func (NullableSoraCamVideoExportSpecification) Get

func (NullableSoraCamVideoExportSpecification) IsSet

func (NullableSoraCamVideoExportSpecification) MarshalJSON

func (v NullableSoraCamVideoExportSpecification) MarshalJSON() ([]byte, error)

func (*NullableSoraCamVideoExportSpecification) Set

func (*NullableSoraCamVideoExportSpecification) UnmarshalJSON

func (v *NullableSoraCamVideoExportSpecification) UnmarshalJSON(src []byte) error

func (*NullableSoraCamVideoExportSpecification) Unset

type NullableSoraCamVideoExportUsage

type NullableSoraCamVideoExportUsage struct {
	// contains filtered or unexported fields
}

func (NullableSoraCamVideoExportUsage) Get

func (NullableSoraCamVideoExportUsage) IsSet

func (NullableSoraCamVideoExportUsage) MarshalJSON

func (v NullableSoraCamVideoExportUsage) MarshalJSON() ([]byte, error)

func (*NullableSoraCamVideoExportUsage) Set

func (*NullableSoraCamVideoExportUsage) UnmarshalJSON

func (v *NullableSoraCamVideoExportUsage) UnmarshalJSON(src []byte) error

func (*NullableSoraCamVideoExportUsage) Unset

type NullableSoracomBeamStats

type NullableSoracomBeamStats struct {
	// contains filtered or unexported fields
}

func NewNullableSoracomBeamStats

func NewNullableSoracomBeamStats(val *SoracomBeamStats) *NullableSoracomBeamStats

func (NullableSoracomBeamStats) Get

func (NullableSoracomBeamStats) IsSet

func (v NullableSoracomBeamStats) IsSet() bool

func (NullableSoracomBeamStats) MarshalJSON

func (v NullableSoracomBeamStats) MarshalJSON() ([]byte, error)

func (*NullableSoracomBeamStats) Set

func (*NullableSoracomBeamStats) UnmarshalJSON

func (v *NullableSoracomBeamStats) UnmarshalJSON(src []byte) error

func (*NullableSoracomBeamStats) Unset

func (v *NullableSoracomBeamStats) Unset()

type NullableSoracomFunkStats

type NullableSoracomFunkStats struct {
	// contains filtered or unexported fields
}

func NewNullableSoracomFunkStats

func NewNullableSoracomFunkStats(val *SoracomFunkStats) *NullableSoracomFunkStats

func (NullableSoracomFunkStats) Get

func (NullableSoracomFunkStats) IsSet

func (v NullableSoracomFunkStats) IsSet() bool

func (NullableSoracomFunkStats) MarshalJSON

func (v NullableSoracomFunkStats) MarshalJSON() ([]byte, error)

func (*NullableSoracomFunkStats) Set

func (*NullableSoracomFunkStats) UnmarshalJSON

func (v *NullableSoracomFunkStats) UnmarshalJSON(src []byte) error

func (*NullableSoracomFunkStats) Unset

func (v *NullableSoracomFunkStats) Unset()

type NullableSoracomFunnelStats

type NullableSoracomFunnelStats struct {
	// contains filtered or unexported fields
}

func NewNullableSoracomFunnelStats

func NewNullableSoracomFunnelStats(val *SoracomFunnelStats) *NullableSoracomFunnelStats

func (NullableSoracomFunnelStats) Get

func (NullableSoracomFunnelStats) IsSet

func (v NullableSoracomFunnelStats) IsSet() bool

func (NullableSoracomFunnelStats) MarshalJSON

func (v NullableSoracomFunnelStats) MarshalJSON() ([]byte, error)

func (*NullableSoracomFunnelStats) Set

func (*NullableSoracomFunnelStats) UnmarshalJSON

func (v *NullableSoracomFunnelStats) UnmarshalJSON(src []byte) error

func (*NullableSoracomFunnelStats) Unset

func (v *NullableSoracomFunnelStats) Unset()

type NullableSoracomHarvestStats

type NullableSoracomHarvestStats struct {
	// contains filtered or unexported fields
}

func NewNullableSoracomHarvestStats

func NewNullableSoracomHarvestStats(val *SoracomHarvestStats) *NullableSoracomHarvestStats

func (NullableSoracomHarvestStats) Get

func (NullableSoracomHarvestStats) IsSet

func (NullableSoracomHarvestStats) MarshalJSON

func (v NullableSoracomHarvestStats) MarshalJSON() ([]byte, error)

func (*NullableSoracomHarvestStats) Set

func (*NullableSoracomHarvestStats) UnmarshalJSON

func (v *NullableSoracomHarvestStats) UnmarshalJSON(src []byte) error

func (*NullableSoracomHarvestStats) Unset

func (v *NullableSoracomHarvestStats) Unset()

type NullableSoralet

type NullableSoralet struct {
	// contains filtered or unexported fields
}

func NewNullableSoralet

func NewNullableSoralet(val *Soralet) *NullableSoralet

func (NullableSoralet) Get

func (v NullableSoralet) Get() *Soralet

func (NullableSoralet) IsSet

func (v NullableSoralet) IsSet() bool

func (NullableSoralet) MarshalJSON

func (v NullableSoralet) MarshalJSON() ([]byte, error)

func (*NullableSoralet) Set

func (v *NullableSoralet) Set(val *Soralet)

func (*NullableSoralet) UnmarshalJSON

func (v *NullableSoralet) UnmarshalJSON(src []byte) error

func (*NullableSoralet) Unset

func (v *NullableSoralet) Unset()

type NullableSoraletDataSource

type NullableSoraletDataSource struct {
	// contains filtered or unexported fields
}

func NewNullableSoraletDataSource

func NewNullableSoraletDataSource(val *SoraletDataSource) *NullableSoraletDataSource

func (NullableSoraletDataSource) Get

func (NullableSoraletDataSource) IsSet

func (v NullableSoraletDataSource) IsSet() bool

func (NullableSoraletDataSource) MarshalJSON

func (v NullableSoraletDataSource) MarshalJSON() ([]byte, error)

func (*NullableSoraletDataSource) Set

func (*NullableSoraletDataSource) UnmarshalJSON

func (v *NullableSoraletDataSource) UnmarshalJSON(src []byte) error

func (*NullableSoraletDataSource) Unset

func (v *NullableSoraletDataSource) Unset()

type NullableSoraletLog

type NullableSoraletLog struct {
	// contains filtered or unexported fields
}

func NewNullableSoraletLog

func NewNullableSoraletLog(val *SoraletLog) *NullableSoraletLog

func (NullableSoraletLog) Get

func (v NullableSoraletLog) Get() *SoraletLog

func (NullableSoraletLog) IsSet

func (v NullableSoraletLog) IsSet() bool

func (NullableSoraletLog) MarshalJSON

func (v NullableSoraletLog) MarshalJSON() ([]byte, error)

func (*NullableSoraletLog) Set

func (v *NullableSoraletLog) Set(val *SoraletLog)

func (*NullableSoraletLog) UnmarshalJSON

func (v *NullableSoraletLog) UnmarshalJSON(src []byte) error

func (*NullableSoraletLog) Unset

func (v *NullableSoraletLog) Unset()

type NullableSoraletVersion

type NullableSoraletVersion struct {
	// contains filtered or unexported fields
}

func NewNullableSoraletVersion

func NewNullableSoraletVersion(val *SoraletVersion) *NullableSoraletVersion

func (NullableSoraletVersion) Get

func (NullableSoraletVersion) IsSet

func (v NullableSoraletVersion) IsSet() bool

func (NullableSoraletVersion) MarshalJSON

func (v NullableSoraletVersion) MarshalJSON() ([]byte, error)

func (*NullableSoraletVersion) Set

func (*NullableSoraletVersion) UnmarshalJSON

func (v *NullableSoraletVersion) UnmarshalJSON(src []byte) error

func (*NullableSoraletVersion) Unset

func (v *NullableSoraletVersion) Unset()

type NullableString

type NullableString struct {
	// contains filtered or unexported fields
}

func NewNullableString

func NewNullableString(val *string) *NullableString

func (NullableString) Get

func (v NullableString) Get() *string

func (NullableString) IsSet

func (v NullableString) IsSet() bool

func (NullableString) MarshalJSON

func (v NullableString) MarshalJSON() ([]byte, error)

func (*NullableString) Set

func (v *NullableString) Set(val *string)

func (*NullableString) UnmarshalJSON

func (v *NullableString) UnmarshalJSON(src []byte) error

func (*NullableString) Unset

func (v *NullableString) Unset()

type NullableSubscriber

type NullableSubscriber struct {
	// contains filtered or unexported fields
}

func NewNullableSubscriber

func NewNullableSubscriber(val *Subscriber) *NullableSubscriber

func (NullableSubscriber) Get

func (v NullableSubscriber) Get() *Subscriber

func (NullableSubscriber) IsSet

func (v NullableSubscriber) IsSet() bool

func (NullableSubscriber) MarshalJSON

func (v NullableSubscriber) MarshalJSON() ([]byte, error)

func (*NullableSubscriber) Set

func (v *NullableSubscriber) Set(val *Subscriber)

func (*NullableSubscriber) UnmarshalJSON

func (v *NullableSubscriber) UnmarshalJSON(src []byte) error

func (*NullableSubscriber) Unset

func (v *NullableSubscriber) Unset()

type NullableSubscriptionContainer

type NullableSubscriptionContainer struct {
	// contains filtered or unexported fields
}

func (NullableSubscriptionContainer) Get

func (NullableSubscriptionContainer) IsSet

func (NullableSubscriptionContainer) MarshalJSON

func (v NullableSubscriptionContainer) MarshalJSON() ([]byte, error)

func (*NullableSubscriptionContainer) Set

func (*NullableSubscriptionContainer) UnmarshalJSON

func (v *NullableSubscriptionContainer) UnmarshalJSON(src []byte) error

func (*NullableSubscriptionContainer) Unset

func (v *NullableSubscriptionContainer) Unset()

type NullableSubscriptionContainerStatus

type NullableSubscriptionContainerStatus struct {
	// contains filtered or unexported fields
}

func (NullableSubscriptionContainerStatus) Get

func (NullableSubscriptionContainerStatus) IsSet

func (NullableSubscriptionContainerStatus) MarshalJSON

func (v NullableSubscriptionContainerStatus) MarshalJSON() ([]byte, error)

func (*NullableSubscriptionContainerStatus) Set

func (*NullableSubscriptionContainerStatus) UnmarshalJSON

func (v *NullableSubscriptionContainerStatus) UnmarshalJSON(src []byte) error

func (*NullableSubscriptionContainerStatus) Unset

type NullableSubscriptionContainerStatusCountryMappingValue

type NullableSubscriptionContainerStatusCountryMappingValue struct {
	// contains filtered or unexported fields
}

func (NullableSubscriptionContainerStatusCountryMappingValue) Get

func (NullableSubscriptionContainerStatusCountryMappingValue) IsSet

func (NullableSubscriptionContainerStatusCountryMappingValue) MarshalJSON

func (*NullableSubscriptionContainerStatusCountryMappingValue) Set

func (*NullableSubscriptionContainerStatusCountryMappingValue) UnmarshalJSON

func (*NullableSubscriptionContainerStatusCountryMappingValue) Unset

type NullableSubscriptionContainerStatusCountryMappingValueMappingRecord

type NullableSubscriptionContainerStatusCountryMappingValueMappingRecord struct {
	// contains filtered or unexported fields
}

func (NullableSubscriptionContainerStatusCountryMappingValueMappingRecord) Get

func (NullableSubscriptionContainerStatusCountryMappingValueMappingRecord) IsSet

func (NullableSubscriptionContainerStatusCountryMappingValueMappingRecord) MarshalJSON

func (*NullableSubscriptionContainerStatusCountryMappingValueMappingRecord) Set

func (*NullableSubscriptionContainerStatusCountryMappingValueMappingRecord) UnmarshalJSON

func (*NullableSubscriptionContainerStatusCountryMappingValueMappingRecord) Unset

type NullableSupportTokenResponse

type NullableSupportTokenResponse struct {
	// contains filtered or unexported fields
}

func NewNullableSupportTokenResponse

func NewNullableSupportTokenResponse(val *SupportTokenResponse) *NullableSupportTokenResponse

func (NullableSupportTokenResponse) Get

func (NullableSupportTokenResponse) IsSet

func (NullableSupportTokenResponse) MarshalJSON

func (v NullableSupportTokenResponse) MarshalJSON() ([]byte, error)

func (*NullableSupportTokenResponse) Set

func (*NullableSupportTokenResponse) UnmarshalJSON

func (v *NullableSupportTokenResponse) UnmarshalJSON(src []byte) error

func (*NullableSupportTokenResponse) Unset

func (v *NullableSupportTokenResponse) Unset()

type NullableSystemNotificationsModel

type NullableSystemNotificationsModel struct {
	// contains filtered or unexported fields
}

func (NullableSystemNotificationsModel) Get

func (NullableSystemNotificationsModel) IsSet

func (NullableSystemNotificationsModel) MarshalJSON

func (v NullableSystemNotificationsModel) MarshalJSON() ([]byte, error)

func (*NullableSystemNotificationsModel) Set

func (*NullableSystemNotificationsModel) UnmarshalJSON

func (v *NullableSystemNotificationsModel) UnmarshalJSON(src []byte) error

func (*NullableSystemNotificationsModel) Unset

type NullableTagUpdateRequest

type NullableTagUpdateRequest struct {
	// contains filtered or unexported fields
}

func NewNullableTagUpdateRequest

func NewNullableTagUpdateRequest(val *TagUpdateRequest) *NullableTagUpdateRequest

func (NullableTagUpdateRequest) Get

func (NullableTagUpdateRequest) IsSet

func (v NullableTagUpdateRequest) IsSet() bool

func (NullableTagUpdateRequest) MarshalJSON

func (v NullableTagUpdateRequest) MarshalJSON() ([]byte, error)

func (*NullableTagUpdateRequest) Set

func (*NullableTagUpdateRequest) UnmarshalJSON

func (v *NullableTagUpdateRequest) UnmarshalJSON(src []byte) error

func (*NullableTagUpdateRequest) Unset

func (v *NullableTagUpdateRequest) Unset()

type NullableTime

type NullableTime struct {
	// contains filtered or unexported fields
}

func NewNullableTime

func NewNullableTime(val *time.Time) *NullableTime

func (NullableTime) Get

func (v NullableTime) Get() *time.Time

func (NullableTime) IsSet

func (v NullableTime) IsSet() bool

func (NullableTime) MarshalJSON

func (v NullableTime) MarshalJSON() ([]byte, error)

func (*NullableTime) Set

func (v *NullableTime) Set(val *time.Time)

func (*NullableTime) UnmarshalJSON

func (v *NullableTime) UnmarshalJSON(src []byte) error

func (*NullableTime) Unset

func (v *NullableTime) Unset()

type NullableTrafficVolumeRanking

type NullableTrafficVolumeRanking struct {
	// contains filtered or unexported fields
}

func NewNullableTrafficVolumeRanking

func NewNullableTrafficVolumeRanking(val *TrafficVolumeRanking) *NullableTrafficVolumeRanking

func (NullableTrafficVolumeRanking) Get

func (NullableTrafficVolumeRanking) IsSet

func (NullableTrafficVolumeRanking) MarshalJSON

func (v NullableTrafficVolumeRanking) MarshalJSON() ([]byte, error)

func (*NullableTrafficVolumeRanking) Set

func (*NullableTrafficVolumeRanking) UnmarshalJSON

func (v *NullableTrafficVolumeRanking) UnmarshalJSON(src []byte) error

func (*NullableTrafficVolumeRanking) Unset

func (v *NullableTrafficVolumeRanking) Unset()

type NullableUpdateDefaultPermissionsRequest

type NullableUpdateDefaultPermissionsRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateDefaultPermissionsRequest) Get

func (NullableUpdateDefaultPermissionsRequest) IsSet

func (NullableUpdateDefaultPermissionsRequest) MarshalJSON

func (v NullableUpdateDefaultPermissionsRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateDefaultPermissionsRequest) Set

func (*NullableUpdateDefaultPermissionsRequest) UnmarshalJSON

func (v *NullableUpdateDefaultPermissionsRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateDefaultPermissionsRequest) Unset

type NullableUpdatePasswordRequest

type NullableUpdatePasswordRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdatePasswordRequest) Get

func (NullableUpdatePasswordRequest) IsSet

func (NullableUpdatePasswordRequest) MarshalJSON

func (v NullableUpdatePasswordRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdatePasswordRequest) Set

func (*NullableUpdatePasswordRequest) UnmarshalJSON

func (v *NullableUpdatePasswordRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdatePasswordRequest) Unset

func (v *NullableUpdatePasswordRequest) Unset()

type NullableUpdatePermissionRequest

type NullableUpdatePermissionRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdatePermissionRequest) Get

func (NullableUpdatePermissionRequest) IsSet

func (NullableUpdatePermissionRequest) MarshalJSON

func (v NullableUpdatePermissionRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdatePermissionRequest) Set

func (*NullableUpdatePermissionRequest) UnmarshalJSON

func (v *NullableUpdatePermissionRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdatePermissionRequest) Unset

type NullableUpdateSpeedClassRequest

type NullableUpdateSpeedClassRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSpeedClassRequest) Get

func (NullableUpdateSpeedClassRequest) IsSet

func (NullableUpdateSpeedClassRequest) MarshalJSON

func (v NullableUpdateSpeedClassRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateSpeedClassRequest) Set

func (*NullableUpdateSpeedClassRequest) UnmarshalJSON

func (v *NullableUpdateSpeedClassRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateSpeedClassRequest) Unset

type NullableUpdateUserRequest

type NullableUpdateUserRequest struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateUserRequest

func NewNullableUpdateUserRequest(val *UpdateUserRequest) *NullableUpdateUserRequest

func (NullableUpdateUserRequest) Get

func (NullableUpdateUserRequest) IsSet

func (v NullableUpdateUserRequest) IsSet() bool

func (NullableUpdateUserRequest) MarshalJSON

func (v NullableUpdateUserRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateUserRequest) Set

func (*NullableUpdateUserRequest) UnmarshalJSON

func (v *NullableUpdateUserRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateUserRequest) Unset

func (v *NullableUpdateUserRequest) Unset()

type NullableUserDetailResponse

type NullableUserDetailResponse struct {
	// contains filtered or unexported fields
}

func NewNullableUserDetailResponse

func NewNullableUserDetailResponse(val *UserDetailResponse) *NullableUserDetailResponse

func (NullableUserDetailResponse) Get

func (NullableUserDetailResponse) IsSet

func (v NullableUserDetailResponse) IsSet() bool

func (NullableUserDetailResponse) MarshalJSON

func (v NullableUserDetailResponse) MarshalJSON() ([]byte, error)

func (*NullableUserDetailResponse) Set

func (*NullableUserDetailResponse) UnmarshalJSON

func (v *NullableUserDetailResponse) UnmarshalJSON(src []byte) error

func (*NullableUserDetailResponse) Unset

func (v *NullableUserDetailResponse) Unset()

type NullableVerifyAddEmailTokenRequest

type NullableVerifyAddEmailTokenRequest struct {
	// contains filtered or unexported fields
}

func (NullableVerifyAddEmailTokenRequest) Get

func (NullableVerifyAddEmailTokenRequest) IsSet

func (NullableVerifyAddEmailTokenRequest) MarshalJSON

func (v NullableVerifyAddEmailTokenRequest) MarshalJSON() ([]byte, error)

func (*NullableVerifyAddEmailTokenRequest) Set

func (*NullableVerifyAddEmailTokenRequest) UnmarshalJSON

func (v *NullableVerifyAddEmailTokenRequest) UnmarshalJSON(src []byte) error

func (*NullableVerifyAddEmailTokenRequest) Unset

type NullableVerifyOperatorsRequest

type NullableVerifyOperatorsRequest struct {
	// contains filtered or unexported fields
}

func (NullableVerifyOperatorsRequest) Get

func (NullableVerifyOperatorsRequest) IsSet

func (NullableVerifyOperatorsRequest) MarshalJSON

func (v NullableVerifyOperatorsRequest) MarshalJSON() ([]byte, error)

func (*NullableVerifyOperatorsRequest) Set

func (*NullableVerifyOperatorsRequest) UnmarshalJSON

func (v *NullableVerifyOperatorsRequest) UnmarshalJSON(src []byte) error

func (*NullableVerifyOperatorsRequest) Unset

func (v *NullableVerifyOperatorsRequest) Unset()

type NullableVerifyPasswordResetTokenRequest

type NullableVerifyPasswordResetTokenRequest struct {
	// contains filtered or unexported fields
}

func (NullableVerifyPasswordResetTokenRequest) Get

func (NullableVerifyPasswordResetTokenRequest) IsSet

func (NullableVerifyPasswordResetTokenRequest) MarshalJSON

func (v NullableVerifyPasswordResetTokenRequest) MarshalJSON() ([]byte, error)

func (*NullableVerifyPasswordResetTokenRequest) Set

func (*NullableVerifyPasswordResetTokenRequest) UnmarshalJSON

func (v *NullableVerifyPasswordResetTokenRequest) UnmarshalJSON(src []byte) error

func (*NullableVerifyPasswordResetTokenRequest) Unset

type NullableVerifySubscriberTransferTokenRequest

type NullableVerifySubscriberTransferTokenRequest struct {
	// contains filtered or unexported fields
}

func (NullableVerifySubscriberTransferTokenRequest) Get

func (NullableVerifySubscriberTransferTokenRequest) IsSet

func (NullableVerifySubscriberTransferTokenRequest) MarshalJSON

func (*NullableVerifySubscriberTransferTokenRequest) Set

func (*NullableVerifySubscriberTransferTokenRequest) UnmarshalJSON

func (*NullableVerifySubscriberTransferTokenRequest) Unset

type NullableVerifySubscriberTransferTokenResponse

type NullableVerifySubscriberTransferTokenResponse struct {
	// contains filtered or unexported fields
}

func (NullableVerifySubscriberTransferTokenResponse) Get

func (NullableVerifySubscriberTransferTokenResponse) IsSet

func (NullableVerifySubscriberTransferTokenResponse) MarshalJSON

func (*NullableVerifySubscriberTransferTokenResponse) Set

func (*NullableVerifySubscriberTransferTokenResponse) UnmarshalJSON

func (*NullableVerifySubscriberTransferTokenResponse) Unset

type NullableVirtualPrivateGateway

type NullableVirtualPrivateGateway struct {
	// contains filtered or unexported fields
}

func (NullableVirtualPrivateGateway) Get

func (NullableVirtualPrivateGateway) IsSet

func (NullableVirtualPrivateGateway) MarshalJSON

func (v NullableVirtualPrivateGateway) MarshalJSON() ([]byte, error)

func (*NullableVirtualPrivateGateway) Set

func (*NullableVirtualPrivateGateway) UnmarshalJSON

func (v *NullableVirtualPrivateGateway) UnmarshalJSON(src []byte) error

func (*NullableVirtualPrivateGateway) Unset

func (v *NullableVirtualPrivateGateway) Unset()

type NullableVolumeDiscountModel

type NullableVolumeDiscountModel struct {
	// contains filtered or unexported fields
}

func NewNullableVolumeDiscountModel

func NewNullableVolumeDiscountModel(val *VolumeDiscountModel) *NullableVolumeDiscountModel

func (NullableVolumeDiscountModel) Get

func (NullableVolumeDiscountModel) IsSet

func (NullableVolumeDiscountModel) MarshalJSON

func (v NullableVolumeDiscountModel) MarshalJSON() ([]byte, error)

func (*NullableVolumeDiscountModel) Set

func (*NullableVolumeDiscountModel) UnmarshalJSON

func (v *NullableVolumeDiscountModel) UnmarshalJSON(src []byte) error

func (*NullableVolumeDiscountModel) Unset

func (v *NullableVolumeDiscountModel) Unset()

type NullableVpcPeeringConnection

type NullableVpcPeeringConnection struct {
	// contains filtered or unexported fields
}

func NewNullableVpcPeeringConnection

func NewNullableVpcPeeringConnection(val *VpcPeeringConnection) *NullableVpcPeeringConnection

func (NullableVpcPeeringConnection) Get

func (NullableVpcPeeringConnection) IsSet

func (NullableVpcPeeringConnection) MarshalJSON

func (v NullableVpcPeeringConnection) MarshalJSON() ([]byte, error)

func (*NullableVpcPeeringConnection) Set

func (*NullableVpcPeeringConnection) UnmarshalJSON

func (v *NullableVpcPeeringConnection) UnmarshalJSON(src []byte) error

func (*NullableVpcPeeringConnection) Unset

func (v *NullableVpcPeeringConnection) Unset()

type NullableWriteDeviceResourceRequest

type NullableWriteDeviceResourceRequest struct {
	// contains filtered or unexported fields
}

func (NullableWriteDeviceResourceRequest) Get

func (NullableWriteDeviceResourceRequest) IsSet

func (NullableWriteDeviceResourceRequest) MarshalJSON

func (v NullableWriteDeviceResourceRequest) MarshalJSON() ([]byte, error)

func (*NullableWriteDeviceResourceRequest) Set

func (*NullableWriteDeviceResourceRequest) UnmarshalJSON

func (v *NullableWriteDeviceResourceRequest) UnmarshalJSON(src []byte) error

func (*NullableWriteDeviceResourceRequest) Unset

type NullableWriteDeviceResourceRequestValue

type NullableWriteDeviceResourceRequestValue struct {
	// contains filtered or unexported fields
}

func (NullableWriteDeviceResourceRequestValue) Get

func (NullableWriteDeviceResourceRequestValue) IsSet

func (NullableWriteDeviceResourceRequestValue) MarshalJSON

func (v NullableWriteDeviceResourceRequestValue) MarshalJSON() ([]byte, error)

func (*NullableWriteDeviceResourceRequestValue) Set

func (*NullableWriteDeviceResourceRequestValue) UnmarshalJSON

func (v *NullableWriteDeviceResourceRequestValue) UnmarshalJSON(src []byte) error

func (*NullableWriteDeviceResourceRequestValue) Unset

type ObjectInstance

type ObjectInstance struct {
	Id        *int32                       `json:"id,omitempty"`
	Observed  *bool                        `json:"observed,omitempty"`
	Resources *map[string]ResourceInstance `json:"resources,omitempty"`
}

ObjectInstance struct for ObjectInstance

func NewObjectInstance

func NewObjectInstance() *ObjectInstance

NewObjectInstance instantiates a new ObjectInstance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewObjectInstanceWithDefaults

func NewObjectInstanceWithDefaults() *ObjectInstance

NewObjectInstanceWithDefaults instantiates a new ObjectInstance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ObjectInstance) GetId

func (o *ObjectInstance) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ObjectInstance) GetIdOk

func (o *ObjectInstance) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ObjectInstance) GetObserved

func (o *ObjectInstance) GetObserved() bool

GetObserved returns the Observed field value if set, zero value otherwise.

func (*ObjectInstance) GetObservedOk

func (o *ObjectInstance) GetObservedOk() (*bool, bool)

GetObservedOk returns a tuple with the Observed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ObjectInstance) GetResources

func (o *ObjectInstance) GetResources() map[string]ResourceInstance

GetResources returns the Resources field value if set, zero value otherwise.

func (*ObjectInstance) GetResourcesOk

func (o *ObjectInstance) GetResourcesOk() (*map[string]ResourceInstance, bool)

GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ObjectInstance) HasId

func (o *ObjectInstance) HasId() bool

HasId returns a boolean if a field has been set.

func (*ObjectInstance) HasObserved

func (o *ObjectInstance) HasObserved() bool

HasObserved returns a boolean if a field has been set.

func (*ObjectInstance) HasResources

func (o *ObjectInstance) HasResources() bool

HasResources returns a boolean if a field has been set.

func (ObjectInstance) MarshalJSON

func (o ObjectInstance) MarshalJSON() ([]byte, error)

func (*ObjectInstance) SetId

func (o *ObjectInstance) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ObjectInstance) SetObserved

func (o *ObjectInstance) SetObserved(v bool)

SetObserved gets a reference to the given bool and assigns it to the Observed field.

func (*ObjectInstance) SetResources

func (o *ObjectInstance) SetResources(v map[string]ResourceInstance)

SetResources gets a reference to the given map[string]ResourceInstance and assigns it to the Resources field.

type OpenGateRequest

type OpenGateRequest struct {
	PrivacySeparatorEnabled *bool  `json:"privacySeparatorEnabled,omitempty"`
	VxlanId                 *int32 `json:"vxlanId,omitempty"`
}

OpenGateRequest struct for OpenGateRequest

func NewOpenGateRequest

func NewOpenGateRequest() *OpenGateRequest

NewOpenGateRequest instantiates a new OpenGateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOpenGateRequestWithDefaults

func NewOpenGateRequestWithDefaults() *OpenGateRequest

NewOpenGateRequestWithDefaults instantiates a new OpenGateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OpenGateRequest) GetPrivacySeparatorEnabled

func (o *OpenGateRequest) GetPrivacySeparatorEnabled() bool

GetPrivacySeparatorEnabled returns the PrivacySeparatorEnabled field value if set, zero value otherwise.

func (*OpenGateRequest) GetPrivacySeparatorEnabledOk

func (o *OpenGateRequest) GetPrivacySeparatorEnabledOk() (*bool, bool)

GetPrivacySeparatorEnabledOk returns a tuple with the PrivacySeparatorEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OpenGateRequest) GetVxlanId

func (o *OpenGateRequest) GetVxlanId() int32

GetVxlanId returns the VxlanId field value if set, zero value otherwise.

func (*OpenGateRequest) GetVxlanIdOk

func (o *OpenGateRequest) GetVxlanIdOk() (*int32, bool)

GetVxlanIdOk returns a tuple with the VxlanId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OpenGateRequest) HasPrivacySeparatorEnabled

func (o *OpenGateRequest) HasPrivacySeparatorEnabled() bool

HasPrivacySeparatorEnabled returns a boolean if a field has been set.

func (*OpenGateRequest) HasVxlanId

func (o *OpenGateRequest) HasVxlanId() bool

HasVxlanId returns a boolean if a field has been set.

func (OpenGateRequest) MarshalJSON

func (o OpenGateRequest) MarshalJSON() ([]byte, error)

func (*OpenGateRequest) SetPrivacySeparatorEnabled

func (o *OpenGateRequest) SetPrivacySeparatorEnabled(v bool)

SetPrivacySeparatorEnabled gets a reference to the given bool and assigns it to the PrivacySeparatorEnabled field.

func (*OpenGateRequest) SetVxlanId

func (o *OpenGateRequest) SetVxlanId(v int32)

SetVxlanId gets a reference to the given int32 and assigns it to the VxlanId field.

type OperatorApiService

type OperatorApiService service

OperatorApiService OperatorApi service

func (*OperatorApiService) AddCoverageType

func (a *OperatorApiService) AddCoverageType(ctx context.Context, operatorId string, coverageType string) ApiAddCoverageTypeRequest

AddCoverageType Add coverage type

Operator に新規のカバレッジタイプを追加する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param coverageType coverage_type
@return ApiAddCoverageTypeRequest

func (*OperatorApiService) AddCoverageTypeExecute

func (a *OperatorApiService) AddCoverageTypeExecute(r ApiAddCoverageTypeRequest) (*http.Response, error)

Execute executes the request

func (*OperatorApiService) AddOperatorContract

func (a *OperatorApiService) AddOperatorContract(ctx context.Context, operatorId string) ApiAddOperatorContractRequest

AddOperatorContract Add Operator Contract

Operator のオプション契約を追加する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiAddOperatorContractRequest

func (*OperatorApiService) AddOperatorContractExecute

Execute executes the request

@return ContractUpdatedResponse

func (*OperatorApiService) CreateCompanyInformation

func (a *OperatorApiService) CreateCompanyInformation(ctx context.Context, operatorId string) ApiCreateCompanyInformationRequest

CreateCompanyInformation Create company information

Operator の企業情報を設定する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiCreateCompanyInformationRequest

func (*OperatorApiService) CreateCompanyInformationExecute

func (a *OperatorApiService) CreateCompanyInformationExecute(r ApiCreateCompanyInformationRequest) (*http.Response, error)

Execute executes the request

func (*OperatorApiService) CreateIndividualInformation

func (a *OperatorApiService) CreateIndividualInformation(ctx context.Context, operatorId string) ApiCreateIndividualInformationRequest

CreateIndividualInformation Create individual information

Operator の個人情報を設定する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiCreateIndividualInformationRequest

func (*OperatorApiService) CreateIndividualInformationExecute

func (a *OperatorApiService) CreateIndividualInformationExecute(r ApiCreateIndividualInformationRequest) (*http.Response, error)

Execute executes the request

func (*OperatorApiService) CreateOperator

CreateOperator Create Operator

Operator の新規登録をリクエストする。パラメーターで指定されたメールアドレスに宛てて、Operator 登録確認用のワンタイムトークンを含んだメールが送信される。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateOperatorRequest

func (*OperatorApiService) CreateOperatorExecute

func (a *OperatorApiService) CreateOperatorExecute(r ApiCreateOperatorRequest) (*http.Response, error)

Execute executes the request

func (*OperatorApiService) DeleteOperatorAuthKey

func (a *OperatorApiService) DeleteOperatorAuthKey(ctx context.Context, operatorId string, authKeyId string) ApiDeleteOperatorAuthKeyRequest

DeleteOperatorAuthKey Delete Operator AuthKey

Operator の AuthKey を削除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param authKeyId auth_key_id
@return ApiDeleteOperatorAuthKeyRequest

func (*OperatorApiService) DeleteOperatorAuthKeyExecute

func (a *OperatorApiService) DeleteOperatorAuthKeyExecute(r ApiDeleteOperatorAuthKeyRequest) (*http.Response, error)

Execute executes the request

func (*OperatorApiService) DeleteOperatorContract

func (a *OperatorApiService) DeleteOperatorContract(ctx context.Context, operatorId string, contractName string) ApiDeleteOperatorContractRequest

DeleteOperatorContract Delete Operator Contract

Opearator のオプション契約を解除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param contractName contract_name
@return ApiDeleteOperatorContractRequest

func (*OperatorApiService) DeleteOperatorContractExecute

func (a *OperatorApiService) DeleteOperatorContractExecute(r ApiDeleteOperatorContractRequest) (*http.Response, error)

Execute executes the request

func (*OperatorApiService) EnableMFA

func (a *OperatorApiService) EnableMFA(ctx context.Context, operatorId string) ApiEnableMFARequest

EnableMFA Enable Operator's MFA.

オペレーターの MFA を有効化します。この API を呼んだ後に、`Operator:verifyMFA` API を用いて MFA OTP を検証する必要があります。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiEnableMFARequest

func (*OperatorApiService) EnableMFAExecute

Execute executes the request

@return EnableMFAOTPResponse

func (*OperatorApiService) GenerateAuthToken

func (a *OperatorApiService) GenerateAuthToken(ctx context.Context, operatorId string) ApiGenerateAuthTokenRequest

GenerateAuthToken Generate Authentication Token

新しい API トークンを発行する。現在の API トークンをヘッダーに入れてリクエストを行うと、新しい API トークンを含んだレスポンスを返す。以降のリクエスト時にはこの新しい API トークンを用いることができる。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiGenerateAuthTokenRequest

func (*OperatorApiService) GenerateAuthTokenExecute

Execute executes the request

@return GenerateTokenResponse

func (*OperatorApiService) GenerateOperatorAuthKey

func (a *OperatorApiService) GenerateOperatorAuthKey(ctx context.Context, operatorId string) ApiGenerateOperatorAuthKeyRequest

GenerateOperatorAuthKey Generate Operator AuthKey

Operator の AuthKey を生成する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiGenerateOperatorAuthKeyRequest

func (*OperatorApiService) GenerateOperatorAuthKeyExecute

Execute executes the request

@return GenerateOperatorsAuthKeyResponse

func (*OperatorApiService) GenerateSupportToken

func (a *OperatorApiService) GenerateSupportToken(ctx context.Context, operatorId string) ApiGenerateSupportTokenRequest

GenerateSupportToken Generate Token for Support Console

サポート画面アクセス用のトークンを返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiGenerateSupportTokenRequest

func (*OperatorApiService) GenerateSupportTokenExecute

Execute executes the request

@return SupportTokenResponse

func (*OperatorApiService) GetCompanyInformation

func (a *OperatorApiService) GetCompanyInformation(ctx context.Context, operatorId string) ApiGetCompanyInformationRequest

GetCompanyInformation Get company information

Operator の企業情報を返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiGetCompanyInformationRequest

func (*OperatorApiService) GetCompanyInformationExecute

Execute executes the request

@return CompanyInformationModel

func (*OperatorApiService) GetIndividualInformation

func (a *OperatorApiService) GetIndividualInformation(ctx context.Context, operatorId string) ApiGetIndividualInformationRequest

GetIndividualInformation Get individual information

Operator の個人情報を返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiGetIndividualInformationRequest

func (*OperatorApiService) GetIndividualInformationExecute

Execute executes the request

@return IndividualInformationModel

func (*OperatorApiService) GetMFAStatus

func (a *OperatorApiService) GetMFAStatus(ctx context.Context, operatorId string) ApiGetMFAStatusRequest

GetMFAStatus Get Operator's MFA Status.

オペレーターの MFA の状態を取得します。MFA の状態は `ACTIVE`, `INACTIVE` もしくは `UNCONFIRMED` のいずれかです。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiGetMFAStatusRequest

func (*OperatorApiService) GetMFAStatusExecute

Execute executes the request

@return MFAStatusOfUseResponse

func (*OperatorApiService) GetOperator

func (a *OperatorApiService) GetOperator(ctx context.Context, operatorId string) ApiGetOperatorRequest

GetOperator Get Operator

Operator の情報を返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiGetOperatorRequest

func (*OperatorApiService) GetOperatorExecute

Execute executes the request

@return GetOperatorResponse

func (*OperatorApiService) IssueMFARevokingToken

func (a *OperatorApiService) IssueMFARevokingToken(ctx context.Context) ApiIssueMFARevokingTokenRequest

IssueMFARevokingToken Issue Operator's MFA Revoke Token.

オペレーターの MFA を無効化するためのトークンを発行します。この API が呼ばれた後、トークンはメールで送信されます。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIssueMFARevokingTokenRequest

func (*OperatorApiService) IssueMFARevokingTokenExecute

func (a *OperatorApiService) IssueMFARevokingTokenExecute(r ApiIssueMFARevokingTokenRequest) (*http.Response, error)

Execute executes the request

func (*OperatorApiService) ListOperatorAuthKeys

func (a *OperatorApiService) ListOperatorAuthKeys(ctx context.Context, operatorId string) ApiListOperatorAuthKeysRequest

ListOperatorAuthKeys List Operator AuthKeys

Operator の AuthKey 一覧を返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiListOperatorAuthKeysRequest

func (*OperatorApiService) ListOperatorAuthKeysExecute

func (a *OperatorApiService) ListOperatorAuthKeysExecute(r ApiListOperatorAuthKeysRequest) ([]AuthKeyResponse, *http.Response, error)

Execute executes the request

@return []AuthKeyResponse

func (*OperatorApiService) RevokeMFA

func (a *OperatorApiService) RevokeMFA(ctx context.Context, operatorId string) ApiRevokeMFARequest

RevokeMFA Revoke Operator's MFA.

オペレーターの MFA を無効化します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiRevokeMFARequest

func (*OperatorApiService) RevokeMFAExecute

func (a *OperatorApiService) RevokeMFAExecute(r ApiRevokeMFARequest) (*http.Response, error)

Execute executes the request

func (*OperatorApiService) RevokeOperatorAuthTokens

func (a *OperatorApiService) RevokeOperatorAuthTokens(ctx context.Context, operatorId string) ApiRevokeOperatorAuthTokensRequest

RevokeOperatorAuthTokens ルートユーザーが発行した全ての API キーと API トークンを無効化します。

ルートユーザーが発行した全ての API キーと API トークンを無効化します。無効化したあとは、有効期間に関わらず API キーと API トークンを用いて SORACOM API を呼び出すことはできません。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId オペレーターID
@return ApiRevokeOperatorAuthTokensRequest

func (*OperatorApiService) RevokeOperatorAuthTokensExecute

func (a *OperatorApiService) RevokeOperatorAuthTokensExecute(r ApiRevokeOperatorAuthTokensRequest) (*http.Response, error)

Execute executes the request

func (*OperatorApiService) UpdateCompanyInformation

func (a *OperatorApiService) UpdateCompanyInformation(ctx context.Context, operatorId string) ApiUpdateCompanyInformationRequest

UpdateCompanyInformation Update company information

Operator の企業情報を更新する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiUpdateCompanyInformationRequest

func (*OperatorApiService) UpdateCompanyInformationExecute

func (a *OperatorApiService) UpdateCompanyInformationExecute(r ApiUpdateCompanyInformationRequest) (*http.Response, error)

Execute executes the request

func (*OperatorApiService) UpdateIndividualInformation

func (a *OperatorApiService) UpdateIndividualInformation(ctx context.Context, operatorId string) ApiUpdateIndividualInformationRequest

UpdateIndividualInformation Update individual information

Operator の個人情報を更新する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiUpdateIndividualInformationRequest

func (*OperatorApiService) UpdateIndividualInformationExecute

func (a *OperatorApiService) UpdateIndividualInformationExecute(r ApiUpdateIndividualInformationRequest) (*http.Response, error)

Execute executes the request

func (*OperatorApiService) UpdateOperatorPassword

func (a *OperatorApiService) UpdateOperatorPassword(ctx context.Context, operatorId string) ApiUpdateOperatorPasswordRequest

UpdateOperatorPassword Update Operator Password

Operator のパスワードを更新する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiUpdateOperatorPasswordRequest

func (*OperatorApiService) UpdateOperatorPasswordExecute

func (a *OperatorApiService) UpdateOperatorPasswordExecute(r ApiUpdateOperatorPasswordRequest) (*http.Response, error)

Execute executes the request

func (*OperatorApiService) VerifyMFA

func (a *OperatorApiService) VerifyMFA(ctx context.Context, operatorId string) ApiVerifyMFARequest

VerifyMFA Verify Operator's MFA OTP Code.

オペレーターの MFA OTP を検証します。 `Operator:enableMFA` を呼んだ後に呼び出す必要があります。この API で正しく検証が行われるまで、MFA は有効になりません。この API のレスポンスとして返ってくるバックアップコードは必ず保管してください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiVerifyMFARequest

func (*OperatorApiService) VerifyMFAExecute

Execute executes the request

@return OperatorMFAVerifyingResponse

func (*OperatorApiService) VerifyMFARevokingToken

func (a *OperatorApiService) VerifyMFARevokingToken(ctx context.Context) ApiVerifyMFARevokingTokenRequest

VerifyMFARevokingToken Verify Operator's MFA revoke token.

MFA を無効化するためのワンタイムトークン、アカウントのメールアドレス、パスワードおよびバックアップコードの組み合わせによって MFA を無効化します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiVerifyMFARevokingTokenRequest

func (*OperatorApiService) VerifyMFARevokingTokenExecute

func (a *OperatorApiService) VerifyMFARevokingTokenExecute(r ApiVerifyMFARevokingTokenRequest) (*http.Response, error)

Execute executes the request

func (*OperatorApiService) VerifyOperator

VerifyOperator Verify Operator

Operator 登録の確認を行う。メールで送られてくる確認用ワンタイムトークンをパラメーターに含めて呼び出しを行う。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiVerifyOperatorRequest

func (*OperatorApiService) VerifyOperatorExecute

func (a *OperatorApiService) VerifyOperatorExecute(r ApiVerifyOperatorRequest) (*http.Response, error)

Execute executes the request

type OperatorMFAVerifyingResponse

type OperatorMFAVerifyingResponse struct {
	BackupCodes []string `json:"backupCodes,omitempty"`
}

OperatorMFAVerifyingResponse struct for OperatorMFAVerifyingResponse

func NewOperatorMFAVerifyingResponse

func NewOperatorMFAVerifyingResponse() *OperatorMFAVerifyingResponse

NewOperatorMFAVerifyingResponse instantiates a new OperatorMFAVerifyingResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOperatorMFAVerifyingResponseWithDefaults

func NewOperatorMFAVerifyingResponseWithDefaults() *OperatorMFAVerifyingResponse

NewOperatorMFAVerifyingResponseWithDefaults instantiates a new OperatorMFAVerifyingResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OperatorMFAVerifyingResponse) GetBackupCodes

func (o *OperatorMFAVerifyingResponse) GetBackupCodes() []string

GetBackupCodes returns the BackupCodes field value if set, zero value otherwise.

func (*OperatorMFAVerifyingResponse) GetBackupCodesOk

func (o *OperatorMFAVerifyingResponse) GetBackupCodesOk() ([]string, bool)

GetBackupCodesOk returns a tuple with the BackupCodes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OperatorMFAVerifyingResponse) HasBackupCodes

func (o *OperatorMFAVerifyingResponse) HasBackupCodes() bool

HasBackupCodes returns a boolean if a field has been set.

func (OperatorMFAVerifyingResponse) MarshalJSON

func (o OperatorMFAVerifyingResponse) MarshalJSON() ([]byte, error)

func (*OperatorMFAVerifyingResponse) SetBackupCodes

func (o *OperatorMFAVerifyingResponse) SetBackupCodes(v []string)

SetBackupCodes gets a reference to the given []string and assigns it to the BackupCodes field.

type OrderApiService

type OrderApiService service

OrderApiService OrderApi service

func (*OrderApiService) CancelOrder

func (a *OrderApiService) CancelOrder(ctx context.Context, orderId string) ApiCancelOrderRequest

CancelOrder Cancel order.

発注をキャンセルします。既に発送済みの場合はエラーが返されます。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param orderId 発注 ID。[`Order:listOrders API`](#/Order/listOrders) を呼び出すと取得できます。
@return ApiCancelOrderRequest

func (*OrderApiService) CancelOrderExecute

func (a *OrderApiService) CancelOrderExecute(r ApiCancelOrderRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*OrderApiService) ConfirmCouponOrder

func (a *OrderApiService) ConfirmCouponOrder(ctx context.Context, orderId string) ApiConfirmCouponOrderRequest

ConfirmCouponOrder Confirm coupon order.

与信を実施し、問題ない場合に発注を確定します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param orderId 発注 ID
@return ApiConfirmCouponOrderRequest

func (*OrderApiService) ConfirmCouponOrderExecute

func (a *OrderApiService) ConfirmCouponOrderExecute(r ApiConfirmCouponOrderRequest) (*CouponResponse, *http.Response, error)

Execute executes the request

@return CouponResponse

func (*OrderApiService) ConfirmOrder

func (a *OrderApiService) ConfirmOrder(ctx context.Context, orderId string) ApiConfirmOrderRequest

ConfirmOrder Confirm order.

与信を実施し、問題ない場合に発注を確定します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param orderId 発注 ID。[`Order:listOrders API`](#/Order/listOrders) を呼び出すと取得できます。
@return ApiConfirmOrderRequest

func (*OrderApiService) ConfirmOrderExecute

func (a *OrderApiService) ConfirmOrderExecute(r ApiConfirmOrderRequest) (*http.Response, error)

Execute executes the request

func (*OrderApiService) ConfirmVolumeDiscountOrder

func (a *OrderApiService) ConfirmVolumeDiscountOrder(ctx context.Context, orderId string) ApiConfirmVolumeDiscountOrderRequest

ConfirmVolumeDiscountOrder Confirm long term discount order.

与信を実施し、問題ない場合に発注を確定します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param orderId 発注 ID
@return ApiConfirmVolumeDiscountOrderRequest

func (*OrderApiService) ConfirmVolumeDiscountOrderExecute

Execute executes the request

@return GetVolumeDiscountResponse

func (*OrderApiService) CreateCouponQuotation

func (a *OrderApiService) CreateCouponQuotation(ctx context.Context) ApiCreateCouponQuotationRequest

CreateCouponQuotation Create coupon quotation.

新規でクーポンの見積もりの作成を行います。orderId を/confirm に PUT すると発注が完了します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCouponQuotationRequest

func (*OrderApiService) CreateCouponQuotationExecute

Execute executes the request

@return EstimatedCouponModel

func (*OrderApiService) CreateQuotation

func (a *OrderApiService) CreateQuotation(ctx context.Context) ApiCreateQuotationRequest

CreateQuotation Create Quotation

新規で発注見積もりの作成を行います。orderId を/confirm に PUT すると発注が完了します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateQuotationRequest

func (*OrderApiService) CreateQuotationExecute

Execute executes the request

@return EstimatedOrderModel

func (*OrderApiService) CreateVolumeDiscountQuotation

func (a *OrderApiService) CreateVolumeDiscountQuotation(ctx context.Context) ApiCreateVolumeDiscountQuotationRequest

CreateVolumeDiscountQuotation Create long term discount quotation.

新規で長期利用割引の見積もりの作成を行います。orderId を/confirm に PUT すると発注が完了します。(現時点では、長期利用割引は plan-D バンドルなし、plan-K でのみ利用できます。)

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateVolumeDiscountQuotationRequest

func (*OrderApiService) CreateVolumeDiscountQuotationExecute

Execute executes the request

@return EstimatedVolumeDiscountModel

func (*OrderApiService) GetOrder

func (a *OrderApiService) GetOrder(ctx context.Context, orderId string) ApiGetOrderRequest

GetOrder 発注確定済みの発注情報を 1 件だけ取得する

発注確定済みの注文履歴を 1 件だけ取得します。

**Warning**: 取得できる注文履歴は、過去 18 か月までです。それ以前の注文履歴が必要な場合は、[SORACOM サポート](/ja-jp/docs/support/) に問い合わせてください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param orderId 発注 ID。[`Order:listOrders API`](#/Order/listOrders) を呼び出すと取得できます。
@return ApiGetOrderRequest

func (*OrderApiService) GetOrderExecute

Execute executes the request

@return GetOrderResponse

func (*OrderApiService) ListAvailableDiscounts

func (a *OrderApiService) ListAvailableDiscounts(ctx context.Context) ApiListAvailableDiscountsRequest

ListAvailableDiscounts List available long term discounts.

購入可能な長期利用割引のリストを返します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListAvailableDiscountsRequest

func (*OrderApiService) ListAvailableDiscountsExecute

Execute executes the request

@return AvailableLongTermDiscountResponse

func (*OrderApiService) ListOrderedSubscribers

func (a *OrderApiService) ListOrderedSubscribers(ctx context.Context, orderId string) ApiListOrderedSubscribersRequest

ListOrderedSubscribers List ordered subscribers.

発注した SIM の Subscriber 一覧を返します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param orderId 発注 ID。[`Order:listOrders API`](#/Order/listOrders) を呼び出すと取得できます。
@return ApiListOrderedSubscribersRequest

func (*OrderApiService) ListOrderedSubscribersExecute

Execute executes the request

@return ListOrderedSubscriberResponse

func (*OrderApiService) ListOrders

ListOrders 発注確定済みの注文履歴の一覧を取得する

発注確定済みの注文履歴の一覧を取得します。

**Warning**: 取得できる注文履歴は、過去 18 か月までです。それ以前の注文履歴が必要な場合は、[SORACOM サポート](/ja-jp/docs/support/) に問い合わせてください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListOrdersRequest

func (*OrderApiService) ListOrdersExecute

Execute executes the request

@return ListOrderResponse

func (*OrderApiService) ListProducts

ListProducts List products

商品一覧を返します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListProductsRequest

func (*OrderApiService) ListProductsExecute

Execute executes the request

@return ListProductResponse

func (*OrderApiService) RegisterOrderedSim

func (a *OrderApiService) RegisterOrderedSim(ctx context.Context, orderId string) ApiRegisterOrderedSimRequest

RegisterOrderedSim Register subscribers for operator.

発注した SIM をオペレーターに登録します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param orderId 発注 ID。[`Order:listOrders API`](#/Order/listOrders) を呼び出すと取得できます。
@return ApiRegisterOrderedSimRequest

func (*OrderApiService) RegisterOrderedSimExecute

func (a *OrderApiService) RegisterOrderedSimExecute(r ApiRegisterOrderedSimRequest) (string, *http.Response, error)

Execute executes the request

@return string

type OrderItemModel

type OrderItemModel struct {
	// 商品コード
	ProductCode *string `json:"productCode,omitempty"`
	// 購入数
	Quantity *int32 `json:"quantity,omitempty"`
}

OrderItemModel struct for OrderItemModel

func NewOrderItemModel

func NewOrderItemModel() *OrderItemModel

NewOrderItemModel instantiates a new OrderItemModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrderItemModelWithDefaults

func NewOrderItemModelWithDefaults() *OrderItemModel

NewOrderItemModelWithDefaults instantiates a new OrderItemModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrderItemModel) GetProductCode

func (o *OrderItemModel) GetProductCode() string

GetProductCode returns the ProductCode field value if set, zero value otherwise.

func (*OrderItemModel) GetProductCodeOk

func (o *OrderItemModel) GetProductCodeOk() (*string, bool)

GetProductCodeOk returns a tuple with the ProductCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderItemModel) GetQuantity

func (o *OrderItemModel) GetQuantity() int32

GetQuantity returns the Quantity field value if set, zero value otherwise.

func (*OrderItemModel) GetQuantityOk

func (o *OrderItemModel) GetQuantityOk() (*int32, bool)

GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderItemModel) HasProductCode

func (o *OrderItemModel) HasProductCode() bool

HasProductCode returns a boolean if a field has been set.

func (*OrderItemModel) HasQuantity

func (o *OrderItemModel) HasQuantity() bool

HasQuantity returns a boolean if a field has been set.

func (OrderItemModel) MarshalJSON

func (o OrderItemModel) MarshalJSON() ([]byte, error)

func (*OrderItemModel) SetProductCode

func (o *OrderItemModel) SetProductCode(v string)

SetProductCode gets a reference to the given string and assigns it to the ProductCode field.

func (*OrderItemModel) SetQuantity

func (o *OrderItemModel) SetQuantity(v int32)

SetQuantity gets a reference to the given int32 and assigns it to the Quantity field.

type OrderedSubscriber

type OrderedSubscriber struct {
	// IMSI
	Imsi *string `json:"imsi,omitempty"`
	// MSISDN
	Msisdn *string `json:"msisdn,omitempty"`
	// serialNumber
	SerialNumber *string `json:"serialNumber,omitempty"`
}

OrderedSubscriber struct for OrderedSubscriber

func NewOrderedSubscriber

func NewOrderedSubscriber() *OrderedSubscriber

NewOrderedSubscriber instantiates a new OrderedSubscriber object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrderedSubscriberWithDefaults

func NewOrderedSubscriberWithDefaults() *OrderedSubscriber

NewOrderedSubscriberWithDefaults instantiates a new OrderedSubscriber object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrderedSubscriber) GetImsi

func (o *OrderedSubscriber) GetImsi() string

GetImsi returns the Imsi field value if set, zero value otherwise.

func (*OrderedSubscriber) GetImsiOk

func (o *OrderedSubscriber) GetImsiOk() (*string, bool)

GetImsiOk returns a tuple with the Imsi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderedSubscriber) GetMsisdn

func (o *OrderedSubscriber) GetMsisdn() string

GetMsisdn returns the Msisdn field value if set, zero value otherwise.

func (*OrderedSubscriber) GetMsisdnOk

func (o *OrderedSubscriber) GetMsisdnOk() (*string, bool)

GetMsisdnOk returns a tuple with the Msisdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderedSubscriber) GetSerialNumber

func (o *OrderedSubscriber) GetSerialNumber() string

GetSerialNumber returns the SerialNumber field value if set, zero value otherwise.

func (*OrderedSubscriber) GetSerialNumberOk

func (o *OrderedSubscriber) GetSerialNumberOk() (*string, bool)

GetSerialNumberOk returns a tuple with the SerialNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderedSubscriber) HasImsi

func (o *OrderedSubscriber) HasImsi() bool

HasImsi returns a boolean if a field has been set.

func (*OrderedSubscriber) HasMsisdn

func (o *OrderedSubscriber) HasMsisdn() bool

HasMsisdn returns a boolean if a field has been set.

func (*OrderedSubscriber) HasSerialNumber

func (o *OrderedSubscriber) HasSerialNumber() bool

HasSerialNumber returns a boolean if a field has been set.

func (OrderedSubscriber) MarshalJSON

func (o OrderedSubscriber) MarshalJSON() ([]byte, error)

func (*OrderedSubscriber) SetImsi

func (o *OrderedSubscriber) SetImsi(v string)

SetImsi gets a reference to the given string and assigns it to the Imsi field.

func (*OrderedSubscriber) SetMsisdn

func (o *OrderedSubscriber) SetMsisdn(v string)

SetMsisdn gets a reference to the given string and assigns it to the Msisdn field.

func (*OrderedSubscriber) SetSerialNumber

func (o *OrderedSubscriber) SetSerialNumber(v string)

SetSerialNumber gets a reference to the given string and assigns it to the SerialNumber field.

type PacketCaptureSession

type PacketCaptureSession struct {
	CreatedTime  *time.Time `json:"createdTime,omitempty"`
	Duration     *int32     `json:"duration,omitempty"`
	EndedTime    *time.Time `json:"endedTime,omitempty"`
	FailedReason *string    `json:"failedReason,omitempty"`
	Prefix       *string    `json:"prefix,omitempty"`
	StartedTime  *time.Time `json:"startedTime,omitempty"`
	Status       *string    `json:"status,omitempty"`
	Url          *string    `json:"url,omitempty"`
}

PacketCaptureSession struct for PacketCaptureSession

func NewPacketCaptureSession

func NewPacketCaptureSession() *PacketCaptureSession

NewPacketCaptureSession instantiates a new PacketCaptureSession object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPacketCaptureSessionWithDefaults

func NewPacketCaptureSessionWithDefaults() *PacketCaptureSession

NewPacketCaptureSessionWithDefaults instantiates a new PacketCaptureSession object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PacketCaptureSession) GetCreatedTime

func (o *PacketCaptureSession) GetCreatedTime() time.Time

GetCreatedTime returns the CreatedTime field value if set, zero value otherwise.

func (*PacketCaptureSession) GetCreatedTimeOk

func (o *PacketCaptureSession) GetCreatedTimeOk() (*time.Time, bool)

GetCreatedTimeOk returns a tuple with the CreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PacketCaptureSession) GetDuration

func (o *PacketCaptureSession) GetDuration() int32

GetDuration returns the Duration field value if set, zero value otherwise.

func (*PacketCaptureSession) GetDurationOk

func (o *PacketCaptureSession) GetDurationOk() (*int32, bool)

GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PacketCaptureSession) GetEndedTime

func (o *PacketCaptureSession) GetEndedTime() time.Time

GetEndedTime returns the EndedTime field value if set, zero value otherwise.

func (*PacketCaptureSession) GetEndedTimeOk

func (o *PacketCaptureSession) GetEndedTimeOk() (*time.Time, bool)

GetEndedTimeOk returns a tuple with the EndedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PacketCaptureSession) GetFailedReason

func (o *PacketCaptureSession) GetFailedReason() string

GetFailedReason returns the FailedReason field value if set, zero value otherwise.

func (*PacketCaptureSession) GetFailedReasonOk

func (o *PacketCaptureSession) GetFailedReasonOk() (*string, bool)

GetFailedReasonOk returns a tuple with the FailedReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PacketCaptureSession) GetPrefix

func (o *PacketCaptureSession) GetPrefix() string

GetPrefix returns the Prefix field value if set, zero value otherwise.

func (*PacketCaptureSession) GetPrefixOk

func (o *PacketCaptureSession) GetPrefixOk() (*string, bool)

GetPrefixOk returns a tuple with the Prefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PacketCaptureSession) GetStartedTime

func (o *PacketCaptureSession) GetStartedTime() time.Time

GetStartedTime returns the StartedTime field value if set, zero value otherwise.

func (*PacketCaptureSession) GetStartedTimeOk

func (o *PacketCaptureSession) GetStartedTimeOk() (*time.Time, bool)

GetStartedTimeOk returns a tuple with the StartedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PacketCaptureSession) GetStatus

func (o *PacketCaptureSession) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*PacketCaptureSession) GetStatusOk

func (o *PacketCaptureSession) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PacketCaptureSession) GetUrl

func (o *PacketCaptureSession) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*PacketCaptureSession) GetUrlOk

func (o *PacketCaptureSession) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PacketCaptureSession) HasCreatedTime

func (o *PacketCaptureSession) HasCreatedTime() bool

HasCreatedTime returns a boolean if a field has been set.

func (*PacketCaptureSession) HasDuration

func (o *PacketCaptureSession) HasDuration() bool

HasDuration returns a boolean if a field has been set.

func (*PacketCaptureSession) HasEndedTime

func (o *PacketCaptureSession) HasEndedTime() bool

HasEndedTime returns a boolean if a field has been set.

func (*PacketCaptureSession) HasFailedReason

func (o *PacketCaptureSession) HasFailedReason() bool

HasFailedReason returns a boolean if a field has been set.

func (*PacketCaptureSession) HasPrefix

func (o *PacketCaptureSession) HasPrefix() bool

HasPrefix returns a boolean if a field has been set.

func (*PacketCaptureSession) HasStartedTime

func (o *PacketCaptureSession) HasStartedTime() bool

HasStartedTime returns a boolean if a field has been set.

func (*PacketCaptureSession) HasStatus

func (o *PacketCaptureSession) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*PacketCaptureSession) HasUrl

func (o *PacketCaptureSession) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (PacketCaptureSession) MarshalJSON

func (o PacketCaptureSession) MarshalJSON() ([]byte, error)

func (*PacketCaptureSession) SetCreatedTime

func (o *PacketCaptureSession) SetCreatedTime(v time.Time)

SetCreatedTime gets a reference to the given time.Time and assigns it to the CreatedTime field.

func (*PacketCaptureSession) SetDuration

func (o *PacketCaptureSession) SetDuration(v int32)

SetDuration gets a reference to the given int32 and assigns it to the Duration field.

func (*PacketCaptureSession) SetEndedTime

func (o *PacketCaptureSession) SetEndedTime(v time.Time)

SetEndedTime gets a reference to the given time.Time and assigns it to the EndedTime field.

func (*PacketCaptureSession) SetFailedReason

func (o *PacketCaptureSession) SetFailedReason(v string)

SetFailedReason gets a reference to the given string and assigns it to the FailedReason field.

func (*PacketCaptureSession) SetPrefix

func (o *PacketCaptureSession) SetPrefix(v string)

SetPrefix gets a reference to the given string and assigns it to the Prefix field.

func (*PacketCaptureSession) SetStartedTime

func (o *PacketCaptureSession) SetStartedTime(v time.Time)

SetStartedTime gets a reference to the given time.Time and assigns it to the StartedTime field.

func (*PacketCaptureSession) SetStatus

func (o *PacketCaptureSession) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*PacketCaptureSession) SetUrl

func (o *PacketCaptureSession) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

type PacketCaptureSessionRequest

type PacketCaptureSessionRequest struct {
	Duration int32   `json:"duration"`
	Prefix   *string `json:"prefix,omitempty"`
}

PacketCaptureSessionRequest struct for PacketCaptureSessionRequest

func NewPacketCaptureSessionRequest

func NewPacketCaptureSessionRequest(duration int32) *PacketCaptureSessionRequest

NewPacketCaptureSessionRequest instantiates a new PacketCaptureSessionRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPacketCaptureSessionRequestWithDefaults

func NewPacketCaptureSessionRequestWithDefaults() *PacketCaptureSessionRequest

NewPacketCaptureSessionRequestWithDefaults instantiates a new PacketCaptureSessionRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PacketCaptureSessionRequest) GetDuration

func (o *PacketCaptureSessionRequest) GetDuration() int32

GetDuration returns the Duration field value

func (*PacketCaptureSessionRequest) GetDurationOk

func (o *PacketCaptureSessionRequest) GetDurationOk() (*int32, bool)

GetDurationOk returns a tuple with the Duration field value and a boolean to check if the value has been set.

func (*PacketCaptureSessionRequest) GetPrefix

func (o *PacketCaptureSessionRequest) GetPrefix() string

GetPrefix returns the Prefix field value if set, zero value otherwise.

func (*PacketCaptureSessionRequest) GetPrefixOk

func (o *PacketCaptureSessionRequest) GetPrefixOk() (*string, bool)

GetPrefixOk returns a tuple with the Prefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PacketCaptureSessionRequest) HasPrefix

func (o *PacketCaptureSessionRequest) HasPrefix() bool

HasPrefix returns a boolean if a field has been set.

func (PacketCaptureSessionRequest) MarshalJSON

func (o PacketCaptureSessionRequest) MarshalJSON() ([]byte, error)

func (*PacketCaptureSessionRequest) SetDuration

func (o *PacketCaptureSessionRequest) SetDuration(v int32)

SetDuration sets field value

func (*PacketCaptureSessionRequest) SetPrefix

func (o *PacketCaptureSessionRequest) SetPrefix(v string)

SetPrefix gets a reference to the given string and assigns it to the Prefix field.

type PaymentAmount

type PaymentAmount struct {
	// 通貨
	Currency       *string  `json:"currency,omitempty"`
	PaymentAmount  *float32 `json:"paymentAmount,omitempty"`
	SubTotalAmount *float32 `json:"subTotalAmount,omitempty"`
	// 税額
	TaxAmount *float64 `json:"taxAmount,omitempty"`
	// 非課税小計
	TaxFreeSubTotalAmount *float64               `json:"taxFreeSubTotalAmount,omitempty"`
	TaxRate               map[string]interface{} `json:"taxRate,omitempty"`
	// 課税小計
	TaxableSubTotalAmount *float64 `json:"taxableSubTotalAmount,omitempty"`
	// 合計額 (税込)
	TotalAmount *float64 `json:"totalAmount,omitempty"`
	// 源泉徴収税額
	WithholdingTaxAmount *float64 `json:"withholdingTaxAmount,omitempty"`
}

PaymentAmount Payment amount

func NewPaymentAmount

func NewPaymentAmount() *PaymentAmount

NewPaymentAmount instantiates a new PaymentAmount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPaymentAmountWithDefaults

func NewPaymentAmountWithDefaults() *PaymentAmount

NewPaymentAmountWithDefaults instantiates a new PaymentAmount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PaymentAmount) GetCurrency

func (o *PaymentAmount) GetCurrency() string

GetCurrency returns the Currency field value if set, zero value otherwise.

func (*PaymentAmount) GetCurrencyOk

func (o *PaymentAmount) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaymentAmount) GetPaymentAmount

func (o *PaymentAmount) GetPaymentAmount() float32

GetPaymentAmount returns the PaymentAmount field value if set, zero value otherwise.

func (*PaymentAmount) GetPaymentAmountOk

func (o *PaymentAmount) GetPaymentAmountOk() (*float32, bool)

GetPaymentAmountOk returns a tuple with the PaymentAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaymentAmount) GetSubTotalAmount

func (o *PaymentAmount) GetSubTotalAmount() float32

GetSubTotalAmount returns the SubTotalAmount field value if set, zero value otherwise.

func (*PaymentAmount) GetSubTotalAmountOk

func (o *PaymentAmount) GetSubTotalAmountOk() (*float32, bool)

GetSubTotalAmountOk returns a tuple with the SubTotalAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaymentAmount) GetTaxAmount

func (o *PaymentAmount) GetTaxAmount() float64

GetTaxAmount returns the TaxAmount field value if set, zero value otherwise.

func (*PaymentAmount) GetTaxAmountOk

func (o *PaymentAmount) GetTaxAmountOk() (*float64, bool)

GetTaxAmountOk returns a tuple with the TaxAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaymentAmount) GetTaxFreeSubTotalAmount

func (o *PaymentAmount) GetTaxFreeSubTotalAmount() float64

GetTaxFreeSubTotalAmount returns the TaxFreeSubTotalAmount field value if set, zero value otherwise.

func (*PaymentAmount) GetTaxFreeSubTotalAmountOk

func (o *PaymentAmount) GetTaxFreeSubTotalAmountOk() (*float64, bool)

GetTaxFreeSubTotalAmountOk returns a tuple with the TaxFreeSubTotalAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaymentAmount) GetTaxRate

func (o *PaymentAmount) GetTaxRate() map[string]interface{}

GetTaxRate returns the TaxRate field value if set, zero value otherwise.

func (*PaymentAmount) GetTaxRateOk

func (o *PaymentAmount) GetTaxRateOk() (map[string]interface{}, bool)

GetTaxRateOk returns a tuple with the TaxRate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaymentAmount) GetTaxableSubTotalAmount

func (o *PaymentAmount) GetTaxableSubTotalAmount() float64

GetTaxableSubTotalAmount returns the TaxableSubTotalAmount field value if set, zero value otherwise.

func (*PaymentAmount) GetTaxableSubTotalAmountOk

func (o *PaymentAmount) GetTaxableSubTotalAmountOk() (*float64, bool)

GetTaxableSubTotalAmountOk returns a tuple with the TaxableSubTotalAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaymentAmount) GetTotalAmount

func (o *PaymentAmount) GetTotalAmount() float64

GetTotalAmount returns the TotalAmount field value if set, zero value otherwise.

func (*PaymentAmount) GetTotalAmountOk

func (o *PaymentAmount) GetTotalAmountOk() (*float64, bool)

GetTotalAmountOk returns a tuple with the TotalAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaymentAmount) GetWithholdingTaxAmount

func (o *PaymentAmount) GetWithholdingTaxAmount() float64

GetWithholdingTaxAmount returns the WithholdingTaxAmount field value if set, zero value otherwise.

func (*PaymentAmount) GetWithholdingTaxAmountOk

func (o *PaymentAmount) GetWithholdingTaxAmountOk() (*float64, bool)

GetWithholdingTaxAmountOk returns a tuple with the WithholdingTaxAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaymentAmount) HasCurrency

func (o *PaymentAmount) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

func (*PaymentAmount) HasPaymentAmount

func (o *PaymentAmount) HasPaymentAmount() bool

HasPaymentAmount returns a boolean if a field has been set.

func (*PaymentAmount) HasSubTotalAmount

func (o *PaymentAmount) HasSubTotalAmount() bool

HasSubTotalAmount returns a boolean if a field has been set.

func (*PaymentAmount) HasTaxAmount

func (o *PaymentAmount) HasTaxAmount() bool

HasTaxAmount returns a boolean if a field has been set.

func (*PaymentAmount) HasTaxFreeSubTotalAmount

func (o *PaymentAmount) HasTaxFreeSubTotalAmount() bool

HasTaxFreeSubTotalAmount returns a boolean if a field has been set.

func (*PaymentAmount) HasTaxRate

func (o *PaymentAmount) HasTaxRate() bool

HasTaxRate returns a boolean if a field has been set.

func (*PaymentAmount) HasTaxableSubTotalAmount

func (o *PaymentAmount) HasTaxableSubTotalAmount() bool

HasTaxableSubTotalAmount returns a boolean if a field has been set.

func (*PaymentAmount) HasTotalAmount

func (o *PaymentAmount) HasTotalAmount() bool

HasTotalAmount returns a boolean if a field has been set.

func (*PaymentAmount) HasWithholdingTaxAmount

func (o *PaymentAmount) HasWithholdingTaxAmount() bool

HasWithholdingTaxAmount returns a boolean if a field has been set.

func (PaymentAmount) MarshalJSON

func (o PaymentAmount) MarshalJSON() ([]byte, error)

func (*PaymentAmount) SetCurrency

func (o *PaymentAmount) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

func (*PaymentAmount) SetPaymentAmount

func (o *PaymentAmount) SetPaymentAmount(v float32)

SetPaymentAmount gets a reference to the given float32 and assigns it to the PaymentAmount field.

func (*PaymentAmount) SetSubTotalAmount

func (o *PaymentAmount) SetSubTotalAmount(v float32)

SetSubTotalAmount gets a reference to the given float32 and assigns it to the SubTotalAmount field.

func (*PaymentAmount) SetTaxAmount

func (o *PaymentAmount) SetTaxAmount(v float64)

SetTaxAmount gets a reference to the given float64 and assigns it to the TaxAmount field.

func (*PaymentAmount) SetTaxFreeSubTotalAmount

func (o *PaymentAmount) SetTaxFreeSubTotalAmount(v float64)

SetTaxFreeSubTotalAmount gets a reference to the given float64 and assigns it to the TaxFreeSubTotalAmount field.

func (*PaymentAmount) SetTaxRate

func (o *PaymentAmount) SetTaxRate(v map[string]interface{})

SetTaxRate gets a reference to the given map[string]interface{} and assigns it to the TaxRate field.

func (*PaymentAmount) SetTaxableSubTotalAmount

func (o *PaymentAmount) SetTaxableSubTotalAmount(v float64)

SetTaxableSubTotalAmount gets a reference to the given float64 and assigns it to the TaxableSubTotalAmount field.

func (*PaymentAmount) SetTotalAmount

func (o *PaymentAmount) SetTotalAmount(v float64)

SetTotalAmount gets a reference to the given float64 and assigns it to the TotalAmount field.

func (*PaymentAmount) SetWithholdingTaxAmount

func (o *PaymentAmount) SetWithholdingTaxAmount(v float64)

SetWithholdingTaxAmount gets a reference to the given float64 and assigns it to the WithholdingTaxAmount field.

type PaymentApiService

type PaymentApiService service

PaymentApiService PaymentApi service

func (*PaymentApiService) ActivatePaymentMethod

func (a *PaymentApiService) ActivatePaymentMethod(ctx context.Context) ApiActivatePaymentMethodRequest

ActivatePaymentMethod Activate payment method.

エラーのある現在の支払い方法を有効化します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiActivatePaymentMethodRequest

func (*PaymentApiService) ActivatePaymentMethodExecute

func (a *PaymentApiService) ActivatePaymentMethodExecute(r ApiActivatePaymentMethodRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*PaymentApiService) ExportPaymentStatement

func (a *PaymentApiService) ExportPaymentStatement(ctx context.Context, paymentStatementId string) ApiExportPaymentStatementRequest

ExportPaymentStatement Export payment statement.

課金明細を出力します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param paymentStatementId 課金明細 ID
@return ApiExportPaymentStatementRequest

func (*PaymentApiService) ExportPaymentStatementExecute

func (a *PaymentApiService) ExportPaymentStatementExecute(r ApiExportPaymentStatementRequest) (*FileExportResponse, *http.Response, error)

Execute executes the request

@return FileExportResponse

func (*PaymentApiService) GetPayerInformation

func (a *PaymentApiService) GetPayerInformation(ctx context.Context) ApiGetPayerInformationRequest

GetPayerInformation Export payer information.

課金明細に出力する支払い者情報を取得します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetPayerInformationRequest

func (*PaymentApiService) GetPayerInformationExecute

Execute executes the request

@return RegisterPayerInformationModel

func (*PaymentApiService) GetPaymentMethod

GetPaymentMethod Get payment method information.

現在の支払い方法を返します。properties に詳細情報が入っています。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetPaymentMethodRequest

func (*PaymentApiService) GetPaymentMethodExecute

Execute executes the request

@return GetPaymentMethodResult

func (*PaymentApiService) GetPaymentTransaction

func (a *PaymentApiService) GetPaymentTransaction(ctx context.Context, paymentTransactionId string) ApiGetPaymentTransactionRequest

GetPaymentTransaction Get payment transaction result.

課金処理の結果を返します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param paymentTransactionId 課金処理 ID。[Billing:getBillingHistory API](#/Billing/getBillingHistory) や [Billing:getBilling API](#/Billing/getBilling) で取得できます。
@return ApiGetPaymentTransactionRequest

func (*PaymentApiService) GetPaymentTransactionExecute

Execute executes the request

@return GetPaymentTransactionResult

func (*PaymentApiService) GetVolumeDiscount

func (a *PaymentApiService) GetVolumeDiscount(ctx context.Context, contractId string) ApiGetVolumeDiscountRequest

GetVolumeDiscount Get long term discount.

契約済みの長期利用割引を返します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param contractId contract_id
@return ApiGetVolumeDiscountRequest

func (*PaymentApiService) GetVolumeDiscountExecute

Execute executes the request

@return GetVolumeDiscountResponse

func (*PaymentApiService) ListCoupons

ListCoupons List coupons.

現在登録されているクーポン一覧を返します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListCouponsRequest

func (*PaymentApiService) ListCouponsExecute

Execute executes the request

@return ListCouponResponse

func (*PaymentApiService) ListPaymentStatements

func (a *PaymentApiService) ListPaymentStatements(ctx context.Context) ApiListPaymentStatementsRequest

ListPaymentStatements List payment statements.

課金明細の一覧を返します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListPaymentStatementsRequest

func (*PaymentApiService) ListPaymentStatementsExecute

Execute executes the request

@return ListPaymentStatementResponse

func (*PaymentApiService) ListVolumeDiscounts

func (a *PaymentApiService) ListVolumeDiscounts(ctx context.Context) ApiListVolumeDiscountsRequest

ListVolumeDiscounts List long term discounts.

契約済みの長期利用割引リストを返します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListVolumeDiscountsRequest

func (*PaymentApiService) ListVolumeDiscountsExecute

Execute executes the request

@return ListVolumeDiscountResponse

func (*PaymentApiService) RegisterCoupon

func (a *PaymentApiService) RegisterCoupon(ctx context.Context, couponCode string) ApiRegisterCouponRequest

RegisterCoupon Register Coupon.

クーポンを登録します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param couponCode クーポンコード
@return ApiRegisterCouponRequest

func (*PaymentApiService) RegisterCouponExecute

func (a *PaymentApiService) RegisterCouponExecute(r ApiRegisterCouponRequest) (*CouponResponse, *http.Response, error)

Execute executes the request

@return CouponResponse

func (*PaymentApiService) RegisterPayerInformation

func (a *PaymentApiService) RegisterPayerInformation(ctx context.Context) ApiRegisterPayerInformationRequest

RegisterPayerInformation Register payer information.

課金明細に出力する支払い者情報を設定します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiRegisterPayerInformationRequest

func (*PaymentApiService) RegisterPayerInformationExecute

func (a *PaymentApiService) RegisterPayerInformationExecute(r ApiRegisterPayerInformationRequest) (*http.Response, error)

Execute executes the request

type PaymentDescription

type PaymentDescription struct {
	Description *string  `json:"description,omitempty"`
	ItemList    []string `json:"itemList,omitempty"`
}

PaymentDescription Payment description

func NewPaymentDescription

func NewPaymentDescription() *PaymentDescription

NewPaymentDescription instantiates a new PaymentDescription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPaymentDescriptionWithDefaults

func NewPaymentDescriptionWithDefaults() *PaymentDescription

NewPaymentDescriptionWithDefaults instantiates a new PaymentDescription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PaymentDescription) GetDescription

func (o *PaymentDescription) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*PaymentDescription) GetDescriptionOk

func (o *PaymentDescription) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaymentDescription) GetItemList

func (o *PaymentDescription) GetItemList() []string

GetItemList returns the ItemList field value if set, zero value otherwise.

func (*PaymentDescription) GetItemListOk

func (o *PaymentDescription) GetItemListOk() ([]string, bool)

GetItemListOk returns a tuple with the ItemList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaymentDescription) HasDescription

func (o *PaymentDescription) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*PaymentDescription) HasItemList

func (o *PaymentDescription) HasItemList() bool

HasItemList returns a boolean if a field has been set.

func (PaymentDescription) MarshalJSON

func (o PaymentDescription) MarshalJSON() ([]byte, error)

func (*PaymentDescription) SetDescription

func (o *PaymentDescription) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*PaymentDescription) SetItemList

func (o *PaymentDescription) SetItemList(v []string)

SetItemList gets a reference to the given []string and assigns it to the ItemList field.

type PaymentStatementResponse

type PaymentStatementResponse struct {
	// 金額
	Amount *float64 `json:"amount,omitempty"`
	// 通貨
	Currency *string `json:"currency,omitempty"`
	// 課金日時
	PaymentDateTime *int64 `json:"paymentDateTime,omitempty"`
	// 支払情報
	PaymentInstrument *string `json:"paymentInstrument,omitempty"`
	// 支払方法
	PaymentMethod *string `json:"paymentMethod,omitempty"`
	// 課金明細 ID
	PaymentStatementId *string `json:"paymentStatementId,omitempty"`
	// 支払内容
	PaymentStatementInfo *string `json:"paymentStatementInfo,omitempty"`
}

PaymentStatementResponse struct for PaymentStatementResponse

func NewPaymentStatementResponse

func NewPaymentStatementResponse() *PaymentStatementResponse

NewPaymentStatementResponse instantiates a new PaymentStatementResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPaymentStatementResponseWithDefaults

func NewPaymentStatementResponseWithDefaults() *PaymentStatementResponse

NewPaymentStatementResponseWithDefaults instantiates a new PaymentStatementResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PaymentStatementResponse) GetAmount

func (o *PaymentStatementResponse) GetAmount() float64

GetAmount returns the Amount field value if set, zero value otherwise.

func (*PaymentStatementResponse) GetAmountOk

func (o *PaymentStatementResponse) GetAmountOk() (*float64, bool)

GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaymentStatementResponse) GetCurrency

func (o *PaymentStatementResponse) GetCurrency() string

GetCurrency returns the Currency field value if set, zero value otherwise.

func (*PaymentStatementResponse) GetCurrencyOk

func (o *PaymentStatementResponse) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaymentStatementResponse) GetPaymentDateTime

func (o *PaymentStatementResponse) GetPaymentDateTime() int64

GetPaymentDateTime returns the PaymentDateTime field value if set, zero value otherwise.

func (*PaymentStatementResponse) GetPaymentDateTimeOk

func (o *PaymentStatementResponse) GetPaymentDateTimeOk() (*int64, bool)

GetPaymentDateTimeOk returns a tuple with the PaymentDateTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaymentStatementResponse) GetPaymentInstrument

func (o *PaymentStatementResponse) GetPaymentInstrument() string

GetPaymentInstrument returns the PaymentInstrument field value if set, zero value otherwise.

func (*PaymentStatementResponse) GetPaymentInstrumentOk

func (o *PaymentStatementResponse) GetPaymentInstrumentOk() (*string, bool)

GetPaymentInstrumentOk returns a tuple with the PaymentInstrument field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaymentStatementResponse) GetPaymentMethod

func (o *PaymentStatementResponse) GetPaymentMethod() string

GetPaymentMethod returns the PaymentMethod field value if set, zero value otherwise.

func (*PaymentStatementResponse) GetPaymentMethodOk

func (o *PaymentStatementResponse) GetPaymentMethodOk() (*string, bool)

GetPaymentMethodOk returns a tuple with the PaymentMethod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaymentStatementResponse) GetPaymentStatementId

func (o *PaymentStatementResponse) GetPaymentStatementId() string

GetPaymentStatementId returns the PaymentStatementId field value if set, zero value otherwise.

func (*PaymentStatementResponse) GetPaymentStatementIdOk

func (o *PaymentStatementResponse) GetPaymentStatementIdOk() (*string, bool)

GetPaymentStatementIdOk returns a tuple with the PaymentStatementId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaymentStatementResponse) GetPaymentStatementInfo

func (o *PaymentStatementResponse) GetPaymentStatementInfo() string

GetPaymentStatementInfo returns the PaymentStatementInfo field value if set, zero value otherwise.

func (*PaymentStatementResponse) GetPaymentStatementInfoOk

func (o *PaymentStatementResponse) GetPaymentStatementInfoOk() (*string, bool)

GetPaymentStatementInfoOk returns a tuple with the PaymentStatementInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaymentStatementResponse) HasAmount

func (o *PaymentStatementResponse) HasAmount() bool

HasAmount returns a boolean if a field has been set.

func (*PaymentStatementResponse) HasCurrency

func (o *PaymentStatementResponse) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

func (*PaymentStatementResponse) HasPaymentDateTime

func (o *PaymentStatementResponse) HasPaymentDateTime() bool

HasPaymentDateTime returns a boolean if a field has been set.

func (*PaymentStatementResponse) HasPaymentInstrument

func (o *PaymentStatementResponse) HasPaymentInstrument() bool

HasPaymentInstrument returns a boolean if a field has been set.

func (*PaymentStatementResponse) HasPaymentMethod

func (o *PaymentStatementResponse) HasPaymentMethod() bool

HasPaymentMethod returns a boolean if a field has been set.

func (*PaymentStatementResponse) HasPaymentStatementId

func (o *PaymentStatementResponse) HasPaymentStatementId() bool

HasPaymentStatementId returns a boolean if a field has been set.

func (*PaymentStatementResponse) HasPaymentStatementInfo

func (o *PaymentStatementResponse) HasPaymentStatementInfo() bool

HasPaymentStatementInfo returns a boolean if a field has been set.

func (PaymentStatementResponse) MarshalJSON

func (o PaymentStatementResponse) MarshalJSON() ([]byte, error)

func (*PaymentStatementResponse) SetAmount

func (o *PaymentStatementResponse) SetAmount(v float64)

SetAmount gets a reference to the given float64 and assigns it to the Amount field.

func (*PaymentStatementResponse) SetCurrency

func (o *PaymentStatementResponse) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

func (*PaymentStatementResponse) SetPaymentDateTime

func (o *PaymentStatementResponse) SetPaymentDateTime(v int64)

SetPaymentDateTime gets a reference to the given int64 and assigns it to the PaymentDateTime field.

func (*PaymentStatementResponse) SetPaymentInstrument

func (o *PaymentStatementResponse) SetPaymentInstrument(v string)

SetPaymentInstrument gets a reference to the given string and assigns it to the PaymentInstrument field.

func (*PaymentStatementResponse) SetPaymentMethod

func (o *PaymentStatementResponse) SetPaymentMethod(v string)

SetPaymentMethod gets a reference to the given string and assigns it to the PaymentMethod field.

func (*PaymentStatementResponse) SetPaymentStatementId

func (o *PaymentStatementResponse) SetPaymentStatementId(v string)

SetPaymentStatementId gets a reference to the given string and assigns it to the PaymentStatementId field.

func (*PaymentStatementResponse) SetPaymentStatementInfo

func (o *PaymentStatementResponse) SetPaymentStatementInfo(v string)

SetPaymentStatementInfo gets a reference to the given string and assigns it to the PaymentStatementInfo field.

type Placement

type Placement struct {
	InfrastructureProvider *string `json:"infrastructureProvider,omitempty"`
	// `infrastructureProvider` が `aws` の場合は、ランデブーポイントです。  - `ap-northeast-1`: 東京(日本) - `eu-central-1`: フランクフルト (ドイツ) - `us-west-2`: オレゴン (米国) - `ap-southeast-2`: シドニー (オーストラリア)
	Region *string `json:"region,omitempty"`
}

Placement struct for Placement

func NewPlacement

func NewPlacement() *Placement

NewPlacement instantiates a new Placement object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPlacementWithDefaults

func NewPlacementWithDefaults() *Placement

NewPlacementWithDefaults instantiates a new Placement object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Placement) GetInfrastructureProvider

func (o *Placement) GetInfrastructureProvider() string

GetInfrastructureProvider returns the InfrastructureProvider field value if set, zero value otherwise.

func (*Placement) GetInfrastructureProviderOk

func (o *Placement) GetInfrastructureProviderOk() (*string, bool)

GetInfrastructureProviderOk returns a tuple with the InfrastructureProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Placement) GetRegion

func (o *Placement) GetRegion() string

GetRegion returns the Region field value if set, zero value otherwise.

func (*Placement) GetRegionOk

func (o *Placement) GetRegionOk() (*string, bool)

GetRegionOk returns a tuple with the Region field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Placement) HasInfrastructureProvider

func (o *Placement) HasInfrastructureProvider() bool

HasInfrastructureProvider returns a boolean if a field has been set.

func (*Placement) HasRegion

func (o *Placement) HasRegion() bool

HasRegion returns a boolean if a field has been set.

func (Placement) MarshalJSON

func (o Placement) MarshalJSON() ([]byte, error)

func (*Placement) SetInfrastructureProvider

func (o *Placement) SetInfrastructureProvider(v string)

SetInfrastructureProvider gets a reference to the given string and assigns it to the InfrastructureProvider field.

func (*Placement) SetRegion

func (o *Placement) SetRegion(v string)

SetRegion gets a reference to the given string and assigns it to the Region field.

type PortMapping

type PortMapping struct {
	Destination *PortMappingDestination `json:"destination,omitempty"`
	// The duration that remote access is enabled, in seconds.
	Duration *float32 `json:"duration,omitempty"`
	// SORACOM Napter endpoint (IP address and port number) for remote access.
	Endpoint *string `json:"endpoint,omitempty"`
	// SORACOM Napter hostname for remote access.
	Hostname *string `json:"hostname,omitempty"`
	// SORACOM Napter IP Address for remote access.
	IpAddress *string `json:"ipAddress,omitempty"`
	// SORACOM Napter port number for remote access.
	Port   *float32           `json:"port,omitempty"`
	Source *PortMappingSource `json:"source,omitempty"`
	// Indicates TLS is required.
	TlsRequired *bool `json:"tlsRequired,omitempty"`
}

PortMapping struct for PortMapping

func NewPortMapping

func NewPortMapping() *PortMapping

NewPortMapping instantiates a new PortMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPortMappingWithDefaults

func NewPortMappingWithDefaults() *PortMapping

NewPortMappingWithDefaults instantiates a new PortMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PortMapping) GetDestination

func (o *PortMapping) GetDestination() PortMappingDestination

GetDestination returns the Destination field value if set, zero value otherwise.

func (*PortMapping) GetDestinationOk

func (o *PortMapping) GetDestinationOk() (*PortMappingDestination, bool)

GetDestinationOk returns a tuple with the Destination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortMapping) GetDuration

func (o *PortMapping) GetDuration() float32

GetDuration returns the Duration field value if set, zero value otherwise.

func (*PortMapping) GetDurationOk

func (o *PortMapping) GetDurationOk() (*float32, bool)

GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortMapping) GetEndpoint

func (o *PortMapping) GetEndpoint() string

GetEndpoint returns the Endpoint field value if set, zero value otherwise.

func (*PortMapping) GetEndpointOk

func (o *PortMapping) GetEndpointOk() (*string, bool)

GetEndpointOk returns a tuple with the Endpoint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortMapping) GetHostname

func (o *PortMapping) GetHostname() string

GetHostname returns the Hostname field value if set, zero value otherwise.

func (*PortMapping) GetHostnameOk

func (o *PortMapping) GetHostnameOk() (*string, bool)

GetHostnameOk returns a tuple with the Hostname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortMapping) GetIpAddress

func (o *PortMapping) GetIpAddress() string

GetIpAddress returns the IpAddress field value if set, zero value otherwise.

func (*PortMapping) GetIpAddressOk

func (o *PortMapping) GetIpAddressOk() (*string, bool)

GetIpAddressOk returns a tuple with the IpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortMapping) GetPort

func (o *PortMapping) GetPort() float32

GetPort returns the Port field value if set, zero value otherwise.

func (*PortMapping) GetPortOk

func (o *PortMapping) GetPortOk() (*float32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortMapping) GetSource

func (o *PortMapping) GetSource() PortMappingSource

GetSource returns the Source field value if set, zero value otherwise.

func (*PortMapping) GetSourceOk

func (o *PortMapping) GetSourceOk() (*PortMappingSource, bool)

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortMapping) GetTlsRequired

func (o *PortMapping) GetTlsRequired() bool

GetTlsRequired returns the TlsRequired field value if set, zero value otherwise.

func (*PortMapping) GetTlsRequiredOk

func (o *PortMapping) GetTlsRequiredOk() (*bool, bool)

GetTlsRequiredOk returns a tuple with the TlsRequired field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortMapping) HasDestination

func (o *PortMapping) HasDestination() bool

HasDestination returns a boolean if a field has been set.

func (*PortMapping) HasDuration

func (o *PortMapping) HasDuration() bool

HasDuration returns a boolean if a field has been set.

func (*PortMapping) HasEndpoint

func (o *PortMapping) HasEndpoint() bool

HasEndpoint returns a boolean if a field has been set.

func (*PortMapping) HasHostname

func (o *PortMapping) HasHostname() bool

HasHostname returns a boolean if a field has been set.

func (*PortMapping) HasIpAddress

func (o *PortMapping) HasIpAddress() bool

HasIpAddress returns a boolean if a field has been set.

func (*PortMapping) HasPort

func (o *PortMapping) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*PortMapping) HasSource

func (o *PortMapping) HasSource() bool

HasSource returns a boolean if a field has been set.

func (*PortMapping) HasTlsRequired

func (o *PortMapping) HasTlsRequired() bool

HasTlsRequired returns a boolean if a field has been set.

func (PortMapping) MarshalJSON

func (o PortMapping) MarshalJSON() ([]byte, error)

func (*PortMapping) SetDestination

func (o *PortMapping) SetDestination(v PortMappingDestination)

SetDestination gets a reference to the given PortMappingDestination and assigns it to the Destination field.

func (*PortMapping) SetDuration

func (o *PortMapping) SetDuration(v float32)

SetDuration gets a reference to the given float32 and assigns it to the Duration field.

func (*PortMapping) SetEndpoint

func (o *PortMapping) SetEndpoint(v string)

SetEndpoint gets a reference to the given string and assigns it to the Endpoint field.

func (*PortMapping) SetHostname

func (o *PortMapping) SetHostname(v string)

SetHostname gets a reference to the given string and assigns it to the Hostname field.

func (*PortMapping) SetIpAddress

func (o *PortMapping) SetIpAddress(v string)

SetIpAddress gets a reference to the given string and assigns it to the IpAddress field.

func (*PortMapping) SetPort

func (o *PortMapping) SetPort(v float32)

SetPort gets a reference to the given float32 and assigns it to the Port field.

func (*PortMapping) SetSource

func (o *PortMapping) SetSource(v PortMappingSource)

SetSource gets a reference to the given PortMappingSource and assigns it to the Source field.

func (*PortMapping) SetTlsRequired

func (o *PortMapping) SetTlsRequired(v bool)

SetTlsRequired gets a reference to the given bool and assigns it to the TlsRequired field.

type PortMappingApiService

type PortMappingApiService service

PortMappingApiService PortMappingApi service

func (*PortMappingApiService) CreatePortMapping

CreatePortMapping Create Port Mapping.

Create a new port mapping.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreatePortMappingRequest

func (*PortMappingApiService) CreatePortMappingExecute

func (a *PortMappingApiService) CreatePortMappingExecute(r ApiCreatePortMappingRequest) (*PortMapping, *http.Response, error)

Execute executes the request

@return PortMapping

func (*PortMappingApiService) DeletePortMapping

func (a *PortMappingApiService) DeletePortMapping(ctx context.Context, ipAddress string, port string) ApiDeletePortMappingRequest

DeletePortMapping Delete PortMapping.

Deletes the specified port mapping entry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param ipAddress IP address of the target port mapping entry
@param port Port of the target port mapping entry
@return ApiDeletePortMappingRequest

func (*PortMappingApiService) DeletePortMappingExecute

func (a *PortMappingApiService) DeletePortMappingExecute(r ApiDeletePortMappingRequest) (*http.Response, error)

Execute executes the request

func (*PortMappingApiService) ListPortMappings

ListPortMappings List Port Mapping Entries.

Returns a list of port mappings.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListPortMappingsRequest

func (*PortMappingApiService) ListPortMappingsExecute

func (a *PortMappingApiService) ListPortMappingsExecute(r ApiListPortMappingsRequest) ([]PortMapping, *http.Response, error)

Execute executes the request

@return []PortMapping

func (*PortMappingApiService) ListPortMappingsForSubscriber

func (a *PortMappingApiService) ListPortMappingsForSubscriber(ctx context.Context, imsi string) ApiListPortMappingsForSubscriberRequest

ListPortMappingsForSubscriber Get Port Mapping entries for a subscriber.

Returns the port mapping entries for a subscriber.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi Target subscriber IMSI.
@return ApiListPortMappingsForSubscriberRequest

func (*PortMappingApiService) ListPortMappingsForSubscriberExecute

func (a *PortMappingApiService) ListPortMappingsForSubscriberExecute(r ApiListPortMappingsForSubscriberRequest) (*PortMapping, *http.Response, error)

Execute executes the request

@return PortMapping

type PortMappingDestination

type PortMappingDestination struct {
	// The target IMSI of the subscriber.
	Imsi string `json:"imsi"`
	// The port on your device used for access.
	Port float32 `json:"port"`
}

PortMappingDestination struct for PortMappingDestination

func NewPortMappingDestination

func NewPortMappingDestination(imsi string, port float32) *PortMappingDestination

NewPortMappingDestination instantiates a new PortMappingDestination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPortMappingDestinationWithDefaults

func NewPortMappingDestinationWithDefaults() *PortMappingDestination

NewPortMappingDestinationWithDefaults instantiates a new PortMappingDestination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PortMappingDestination) GetImsi

func (o *PortMappingDestination) GetImsi() string

GetImsi returns the Imsi field value

func (*PortMappingDestination) GetImsiOk

func (o *PortMappingDestination) GetImsiOk() (*string, bool)

GetImsiOk returns a tuple with the Imsi field value and a boolean to check if the value has been set.

func (*PortMappingDestination) GetPort

func (o *PortMappingDestination) GetPort() float32

GetPort returns the Port field value

func (*PortMappingDestination) GetPortOk

func (o *PortMappingDestination) GetPortOk() (*float32, bool)

GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.

func (PortMappingDestination) MarshalJSON

func (o PortMappingDestination) MarshalJSON() ([]byte, error)

func (*PortMappingDestination) SetImsi

func (o *PortMappingDestination) SetImsi(v string)

SetImsi sets field value

func (*PortMappingDestination) SetPort

func (o *PortMappingDestination) SetPort(v float32)

SetPort sets field value

type PortMappingSource

type PortMappingSource struct {
	// The range of IP addresses in CIDR notation which will be allowed to access the port mapping.
	IpRanges []string `json:"ipRanges,omitempty"`
}

PortMappingSource struct for PortMappingSource

func NewPortMappingSource

func NewPortMappingSource() *PortMappingSource

NewPortMappingSource instantiates a new PortMappingSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPortMappingSourceWithDefaults

func NewPortMappingSourceWithDefaults() *PortMappingSource

NewPortMappingSourceWithDefaults instantiates a new PortMappingSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PortMappingSource) GetIpRanges

func (o *PortMappingSource) GetIpRanges() []string

GetIpRanges returns the IpRanges field value if set, zero value otherwise.

func (*PortMappingSource) GetIpRangesOk

func (o *PortMappingSource) GetIpRangesOk() ([]string, bool)

GetIpRangesOk returns a tuple with the IpRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortMappingSource) HasIpRanges

func (o *PortMappingSource) HasIpRanges() bool

HasIpRanges returns a boolean if a field has been set.

func (PortMappingSource) MarshalJSON

func (o PortMappingSource) MarshalJSON() ([]byte, error)

func (*PortMappingSource) SetIpRanges

func (o *PortMappingSource) SetIpRanges(v []string)

SetIpRanges gets a reference to the given []string and assigns it to the IpRanges field.

type PreviousSessionStatus

type PreviousSessionStatus struct {
	Cell *Cell `json:"cell,omitempty"`
	// The time when the previous session was created.
	CreatedTime *int64 `json:"createdTime,omitempty"`
	// The time when the previous session was deleted.
	DeletedTime *int64 `json:"deletedTime,omitempty"`
	// Array of IP address of the DNS servers.
	DnsServers              []string `json:"dnsServers,omitempty"`
	GatewayPrivateIpAddress *string  `json:"gatewayPrivateIpAddress,omitempty"`
	GatewayPublicIpAddress  *string  `json:"gatewayPublicIpAddress,omitempty"`
	// The IMEI of the device using the SIM.
	Imei *string `json:"imei,omitempty"`
	// The IP address of the device.
	UeIpAddress *string `json:"ueIpAddress,omitempty"`
	// The Virtual Private Gateway IP address configured.
	VpgId *string `json:"vpgId,omitempty"`
}

PreviousSessionStatus struct for PreviousSessionStatus

func NewPreviousSessionStatus

func NewPreviousSessionStatus() *PreviousSessionStatus

NewPreviousSessionStatus instantiates a new PreviousSessionStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPreviousSessionStatusWithDefaults

func NewPreviousSessionStatusWithDefaults() *PreviousSessionStatus

NewPreviousSessionStatusWithDefaults instantiates a new PreviousSessionStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PreviousSessionStatus) GetCell

func (o *PreviousSessionStatus) GetCell() Cell

GetCell returns the Cell field value if set, zero value otherwise.

func (*PreviousSessionStatus) GetCellOk

func (o *PreviousSessionStatus) GetCellOk() (*Cell, bool)

GetCellOk returns a tuple with the Cell field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PreviousSessionStatus) GetCreatedTime

func (o *PreviousSessionStatus) GetCreatedTime() int64

GetCreatedTime returns the CreatedTime field value if set, zero value otherwise.

func (*PreviousSessionStatus) GetCreatedTimeOk

func (o *PreviousSessionStatus) GetCreatedTimeOk() (*int64, bool)

GetCreatedTimeOk returns a tuple with the CreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PreviousSessionStatus) GetDeletedTime

func (o *PreviousSessionStatus) GetDeletedTime() int64

GetDeletedTime returns the DeletedTime field value if set, zero value otherwise.

func (*PreviousSessionStatus) GetDeletedTimeOk

func (o *PreviousSessionStatus) GetDeletedTimeOk() (*int64, bool)

GetDeletedTimeOk returns a tuple with the DeletedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PreviousSessionStatus) GetDnsServers

func (o *PreviousSessionStatus) GetDnsServers() []string

GetDnsServers returns the DnsServers field value if set, zero value otherwise.

func (*PreviousSessionStatus) GetDnsServersOk

func (o *PreviousSessionStatus) GetDnsServersOk() ([]string, bool)

GetDnsServersOk returns a tuple with the DnsServers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PreviousSessionStatus) GetGatewayPrivateIpAddress

func (o *PreviousSessionStatus) GetGatewayPrivateIpAddress() string

GetGatewayPrivateIpAddress returns the GatewayPrivateIpAddress field value if set, zero value otherwise.

func (*PreviousSessionStatus) GetGatewayPrivateIpAddressOk

func (o *PreviousSessionStatus) GetGatewayPrivateIpAddressOk() (*string, bool)

GetGatewayPrivateIpAddressOk returns a tuple with the GatewayPrivateIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PreviousSessionStatus) GetGatewayPublicIpAddress

func (o *PreviousSessionStatus) GetGatewayPublicIpAddress() string

GetGatewayPublicIpAddress returns the GatewayPublicIpAddress field value if set, zero value otherwise.

func (*PreviousSessionStatus) GetGatewayPublicIpAddressOk

func (o *PreviousSessionStatus) GetGatewayPublicIpAddressOk() (*string, bool)

GetGatewayPublicIpAddressOk returns a tuple with the GatewayPublicIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PreviousSessionStatus) GetImei

func (o *PreviousSessionStatus) GetImei() string

GetImei returns the Imei field value if set, zero value otherwise.

func (*PreviousSessionStatus) GetImeiOk

func (o *PreviousSessionStatus) GetImeiOk() (*string, bool)

GetImeiOk returns a tuple with the Imei field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PreviousSessionStatus) GetUeIpAddress

func (o *PreviousSessionStatus) GetUeIpAddress() string

GetUeIpAddress returns the UeIpAddress field value if set, zero value otherwise.

func (*PreviousSessionStatus) GetUeIpAddressOk

func (o *PreviousSessionStatus) GetUeIpAddressOk() (*string, bool)

GetUeIpAddressOk returns a tuple with the UeIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PreviousSessionStatus) GetVpgId

func (o *PreviousSessionStatus) GetVpgId() string

GetVpgId returns the VpgId field value if set, zero value otherwise.

func (*PreviousSessionStatus) GetVpgIdOk

func (o *PreviousSessionStatus) GetVpgIdOk() (*string, bool)

GetVpgIdOk returns a tuple with the VpgId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PreviousSessionStatus) HasCell

func (o *PreviousSessionStatus) HasCell() bool

HasCell returns a boolean if a field has been set.

func (*PreviousSessionStatus) HasCreatedTime

func (o *PreviousSessionStatus) HasCreatedTime() bool

HasCreatedTime returns a boolean if a field has been set.

func (*PreviousSessionStatus) HasDeletedTime

func (o *PreviousSessionStatus) HasDeletedTime() bool

HasDeletedTime returns a boolean if a field has been set.

func (*PreviousSessionStatus) HasDnsServers

func (o *PreviousSessionStatus) HasDnsServers() bool

HasDnsServers returns a boolean if a field has been set.

func (*PreviousSessionStatus) HasGatewayPrivateIpAddress

func (o *PreviousSessionStatus) HasGatewayPrivateIpAddress() bool

HasGatewayPrivateIpAddress returns a boolean if a field has been set.

func (*PreviousSessionStatus) HasGatewayPublicIpAddress

func (o *PreviousSessionStatus) HasGatewayPublicIpAddress() bool

HasGatewayPublicIpAddress returns a boolean if a field has been set.

func (*PreviousSessionStatus) HasImei

func (o *PreviousSessionStatus) HasImei() bool

HasImei returns a boolean if a field has been set.

func (*PreviousSessionStatus) HasUeIpAddress

func (o *PreviousSessionStatus) HasUeIpAddress() bool

HasUeIpAddress returns a boolean if a field has been set.

func (*PreviousSessionStatus) HasVpgId

func (o *PreviousSessionStatus) HasVpgId() bool

HasVpgId returns a boolean if a field has been set.

func (PreviousSessionStatus) MarshalJSON

func (o PreviousSessionStatus) MarshalJSON() ([]byte, error)

func (*PreviousSessionStatus) SetCell

func (o *PreviousSessionStatus) SetCell(v Cell)

SetCell gets a reference to the given Cell and assigns it to the Cell field.

func (*PreviousSessionStatus) SetCreatedTime

func (o *PreviousSessionStatus) SetCreatedTime(v int64)

SetCreatedTime gets a reference to the given int64 and assigns it to the CreatedTime field.

func (*PreviousSessionStatus) SetDeletedTime

func (o *PreviousSessionStatus) SetDeletedTime(v int64)

SetDeletedTime gets a reference to the given int64 and assigns it to the DeletedTime field.

func (*PreviousSessionStatus) SetDnsServers

func (o *PreviousSessionStatus) SetDnsServers(v []string)

SetDnsServers gets a reference to the given []string and assigns it to the DnsServers field.

func (*PreviousSessionStatus) SetGatewayPrivateIpAddress

func (o *PreviousSessionStatus) SetGatewayPrivateIpAddress(v string)

SetGatewayPrivateIpAddress gets a reference to the given string and assigns it to the GatewayPrivateIpAddress field.

func (*PreviousSessionStatus) SetGatewayPublicIpAddress

func (o *PreviousSessionStatus) SetGatewayPublicIpAddress(v string)

SetGatewayPublicIpAddress gets a reference to the given string and assigns it to the GatewayPublicIpAddress field.

func (*PreviousSessionStatus) SetImei

func (o *PreviousSessionStatus) SetImei(v string)

SetImei gets a reference to the given string and assigns it to the Imei field.

func (*PreviousSessionStatus) SetUeIpAddress

func (o *PreviousSessionStatus) SetUeIpAddress(v string)

SetUeIpAddress gets a reference to the given string and assigns it to the UeIpAddress field.

func (*PreviousSessionStatus) SetVpgId

func (o *PreviousSessionStatus) SetVpgId(v string)

SetVpgId gets a reference to the given string and assigns it to the VpgId field.

type PriceByQuantity

type PriceByQuantity struct {
	// 最低数量
	MinQuantity *int32 `json:"minQuantity,omitempty"`
	// 販売価格
	Price *float64 `json:"price,omitempty"`
	// 税込販売価格
	TaxIncludedPrice *float64 `json:"taxIncludedPrice,omitempty"`
}

PriceByQuantity struct for PriceByQuantity

func NewPriceByQuantity

func NewPriceByQuantity() *PriceByQuantity

NewPriceByQuantity instantiates a new PriceByQuantity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPriceByQuantityWithDefaults

func NewPriceByQuantityWithDefaults() *PriceByQuantity

NewPriceByQuantityWithDefaults instantiates a new PriceByQuantity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PriceByQuantity) GetMinQuantity

func (o *PriceByQuantity) GetMinQuantity() int32

GetMinQuantity returns the MinQuantity field value if set, zero value otherwise.

func (*PriceByQuantity) GetMinQuantityOk

func (o *PriceByQuantity) GetMinQuantityOk() (*int32, bool)

GetMinQuantityOk returns a tuple with the MinQuantity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PriceByQuantity) GetPrice

func (o *PriceByQuantity) GetPrice() float64

GetPrice returns the Price field value if set, zero value otherwise.

func (*PriceByQuantity) GetPriceOk

func (o *PriceByQuantity) GetPriceOk() (*float64, bool)

GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PriceByQuantity) GetTaxIncludedPrice

func (o *PriceByQuantity) GetTaxIncludedPrice() float64

GetTaxIncludedPrice returns the TaxIncludedPrice field value if set, zero value otherwise.

func (*PriceByQuantity) GetTaxIncludedPriceOk

func (o *PriceByQuantity) GetTaxIncludedPriceOk() (*float64, bool)

GetTaxIncludedPriceOk returns a tuple with the TaxIncludedPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PriceByQuantity) HasMinQuantity

func (o *PriceByQuantity) HasMinQuantity() bool

HasMinQuantity returns a boolean if a field has been set.

func (*PriceByQuantity) HasPrice

func (o *PriceByQuantity) HasPrice() bool

HasPrice returns a boolean if a field has been set.

func (*PriceByQuantity) HasTaxIncludedPrice

func (o *PriceByQuantity) HasTaxIncludedPrice() bool

HasTaxIncludedPrice returns a boolean if a field has been set.

func (PriceByQuantity) MarshalJSON

func (o PriceByQuantity) MarshalJSON() ([]byte, error)

func (*PriceByQuantity) SetMinQuantity

func (o *PriceByQuantity) SetMinQuantity(v int32)

SetMinQuantity gets a reference to the given int32 and assigns it to the MinQuantity field.

func (*PriceByQuantity) SetPrice

func (o *PriceByQuantity) SetPrice(v float64)

SetPrice gets a reference to the given float64 and assigns it to the Price field.

func (*PriceByQuantity) SetTaxIncludedPrice

func (o *PriceByQuantity) SetTaxIncludedPrice(v float64)

SetTaxIncludedPrice gets a reference to the given float64 and assigns it to the TaxIncludedPrice field.

type ProductModel

type ProductModel struct {
	// キャンペーンコード
	CampaignCode *string `json:"campaignCode,omitempty"`
	// 委託者 ID
	ConsignorId *string `json:"consignorId,omitempty"`
	// 委託者名
	ConsignorName *string `json:"consignorName,omitempty"`
	// 入数
	Count *float64 `json:"count,omitempty"`
	// 通貨
	Currency *string `json:"currency,omitempty"`
	// 商品詳細
	Description *string `json:"description,omitempty"`
	// 注文あたりの最大購入数量
	MaxQuantity *int32 `json:"maxQuantity,omitempty"`
	// 販売価格
	Price *float64 `json:"price,omitempty"`
	// 数量別価格リスト
	PriceByQuantityList []PriceByQuantity `json:"priceByQuantityList,omitempty"`
	// 商品コード
	ProductCode *string `json:"productCode,omitempty"`
	// 商品説明ページ URL
	ProductInfoURL *string `json:"productInfoURL,omitempty"`
	// 商品名
	ProductName *string `json:"productName,omitempty"`
	// 商品種別
	ProductType *string `json:"productType,omitempty"`
	// 商品プロパティ
	Properties *map[string]string `json:"properties,omitempty"`
	// 通常価格
	RegularPrice *float64 `json:"regularPrice,omitempty"`
	// 税込販売価格
	TaxIncludedPrice *float64 `json:"taxIncludedPrice,omitempty"`
	// 税込通常価格
	TaxIncludedRegularPrice *float64 `json:"taxIncludedRegularPrice,omitempty"`
}

ProductModel Product

func NewProductModel

func NewProductModel() *ProductModel

NewProductModel instantiates a new ProductModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProductModelWithDefaults

func NewProductModelWithDefaults() *ProductModel

NewProductModelWithDefaults instantiates a new ProductModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProductModel) GetCampaignCode

func (o *ProductModel) GetCampaignCode() string

GetCampaignCode returns the CampaignCode field value if set, zero value otherwise.

func (*ProductModel) GetCampaignCodeOk

func (o *ProductModel) GetCampaignCodeOk() (*string, bool)

GetCampaignCodeOk returns a tuple with the CampaignCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductModel) GetConsignorId

func (o *ProductModel) GetConsignorId() string

GetConsignorId returns the ConsignorId field value if set, zero value otherwise.

func (*ProductModel) GetConsignorIdOk

func (o *ProductModel) GetConsignorIdOk() (*string, bool)

GetConsignorIdOk returns a tuple with the ConsignorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductModel) GetConsignorName

func (o *ProductModel) GetConsignorName() string

GetConsignorName returns the ConsignorName field value if set, zero value otherwise.

func (*ProductModel) GetConsignorNameOk

func (o *ProductModel) GetConsignorNameOk() (*string, bool)

GetConsignorNameOk returns a tuple with the ConsignorName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductModel) GetCount

func (o *ProductModel) GetCount() float64

GetCount returns the Count field value if set, zero value otherwise.

func (*ProductModel) GetCountOk

func (o *ProductModel) GetCountOk() (*float64, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductModel) GetCurrency

func (o *ProductModel) GetCurrency() string

GetCurrency returns the Currency field value if set, zero value otherwise.

func (*ProductModel) GetCurrencyOk

func (o *ProductModel) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductModel) GetDescription

func (o *ProductModel) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ProductModel) GetDescriptionOk

func (o *ProductModel) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductModel) GetMaxQuantity

func (o *ProductModel) GetMaxQuantity() int32

GetMaxQuantity returns the MaxQuantity field value if set, zero value otherwise.

func (*ProductModel) GetMaxQuantityOk

func (o *ProductModel) GetMaxQuantityOk() (*int32, bool)

GetMaxQuantityOk returns a tuple with the MaxQuantity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductModel) GetPrice

func (o *ProductModel) GetPrice() float64

GetPrice returns the Price field value if set, zero value otherwise.

func (*ProductModel) GetPriceByQuantityList

func (o *ProductModel) GetPriceByQuantityList() []PriceByQuantity

GetPriceByQuantityList returns the PriceByQuantityList field value if set, zero value otherwise.

func (*ProductModel) GetPriceByQuantityListOk

func (o *ProductModel) GetPriceByQuantityListOk() ([]PriceByQuantity, bool)

GetPriceByQuantityListOk returns a tuple with the PriceByQuantityList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductModel) GetPriceOk

func (o *ProductModel) GetPriceOk() (*float64, bool)

GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductModel) GetProductCode

func (o *ProductModel) GetProductCode() string

GetProductCode returns the ProductCode field value if set, zero value otherwise.

func (*ProductModel) GetProductCodeOk

func (o *ProductModel) GetProductCodeOk() (*string, bool)

GetProductCodeOk returns a tuple with the ProductCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductModel) GetProductInfoURL

func (o *ProductModel) GetProductInfoURL() string

GetProductInfoURL returns the ProductInfoURL field value if set, zero value otherwise.

func (*ProductModel) GetProductInfoURLOk

func (o *ProductModel) GetProductInfoURLOk() (*string, bool)

GetProductInfoURLOk returns a tuple with the ProductInfoURL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductModel) GetProductName

func (o *ProductModel) GetProductName() string

GetProductName returns the ProductName field value if set, zero value otherwise.

func (*ProductModel) GetProductNameOk

func (o *ProductModel) GetProductNameOk() (*string, bool)

GetProductNameOk returns a tuple with the ProductName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductModel) GetProductType

func (o *ProductModel) GetProductType() string

GetProductType returns the ProductType field value if set, zero value otherwise.

func (*ProductModel) GetProductTypeOk

func (o *ProductModel) GetProductTypeOk() (*string, bool)

GetProductTypeOk returns a tuple with the ProductType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductModel) GetProperties

func (o *ProductModel) GetProperties() map[string]string

GetProperties returns the Properties field value if set, zero value otherwise.

func (*ProductModel) GetPropertiesOk

func (o *ProductModel) GetPropertiesOk() (*map[string]string, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductModel) GetRegularPrice

func (o *ProductModel) GetRegularPrice() float64

GetRegularPrice returns the RegularPrice field value if set, zero value otherwise.

func (*ProductModel) GetRegularPriceOk

func (o *ProductModel) GetRegularPriceOk() (*float64, bool)

GetRegularPriceOk returns a tuple with the RegularPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductModel) GetTaxIncludedPrice

func (o *ProductModel) GetTaxIncludedPrice() float64

GetTaxIncludedPrice returns the TaxIncludedPrice field value if set, zero value otherwise.

func (*ProductModel) GetTaxIncludedPriceOk

func (o *ProductModel) GetTaxIncludedPriceOk() (*float64, bool)

GetTaxIncludedPriceOk returns a tuple with the TaxIncludedPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductModel) GetTaxIncludedRegularPrice

func (o *ProductModel) GetTaxIncludedRegularPrice() float64

GetTaxIncludedRegularPrice returns the TaxIncludedRegularPrice field value if set, zero value otherwise.

func (*ProductModel) GetTaxIncludedRegularPriceOk

func (o *ProductModel) GetTaxIncludedRegularPriceOk() (*float64, bool)

GetTaxIncludedRegularPriceOk returns a tuple with the TaxIncludedRegularPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProductModel) HasCampaignCode

func (o *ProductModel) HasCampaignCode() bool

HasCampaignCode returns a boolean if a field has been set.

func (*ProductModel) HasConsignorId

func (o *ProductModel) HasConsignorId() bool

HasConsignorId returns a boolean if a field has been set.

func (*ProductModel) HasConsignorName

func (o *ProductModel) HasConsignorName() bool

HasConsignorName returns a boolean if a field has been set.

func (*ProductModel) HasCount

func (o *ProductModel) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*ProductModel) HasCurrency

func (o *ProductModel) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

func (*ProductModel) HasDescription

func (o *ProductModel) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ProductModel) HasMaxQuantity

func (o *ProductModel) HasMaxQuantity() bool

HasMaxQuantity returns a boolean if a field has been set.

func (*ProductModel) HasPrice

func (o *ProductModel) HasPrice() bool

HasPrice returns a boolean if a field has been set.

func (*ProductModel) HasPriceByQuantityList

func (o *ProductModel) HasPriceByQuantityList() bool

HasPriceByQuantityList returns a boolean if a field has been set.

func (*ProductModel) HasProductCode

func (o *ProductModel) HasProductCode() bool

HasProductCode returns a boolean if a field has been set.

func (*ProductModel) HasProductInfoURL

func (o *ProductModel) HasProductInfoURL() bool

HasProductInfoURL returns a boolean if a field has been set.

func (*ProductModel) HasProductName

func (o *ProductModel) HasProductName() bool

HasProductName returns a boolean if a field has been set.

func (*ProductModel) HasProductType

func (o *ProductModel) HasProductType() bool

HasProductType returns a boolean if a field has been set.

func (*ProductModel) HasProperties

func (o *ProductModel) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (*ProductModel) HasRegularPrice

func (o *ProductModel) HasRegularPrice() bool

HasRegularPrice returns a boolean if a field has been set.

func (*ProductModel) HasTaxIncludedPrice

func (o *ProductModel) HasTaxIncludedPrice() bool

HasTaxIncludedPrice returns a boolean if a field has been set.

func (*ProductModel) HasTaxIncludedRegularPrice

func (o *ProductModel) HasTaxIncludedRegularPrice() bool

HasTaxIncludedRegularPrice returns a boolean if a field has been set.

func (ProductModel) MarshalJSON

func (o ProductModel) MarshalJSON() ([]byte, error)

func (*ProductModel) SetCampaignCode

func (o *ProductModel) SetCampaignCode(v string)

SetCampaignCode gets a reference to the given string and assigns it to the CampaignCode field.

func (*ProductModel) SetConsignorId

func (o *ProductModel) SetConsignorId(v string)

SetConsignorId gets a reference to the given string and assigns it to the ConsignorId field.

func (*ProductModel) SetConsignorName

func (o *ProductModel) SetConsignorName(v string)

SetConsignorName gets a reference to the given string and assigns it to the ConsignorName field.

func (*ProductModel) SetCount

func (o *ProductModel) SetCount(v float64)

SetCount gets a reference to the given float64 and assigns it to the Count field.

func (*ProductModel) SetCurrency

func (o *ProductModel) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

func (*ProductModel) SetDescription

func (o *ProductModel) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ProductModel) SetMaxQuantity

func (o *ProductModel) SetMaxQuantity(v int32)

SetMaxQuantity gets a reference to the given int32 and assigns it to the MaxQuantity field.

func (*ProductModel) SetPrice

func (o *ProductModel) SetPrice(v float64)

SetPrice gets a reference to the given float64 and assigns it to the Price field.

func (*ProductModel) SetPriceByQuantityList

func (o *ProductModel) SetPriceByQuantityList(v []PriceByQuantity)

SetPriceByQuantityList gets a reference to the given []PriceByQuantity and assigns it to the PriceByQuantityList field.

func (*ProductModel) SetProductCode

func (o *ProductModel) SetProductCode(v string)

SetProductCode gets a reference to the given string and assigns it to the ProductCode field.

func (*ProductModel) SetProductInfoURL

func (o *ProductModel) SetProductInfoURL(v string)

SetProductInfoURL gets a reference to the given string and assigns it to the ProductInfoURL field.

func (*ProductModel) SetProductName

func (o *ProductModel) SetProductName(v string)

SetProductName gets a reference to the given string and assigns it to the ProductName field.

func (*ProductModel) SetProductType

func (o *ProductModel) SetProductType(v string)

SetProductType gets a reference to the given string and assigns it to the ProductType field.

func (*ProductModel) SetProperties

func (o *ProductModel) SetProperties(v map[string]string)

SetProperties gets a reference to the given map[string]string and assigns it to the Properties field.

func (*ProductModel) SetRegularPrice

func (o *ProductModel) SetRegularPrice(v float64)

SetRegularPrice gets a reference to the given float64 and assigns it to the RegularPrice field.

func (*ProductModel) SetTaxIncludedPrice

func (o *ProductModel) SetTaxIncludedPrice(v float64)

SetTaxIncludedPrice gets a reference to the given float64 and assigns it to the TaxIncludedPrice field.

func (*ProductModel) SetTaxIncludedRegularPrice

func (o *ProductModel) SetTaxIncludedRegularPrice(v float64)

SetTaxIncludedRegularPrice gets a reference to the given float64 and assigns it to the TaxIncludedRegularPrice field.

type PutIpAddressMapEntryRequest

type PutIpAddressMapEntryRequest struct {
	IpAddress string `json:"ipAddress"`
	Key       string `json:"key"`
}

PutIpAddressMapEntryRequest struct for PutIpAddressMapEntryRequest

func NewPutIpAddressMapEntryRequest

func NewPutIpAddressMapEntryRequest(ipAddress string, key string) *PutIpAddressMapEntryRequest

NewPutIpAddressMapEntryRequest instantiates a new PutIpAddressMapEntryRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPutIpAddressMapEntryRequestWithDefaults

func NewPutIpAddressMapEntryRequestWithDefaults() *PutIpAddressMapEntryRequest

NewPutIpAddressMapEntryRequestWithDefaults instantiates a new PutIpAddressMapEntryRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PutIpAddressMapEntryRequest) GetIpAddress

func (o *PutIpAddressMapEntryRequest) GetIpAddress() string

GetIpAddress returns the IpAddress field value

func (*PutIpAddressMapEntryRequest) GetIpAddressOk

func (o *PutIpAddressMapEntryRequest) GetIpAddressOk() (*string, bool)

GetIpAddressOk returns a tuple with the IpAddress field value and a boolean to check if the value has been set.

func (*PutIpAddressMapEntryRequest) GetKey

func (o *PutIpAddressMapEntryRequest) GetKey() string

GetKey returns the Key field value

func (*PutIpAddressMapEntryRequest) GetKeyOk

func (o *PutIpAddressMapEntryRequest) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (PutIpAddressMapEntryRequest) MarshalJSON

func (o PutIpAddressMapEntryRequest) MarshalJSON() ([]byte, error)

func (*PutIpAddressMapEntryRequest) SetIpAddress

func (o *PutIpAddressMapEntryRequest) SetIpAddress(v string)

SetIpAddress sets field value

func (*PutIpAddressMapEntryRequest) SetKey

func (o *PutIpAddressMapEntryRequest) SetKey(v string)

SetKey sets field value

type QueryApiService

type QueryApiService service

QueryApiService QueryApi service

func (*QueryApiService) SearchDevices

SearchDevices SORACOM Inventory デバイスをクエリに応じて検索します。

SORACOM Inventory デバイスをクエリに応じて検索します。部分一致したものを返却します。この API 権限が付与された場合、すべての SORACOM Inventory デバイスに対して group も含めた検索/一覧取得を行える権限が与えられます。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchDevicesRequest

func (*QueryApiService) SearchDevicesExecute

func (a *QueryApiService) SearchDevicesExecute(r ApiSearchDevicesRequest) ([]Device, *http.Response, error)

Execute executes the request

@return []Device

func (*QueryApiService) SearchSigfoxDevices

func (a *QueryApiService) SearchSigfoxDevices(ctx context.Context) ApiSearchSigfoxDevicesRequest

SearchSigfoxDevices Sigfox デバイスをクエリに応じて検索します。

Sigfox デバイスをクエリに応じて検索します。部分一致したものを返却します。この API 権限が付与された場合、すべての Sigfox デバイスに対して group も含めた検索/一覧取得を行える権限が与えられます。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchSigfoxDevicesRequest

func (*QueryApiService) SearchSigfoxDevicesExecute

func (a *QueryApiService) SearchSigfoxDevicesExecute(r ApiSearchSigfoxDevicesRequest) ([]SigfoxDevice, *http.Response, error)

Execute executes the request

@return []SigfoxDevice

func (*QueryApiService) SearchSims

SearchSims SIM をクエリに応じて検索します。

SIM をクエリに応じて検索します。部分一致したものを返却します。この API 権限が付与された場合、すべての SIM に対して group も含めた検索/一覧取得を行える権限が与えられます。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchSimsRequest

func (*QueryApiService) SearchSimsExecute

func (a *QueryApiService) SearchSimsExecute(r ApiSearchSimsRequest) ([]Sim, *http.Response, error)

Execute executes the request

@return []Sim

func (*QueryApiService) SearchSubscriberTrafficVolumeRanking

func (a *QueryApiService) SearchSubscriberTrafficVolumeRanking(ctx context.Context) ApiSearchSubscriberTrafficVolumeRankingRequest

SearchSubscriberTrafficVolumeRanking Subscriber の通信量ランキングを返却します。

指定された期間の Subscriber の通信量ランキングを検索して返却します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchSubscriberTrafficVolumeRankingRequest

func (*QueryApiService) SearchSubscriberTrafficVolumeRankingExecute

func (a *QueryApiService) SearchSubscriberTrafficVolumeRankingExecute(r ApiSearchSubscriberTrafficVolumeRankingRequest) ([]TrafficVolumeRanking, *http.Response, error)

Execute executes the request

@return []TrafficVolumeRanking

func (*QueryApiService) SearchSubscribers

func (a *QueryApiService) SearchSubscribers(ctx context.Context) ApiSearchSubscribersRequest

SearchSubscribers (非推奨) Subscriber をクエリに応じて検索します。

(非推奨の API です。代わりに `/query/sims` API を利用することを検討してください) Subscriber をクエリに応じて検索します。部分一致したものを返却します。この API 権限が付与された場合、すべての SIM に対して group も含めた検索/一覧取得を行える権限が与えられます。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSearchSubscribersRequest

Deprecated

func (*QueryApiService) SearchSubscribersExecute

func (a *QueryApiService) SearchSubscribersExecute(r ApiSearchSubscribersRequest) ([]Subscriber, *http.Response, error)

Execute executes the request

@return []Subscriber

Deprecated

type ReferenceUrl

type ReferenceUrl struct {
	Title *string `json:"title,omitempty"`
	Url   *string `json:"url,omitempty"`
}

ReferenceUrl struct for ReferenceUrl

func NewReferenceUrl

func NewReferenceUrl() *ReferenceUrl

NewReferenceUrl instantiates a new ReferenceUrl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReferenceUrlWithDefaults

func NewReferenceUrlWithDefaults() *ReferenceUrl

NewReferenceUrlWithDefaults instantiates a new ReferenceUrl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReferenceUrl) GetTitle

func (o *ReferenceUrl) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ReferenceUrl) GetTitleOk

func (o *ReferenceUrl) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReferenceUrl) GetUrl

func (o *ReferenceUrl) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*ReferenceUrl) GetUrlOk

func (o *ReferenceUrl) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReferenceUrl) HasTitle

func (o *ReferenceUrl) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*ReferenceUrl) HasUrl

func (o *ReferenceUrl) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (ReferenceUrl) MarshalJSON

func (o ReferenceUrl) MarshalJSON() ([]byte, error)

func (*ReferenceUrl) SetTitle

func (o *ReferenceUrl) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*ReferenceUrl) SetUrl

func (o *ReferenceUrl) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

type RegisterGatePeerRequest

type RegisterGatePeerRequest struct {
	InnerIpAddress *string `json:"innerIpAddress,omitempty"`
	OuterIpAddress string  `json:"outerIpAddress"`
}

RegisterGatePeerRequest struct for RegisterGatePeerRequest

func NewRegisterGatePeerRequest

func NewRegisterGatePeerRequest(outerIpAddress string) *RegisterGatePeerRequest

NewRegisterGatePeerRequest instantiates a new RegisterGatePeerRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRegisterGatePeerRequestWithDefaults

func NewRegisterGatePeerRequestWithDefaults() *RegisterGatePeerRequest

NewRegisterGatePeerRequestWithDefaults instantiates a new RegisterGatePeerRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RegisterGatePeerRequest) GetInnerIpAddress

func (o *RegisterGatePeerRequest) GetInnerIpAddress() string

GetInnerIpAddress returns the InnerIpAddress field value if set, zero value otherwise.

func (*RegisterGatePeerRequest) GetInnerIpAddressOk

func (o *RegisterGatePeerRequest) GetInnerIpAddressOk() (*string, bool)

GetInnerIpAddressOk returns a tuple with the InnerIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisterGatePeerRequest) GetOuterIpAddress

func (o *RegisterGatePeerRequest) GetOuterIpAddress() string

GetOuterIpAddress returns the OuterIpAddress field value

func (*RegisterGatePeerRequest) GetOuterIpAddressOk

func (o *RegisterGatePeerRequest) GetOuterIpAddressOk() (*string, bool)

GetOuterIpAddressOk returns a tuple with the OuterIpAddress field value and a boolean to check if the value has been set.

func (*RegisterGatePeerRequest) HasInnerIpAddress

func (o *RegisterGatePeerRequest) HasInnerIpAddress() bool

HasInnerIpAddress returns a boolean if a field has been set.

func (RegisterGatePeerRequest) MarshalJSON

func (o RegisterGatePeerRequest) MarshalJSON() ([]byte, error)

func (*RegisterGatePeerRequest) SetInnerIpAddress

func (o *RegisterGatePeerRequest) SetInnerIpAddress(v string)

SetInnerIpAddress gets a reference to the given string and assigns it to the InnerIpAddress field.

func (*RegisterGatePeerRequest) SetOuterIpAddress

func (o *RegisterGatePeerRequest) SetOuterIpAddress(v string)

SetOuterIpAddress sets field value

type RegisterLoraDeviceRequest

type RegisterLoraDeviceRequest struct {
	GroupId            *string            `json:"groupId,omitempty"`
	RegistrationSecret *string            `json:"registrationSecret,omitempty"`
	Tags               *map[string]string `json:"tags,omitempty"`
}

RegisterLoraDeviceRequest struct for RegisterLoraDeviceRequest

func NewRegisterLoraDeviceRequest

func NewRegisterLoraDeviceRequest() *RegisterLoraDeviceRequest

NewRegisterLoraDeviceRequest instantiates a new RegisterLoraDeviceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRegisterLoraDeviceRequestWithDefaults

func NewRegisterLoraDeviceRequestWithDefaults() *RegisterLoraDeviceRequest

NewRegisterLoraDeviceRequestWithDefaults instantiates a new RegisterLoraDeviceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RegisterLoraDeviceRequest) GetGroupId

func (o *RegisterLoraDeviceRequest) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*RegisterLoraDeviceRequest) GetGroupIdOk

func (o *RegisterLoraDeviceRequest) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisterLoraDeviceRequest) GetRegistrationSecret

func (o *RegisterLoraDeviceRequest) GetRegistrationSecret() string

GetRegistrationSecret returns the RegistrationSecret field value if set, zero value otherwise.

func (*RegisterLoraDeviceRequest) GetRegistrationSecretOk

func (o *RegisterLoraDeviceRequest) GetRegistrationSecretOk() (*string, bool)

GetRegistrationSecretOk returns a tuple with the RegistrationSecret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisterLoraDeviceRequest) GetTags

func (o *RegisterLoraDeviceRequest) GetTags() map[string]string

GetTags returns the Tags field value if set, zero value otherwise.

func (*RegisterLoraDeviceRequest) GetTagsOk

func (o *RegisterLoraDeviceRequest) GetTagsOk() (*map[string]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisterLoraDeviceRequest) HasGroupId

func (o *RegisterLoraDeviceRequest) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*RegisterLoraDeviceRequest) HasRegistrationSecret

func (o *RegisterLoraDeviceRequest) HasRegistrationSecret() bool

HasRegistrationSecret returns a boolean if a field has been set.

func (*RegisterLoraDeviceRequest) HasTags

func (o *RegisterLoraDeviceRequest) HasTags() bool

HasTags returns a boolean if a field has been set.

func (RegisterLoraDeviceRequest) MarshalJSON

func (o RegisterLoraDeviceRequest) MarshalJSON() ([]byte, error)

func (*RegisterLoraDeviceRequest) SetGroupId

func (o *RegisterLoraDeviceRequest) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*RegisterLoraDeviceRequest) SetRegistrationSecret

func (o *RegisterLoraDeviceRequest) SetRegistrationSecret(v string)

SetRegistrationSecret gets a reference to the given string and assigns it to the RegistrationSecret field.

func (*RegisterLoraDeviceRequest) SetTags

func (o *RegisterLoraDeviceRequest) SetTags(v map[string]string)

SetTags gets a reference to the given map[string]string and assigns it to the Tags field.

type RegisterOperatorsRequest

type RegisterOperatorsRequest struct {
	Email string `json:"email"`
	// パスワードは以下の条件を満たしている必要があります:長さ 8 文字以上 100 文字以内、アルファベット小文字 (a-z) を 1 文字以上使用、アルファベット大文字 (A-Z) を 1 文字以上使用、数字を 1 文字以上使用。記号なども使用できます。
	Password string `json:"password"`
}

RegisterOperatorsRequest struct for RegisterOperatorsRequest

func NewRegisterOperatorsRequest

func NewRegisterOperatorsRequest(email string, password string) *RegisterOperatorsRequest

NewRegisterOperatorsRequest instantiates a new RegisterOperatorsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRegisterOperatorsRequestWithDefaults

func NewRegisterOperatorsRequestWithDefaults() *RegisterOperatorsRequest

NewRegisterOperatorsRequestWithDefaults instantiates a new RegisterOperatorsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RegisterOperatorsRequest) GetEmail

func (o *RegisterOperatorsRequest) GetEmail() string

GetEmail returns the Email field value

func (*RegisterOperatorsRequest) GetEmailOk

func (o *RegisterOperatorsRequest) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*RegisterOperatorsRequest) GetPassword

func (o *RegisterOperatorsRequest) GetPassword() string

GetPassword returns the Password field value

func (*RegisterOperatorsRequest) GetPasswordOk

func (o *RegisterOperatorsRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (RegisterOperatorsRequest) MarshalJSON

func (o RegisterOperatorsRequest) MarshalJSON() ([]byte, error)

func (*RegisterOperatorsRequest) SetEmail

func (o *RegisterOperatorsRequest) SetEmail(v string)

SetEmail sets field value

func (*RegisterOperatorsRequest) SetPassword

func (o *RegisterOperatorsRequest) SetPassword(v string)

SetPassword sets field value

type RegisterPayerInformationModel

type RegisterPayerInformationModel struct {
	// 企業名
	CompanyName *string `json:"companyName,omitempty"`
	// 部署
	Department *string `json:"department,omitempty"`
	// 氏名
	FullName *string `json:"fullName,omitempty"`
}

RegisterPayerInformationModel struct for RegisterPayerInformationModel

func NewRegisterPayerInformationModel

func NewRegisterPayerInformationModel() *RegisterPayerInformationModel

NewRegisterPayerInformationModel instantiates a new RegisterPayerInformationModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRegisterPayerInformationModelWithDefaults

func NewRegisterPayerInformationModelWithDefaults() *RegisterPayerInformationModel

NewRegisterPayerInformationModelWithDefaults instantiates a new RegisterPayerInformationModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RegisterPayerInformationModel) GetCompanyName

func (o *RegisterPayerInformationModel) GetCompanyName() string

GetCompanyName returns the CompanyName field value if set, zero value otherwise.

func (*RegisterPayerInformationModel) GetCompanyNameOk

func (o *RegisterPayerInformationModel) GetCompanyNameOk() (*string, bool)

GetCompanyNameOk returns a tuple with the CompanyName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisterPayerInformationModel) GetDepartment

func (o *RegisterPayerInformationModel) GetDepartment() string

GetDepartment returns the Department field value if set, zero value otherwise.

func (*RegisterPayerInformationModel) GetDepartmentOk

func (o *RegisterPayerInformationModel) GetDepartmentOk() (*string, bool)

GetDepartmentOk returns a tuple with the Department field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisterPayerInformationModel) GetFullName

func (o *RegisterPayerInformationModel) GetFullName() string

GetFullName returns the FullName field value if set, zero value otherwise.

func (*RegisterPayerInformationModel) GetFullNameOk

func (o *RegisterPayerInformationModel) GetFullNameOk() (*string, bool)

GetFullNameOk returns a tuple with the FullName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisterPayerInformationModel) HasCompanyName

func (o *RegisterPayerInformationModel) HasCompanyName() bool

HasCompanyName returns a boolean if a field has been set.

func (*RegisterPayerInformationModel) HasDepartment

func (o *RegisterPayerInformationModel) HasDepartment() bool

HasDepartment returns a boolean if a field has been set.

func (*RegisterPayerInformationModel) HasFullName

func (o *RegisterPayerInformationModel) HasFullName() bool

HasFullName returns a boolean if a field has been set.

func (RegisterPayerInformationModel) MarshalJSON

func (o RegisterPayerInformationModel) MarshalJSON() ([]byte, error)

func (*RegisterPayerInformationModel) SetCompanyName

func (o *RegisterPayerInformationModel) SetCompanyName(v string)

SetCompanyName gets a reference to the given string and assigns it to the CompanyName field.

func (*RegisterPayerInformationModel) SetDepartment

func (o *RegisterPayerInformationModel) SetDepartment(v string)

SetDepartment gets a reference to the given string and assigns it to the Department field.

func (*RegisterPayerInformationModel) SetFullName

func (o *RegisterPayerInformationModel) SetFullName(v string)

SetFullName gets a reference to the given string and assigns it to the FullName field.

type RegisterSimRequest

type RegisterSimRequest struct {
	GroupId *string `json:"groupId,omitempty"`
	// PUK or PASSCODE on SIM card
	RegistrationSecret string `json:"registrationSecret"`
	// An object which always contains at least one property \"name\" with a string value. If you give a subscriber/SIM a name, the name will be returned as the value of the \"name\" property. If the subscriber/SIM does not have a name, an empty string \"\" is returned. In addition, if you create any custom tags for the subscriber/SIM, each custom tag will appear as additional properties in the object.
	Tags *map[string]string `json:"tags,omitempty"`
}

RegisterSimRequest struct for RegisterSimRequest

func NewRegisterSimRequest

func NewRegisterSimRequest(registrationSecret string) *RegisterSimRequest

NewRegisterSimRequest instantiates a new RegisterSimRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRegisterSimRequestWithDefaults

func NewRegisterSimRequestWithDefaults() *RegisterSimRequest

NewRegisterSimRequestWithDefaults instantiates a new RegisterSimRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RegisterSimRequest) GetGroupId

func (o *RegisterSimRequest) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*RegisterSimRequest) GetGroupIdOk

func (o *RegisterSimRequest) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisterSimRequest) GetRegistrationSecret

func (o *RegisterSimRequest) GetRegistrationSecret() string

GetRegistrationSecret returns the RegistrationSecret field value

func (*RegisterSimRequest) GetRegistrationSecretOk

func (o *RegisterSimRequest) GetRegistrationSecretOk() (*string, bool)

GetRegistrationSecretOk returns a tuple with the RegistrationSecret field value and a boolean to check if the value has been set.

func (*RegisterSimRequest) GetTags

func (o *RegisterSimRequest) GetTags() map[string]string

GetTags returns the Tags field value if set, zero value otherwise.

func (*RegisterSimRequest) GetTagsOk

func (o *RegisterSimRequest) GetTagsOk() (*map[string]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisterSimRequest) HasGroupId

func (o *RegisterSimRequest) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*RegisterSimRequest) HasTags

func (o *RegisterSimRequest) HasTags() bool

HasTags returns a boolean if a field has been set.

func (RegisterSimRequest) MarshalJSON

func (o RegisterSimRequest) MarshalJSON() ([]byte, error)

func (*RegisterSimRequest) SetGroupId

func (o *RegisterSimRequest) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*RegisterSimRequest) SetRegistrationSecret

func (o *RegisterSimRequest) SetRegistrationSecret(v string)

SetRegistrationSecret sets field value

func (*RegisterSimRequest) SetTags

func (o *RegisterSimRequest) SetTags(v map[string]string)

SetTags gets a reference to the given map[string]string and assigns it to the Tags field.

type RegisterSubscribersRequest

type RegisterSubscribersRequest struct {
	GroupId *string `json:"groupId,omitempty"`
	// PUK or PASSCODE on SIM card
	RegistrationSecret string `json:"registrationSecret"`
	// An object which always contains at least one property \"name\" with a string value. If you give a subscriber/SIM a name, the name will be returned as the value of the \"name\" property. If the subscriber/SIM does not have a name, an empty string \"\" is returned. In addition, if you create any custom tags for the subscriber/SIM, each custom tag will appear as additional properties in the object.
	Tags *map[string]string `json:"tags,omitempty"`
}

RegisterSubscribersRequest struct for RegisterSubscribersRequest

func NewRegisterSubscribersRequest

func NewRegisterSubscribersRequest(registrationSecret string) *RegisterSubscribersRequest

NewRegisterSubscribersRequest instantiates a new RegisterSubscribersRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRegisterSubscribersRequestWithDefaults

func NewRegisterSubscribersRequestWithDefaults() *RegisterSubscribersRequest

NewRegisterSubscribersRequestWithDefaults instantiates a new RegisterSubscribersRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RegisterSubscribersRequest) GetGroupId

func (o *RegisterSubscribersRequest) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*RegisterSubscribersRequest) GetGroupIdOk

func (o *RegisterSubscribersRequest) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisterSubscribersRequest) GetRegistrationSecret

func (o *RegisterSubscribersRequest) GetRegistrationSecret() string

GetRegistrationSecret returns the RegistrationSecret field value

func (*RegisterSubscribersRequest) GetRegistrationSecretOk

func (o *RegisterSubscribersRequest) GetRegistrationSecretOk() (*string, bool)

GetRegistrationSecretOk returns a tuple with the RegistrationSecret field value and a boolean to check if the value has been set.

func (*RegisterSubscribersRequest) GetTags

func (o *RegisterSubscribersRequest) GetTags() map[string]string

GetTags returns the Tags field value if set, zero value otherwise.

func (*RegisterSubscribersRequest) GetTagsOk

func (o *RegisterSubscribersRequest) GetTagsOk() (*map[string]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisterSubscribersRequest) HasGroupId

func (o *RegisterSubscribersRequest) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*RegisterSubscribersRequest) HasTags

func (o *RegisterSubscribersRequest) HasTags() bool

HasTags returns a boolean if a field has been set.

func (RegisterSubscribersRequest) MarshalJSON

func (o RegisterSubscribersRequest) MarshalJSON() ([]byte, error)

func (*RegisterSubscribersRequest) SetGroupId

func (o *RegisterSubscribersRequest) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*RegisterSubscribersRequest) SetRegistrationSecret

func (o *RegisterSubscribersRequest) SetRegistrationSecret(v string)

SetRegistrationSecret sets field value

func (*RegisterSubscribersRequest) SetTags

func (o *RegisterSubscribersRequest) SetTags(v map[string]string)

SetTags gets a reference to the given map[string]string and assigns it to the Tags field.

type ResourceInstance

type ResourceInstance struct {
	Description      *string                `json:"description,omitempty"`
	Id               *int32                 `json:"id,omitempty"`
	Mandatory        *bool                  `json:"mandatory,omitempty"`
	Multiple         *bool                  `json:"multiple,omitempty"`
	Name             *string                `json:"name,omitempty"`
	Observed         *bool                  `json:"observed,omitempty"`
	Operations       *string                `json:"operations,omitempty"`
	RangeEnumeration *string                `json:"rangeEnumeration,omitempty"`
	Type             *string                `json:"type,omitempty"`
	Units            *string                `json:"units,omitempty"`
	Value            map[string]interface{} `json:"value,omitempty"`
	Values           map[string]interface{} `json:"values,omitempty"`
}

ResourceInstance struct for ResourceInstance

func NewResourceInstance

func NewResourceInstance() *ResourceInstance

NewResourceInstance instantiates a new ResourceInstance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewResourceInstanceWithDefaults

func NewResourceInstanceWithDefaults() *ResourceInstance

NewResourceInstanceWithDefaults instantiates a new ResourceInstance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ResourceInstance) GetDescription

func (o *ResourceInstance) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ResourceInstance) GetDescriptionOk

func (o *ResourceInstance) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceInstance) GetId

func (o *ResourceInstance) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ResourceInstance) GetIdOk

func (o *ResourceInstance) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceInstance) GetMandatory

func (o *ResourceInstance) GetMandatory() bool

GetMandatory returns the Mandatory field value if set, zero value otherwise.

func (*ResourceInstance) GetMandatoryOk

func (o *ResourceInstance) GetMandatoryOk() (*bool, bool)

GetMandatoryOk returns a tuple with the Mandatory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceInstance) GetMultiple

func (o *ResourceInstance) GetMultiple() bool

GetMultiple returns the Multiple field value if set, zero value otherwise.

func (*ResourceInstance) GetMultipleOk

func (o *ResourceInstance) GetMultipleOk() (*bool, bool)

GetMultipleOk returns a tuple with the Multiple field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceInstance) GetName

func (o *ResourceInstance) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ResourceInstance) GetNameOk

func (o *ResourceInstance) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceInstance) GetObserved

func (o *ResourceInstance) GetObserved() bool

GetObserved returns the Observed field value if set, zero value otherwise.

func (*ResourceInstance) GetObservedOk

func (o *ResourceInstance) GetObservedOk() (*bool, bool)

GetObservedOk returns a tuple with the Observed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceInstance) GetOperations

func (o *ResourceInstance) GetOperations() string

GetOperations returns the Operations field value if set, zero value otherwise.

func (*ResourceInstance) GetOperationsOk

func (o *ResourceInstance) GetOperationsOk() (*string, bool)

GetOperationsOk returns a tuple with the Operations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceInstance) GetRangeEnumeration

func (o *ResourceInstance) GetRangeEnumeration() string

GetRangeEnumeration returns the RangeEnumeration field value if set, zero value otherwise.

func (*ResourceInstance) GetRangeEnumerationOk

func (o *ResourceInstance) GetRangeEnumerationOk() (*string, bool)

GetRangeEnumerationOk returns a tuple with the RangeEnumeration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceInstance) GetType

func (o *ResourceInstance) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ResourceInstance) GetTypeOk

func (o *ResourceInstance) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceInstance) GetUnits

func (o *ResourceInstance) GetUnits() string

GetUnits returns the Units field value if set, zero value otherwise.

func (*ResourceInstance) GetUnitsOk

func (o *ResourceInstance) GetUnitsOk() (*string, bool)

GetUnitsOk returns a tuple with the Units field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceInstance) GetValue

func (o *ResourceInstance) GetValue() map[string]interface{}

GetValue returns the Value field value if set, zero value otherwise.

func (*ResourceInstance) GetValueOk

func (o *ResourceInstance) GetValueOk() (map[string]interface{}, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceInstance) GetValues

func (o *ResourceInstance) GetValues() map[string]interface{}

GetValues returns the Values field value if set, zero value otherwise.

func (*ResourceInstance) GetValuesOk

func (o *ResourceInstance) GetValuesOk() (map[string]interface{}, bool)

GetValuesOk returns a tuple with the Values field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceInstance) HasDescription

func (o *ResourceInstance) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ResourceInstance) HasId

func (o *ResourceInstance) HasId() bool

HasId returns a boolean if a field has been set.

func (*ResourceInstance) HasMandatory

func (o *ResourceInstance) HasMandatory() bool

HasMandatory returns a boolean if a field has been set.

func (*ResourceInstance) HasMultiple

func (o *ResourceInstance) HasMultiple() bool

HasMultiple returns a boolean if a field has been set.

func (*ResourceInstance) HasName

func (o *ResourceInstance) HasName() bool

HasName returns a boolean if a field has been set.

func (*ResourceInstance) HasObserved

func (o *ResourceInstance) HasObserved() bool

HasObserved returns a boolean if a field has been set.

func (*ResourceInstance) HasOperations

func (o *ResourceInstance) HasOperations() bool

HasOperations returns a boolean if a field has been set.

func (*ResourceInstance) HasRangeEnumeration

func (o *ResourceInstance) HasRangeEnumeration() bool

HasRangeEnumeration returns a boolean if a field has been set.

func (*ResourceInstance) HasType

func (o *ResourceInstance) HasType() bool

HasType returns a boolean if a field has been set.

func (*ResourceInstance) HasUnits

func (o *ResourceInstance) HasUnits() bool

HasUnits returns a boolean if a field has been set.

func (*ResourceInstance) HasValue

func (o *ResourceInstance) HasValue() bool

HasValue returns a boolean if a field has been set.

func (*ResourceInstance) HasValues

func (o *ResourceInstance) HasValues() bool

HasValues returns a boolean if a field has been set.

func (ResourceInstance) MarshalJSON

func (o ResourceInstance) MarshalJSON() ([]byte, error)

func (*ResourceInstance) SetDescription

func (o *ResourceInstance) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ResourceInstance) SetId

func (o *ResourceInstance) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ResourceInstance) SetMandatory

func (o *ResourceInstance) SetMandatory(v bool)

SetMandatory gets a reference to the given bool and assigns it to the Mandatory field.

func (*ResourceInstance) SetMultiple

func (o *ResourceInstance) SetMultiple(v bool)

SetMultiple gets a reference to the given bool and assigns it to the Multiple field.

func (*ResourceInstance) SetName

func (o *ResourceInstance) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ResourceInstance) SetObserved

func (o *ResourceInstance) SetObserved(v bool)

SetObserved gets a reference to the given bool and assigns it to the Observed field.

func (*ResourceInstance) SetOperations

func (o *ResourceInstance) SetOperations(v string)

SetOperations gets a reference to the given string and assigns it to the Operations field.

func (*ResourceInstance) SetRangeEnumeration

func (o *ResourceInstance) SetRangeEnumeration(v string)

SetRangeEnumeration gets a reference to the given string and assigns it to the RangeEnumeration field.

func (*ResourceInstance) SetType

func (o *ResourceInstance) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ResourceInstance) SetUnits

func (o *ResourceInstance) SetUnits(v string)

SetUnits gets a reference to the given string and assigns it to the Units field.

func (*ResourceInstance) SetValue

func (o *ResourceInstance) SetValue(v map[string]interface{})

SetValue gets a reference to the given map[string]interface{} and assigns it to the Value field.

func (*ResourceInstance) SetValues

func (o *ResourceInstance) SetValues(v map[string]interface{})

SetValues gets a reference to the given map[string]interface{} and assigns it to the Values field.

type ResourceSummary

type ResourceSummary struct {
	// リソースの要約アイテムの一覧
	ResourceSummaryItems []ResourceSummaryItem `json:"resourceSummaryItems,omitempty"`
	// リソースの要約の種別  - `simsPerStatus`: ステータスごとの IoT SIM の数
	ResourceSummaryType *string `json:"resourceSummaryType,omitempty"`
}

ResourceSummary struct for ResourceSummary

func NewResourceSummary

func NewResourceSummary() *ResourceSummary

NewResourceSummary instantiates a new ResourceSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewResourceSummaryWithDefaults

func NewResourceSummaryWithDefaults() *ResourceSummary

NewResourceSummaryWithDefaults instantiates a new ResourceSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ResourceSummary) GetResourceSummaryItems

func (o *ResourceSummary) GetResourceSummaryItems() []ResourceSummaryItem

GetResourceSummaryItems returns the ResourceSummaryItems field value if set, zero value otherwise.

func (*ResourceSummary) GetResourceSummaryItemsOk

func (o *ResourceSummary) GetResourceSummaryItemsOk() ([]ResourceSummaryItem, bool)

GetResourceSummaryItemsOk returns a tuple with the ResourceSummaryItems field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceSummary) GetResourceSummaryType

func (o *ResourceSummary) GetResourceSummaryType() string

GetResourceSummaryType returns the ResourceSummaryType field value if set, zero value otherwise.

func (*ResourceSummary) GetResourceSummaryTypeOk

func (o *ResourceSummary) GetResourceSummaryTypeOk() (*string, bool)

GetResourceSummaryTypeOk returns a tuple with the ResourceSummaryType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceSummary) HasResourceSummaryItems

func (o *ResourceSummary) HasResourceSummaryItems() bool

HasResourceSummaryItems returns a boolean if a field has been set.

func (*ResourceSummary) HasResourceSummaryType

func (o *ResourceSummary) HasResourceSummaryType() bool

HasResourceSummaryType returns a boolean if a field has been set.

func (ResourceSummary) MarshalJSON

func (o ResourceSummary) MarshalJSON() ([]byte, error)

func (*ResourceSummary) SetResourceSummaryItems

func (o *ResourceSummary) SetResourceSummaryItems(v []ResourceSummaryItem)

SetResourceSummaryItems gets a reference to the given []ResourceSummaryItem and assigns it to the ResourceSummaryItems field.

func (*ResourceSummary) SetResourceSummaryType

func (o *ResourceSummary) SetResourceSummaryType(v string)

SetResourceSummaryType gets a reference to the given string and assigns it to the ResourceSummaryType field.

type ResourceSummaryApiService

type ResourceSummaryApiService service

ResourceSummaryApiService ResourceSummaryApi service

func (*ResourceSummaryApiService) GetResourceSummary

func (a *ResourceSummaryApiService) GetResourceSummary(ctx context.Context, resourceSummaryType string) ApiGetResourceSummaryRequest

GetResourceSummary resource_summary_type で指定された種別のリソースの要約を取得します。

resource_summary_type で指定された種別のリソースの要約を取得します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param resourceSummaryType リソースの要約の種別  - `simsPerStatus`: ステータスごとの IoT SIM の数
@return ApiGetResourceSummaryRequest

func (*ResourceSummaryApiService) GetResourceSummaryExecute

Execute executes the request

@return ResourceSummary

type ResourceSummaryItem

type ResourceSummaryItem struct {
	// リソースの要約アイテムのディメンションの一覧
	Dimensions []ResourceSummaryItemDimension `json:"dimensions,omitempty"`
	// リソースの要約アイテムの最終更新日時 (unixtime ミリ秒単位)
	UpdatedTime *int64 `json:"updatedTime,omitempty"`
	// リソースの要約アイテムの集計値の一覧
	Values []ResourceSummaryItemValue `json:"values,omitempty"`
}

ResourceSummaryItem struct for ResourceSummaryItem

func NewResourceSummaryItem

func NewResourceSummaryItem() *ResourceSummaryItem

NewResourceSummaryItem instantiates a new ResourceSummaryItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewResourceSummaryItemWithDefaults

func NewResourceSummaryItemWithDefaults() *ResourceSummaryItem

NewResourceSummaryItemWithDefaults instantiates a new ResourceSummaryItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ResourceSummaryItem) GetDimensions

GetDimensions returns the Dimensions field value if set, zero value otherwise.

func (*ResourceSummaryItem) GetDimensionsOk

func (o *ResourceSummaryItem) GetDimensionsOk() ([]ResourceSummaryItemDimension, bool)

GetDimensionsOk returns a tuple with the Dimensions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceSummaryItem) GetUpdatedTime

func (o *ResourceSummaryItem) GetUpdatedTime() int64

GetUpdatedTime returns the UpdatedTime field value if set, zero value otherwise.

func (*ResourceSummaryItem) GetUpdatedTimeOk

func (o *ResourceSummaryItem) GetUpdatedTimeOk() (*int64, bool)

GetUpdatedTimeOk returns a tuple with the UpdatedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceSummaryItem) GetValues

GetValues returns the Values field value if set, zero value otherwise.

func (*ResourceSummaryItem) GetValuesOk

func (o *ResourceSummaryItem) GetValuesOk() ([]ResourceSummaryItemValue, bool)

GetValuesOk returns a tuple with the Values field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceSummaryItem) HasDimensions

func (o *ResourceSummaryItem) HasDimensions() bool

HasDimensions returns a boolean if a field has been set.

func (*ResourceSummaryItem) HasUpdatedTime

func (o *ResourceSummaryItem) HasUpdatedTime() bool

HasUpdatedTime returns a boolean if a field has been set.

func (*ResourceSummaryItem) HasValues

func (o *ResourceSummaryItem) HasValues() bool

HasValues returns a boolean if a field has been set.

func (ResourceSummaryItem) MarshalJSON

func (o ResourceSummaryItem) MarshalJSON() ([]byte, error)

func (*ResourceSummaryItem) SetDimensions

func (o *ResourceSummaryItem) SetDimensions(v []ResourceSummaryItemDimension)

SetDimensions gets a reference to the given []ResourceSummaryItemDimension and assigns it to the Dimensions field.

func (*ResourceSummaryItem) SetUpdatedTime

func (o *ResourceSummaryItem) SetUpdatedTime(v int64)

SetUpdatedTime gets a reference to the given int64 and assigns it to the UpdatedTime field.

func (*ResourceSummaryItem) SetValues

SetValues gets a reference to the given []ResourceSummaryItemValue and assigns it to the Values field.

type ResourceSummaryItemDimension

type ResourceSummaryItemDimension struct {
	// リソースの要約アイテムのディメンションの名前
	Name *string `json:"name,omitempty"`
	// リソースの要約アイテムのディメンションの値
	Value *string `json:"value,omitempty"`
}

ResourceSummaryItemDimension struct for ResourceSummaryItemDimension

func NewResourceSummaryItemDimension

func NewResourceSummaryItemDimension() *ResourceSummaryItemDimension

NewResourceSummaryItemDimension instantiates a new ResourceSummaryItemDimension object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewResourceSummaryItemDimensionWithDefaults

func NewResourceSummaryItemDimensionWithDefaults() *ResourceSummaryItemDimension

NewResourceSummaryItemDimensionWithDefaults instantiates a new ResourceSummaryItemDimension object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ResourceSummaryItemDimension) GetName

func (o *ResourceSummaryItemDimension) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ResourceSummaryItemDimension) GetNameOk

func (o *ResourceSummaryItemDimension) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceSummaryItemDimension) GetValue

func (o *ResourceSummaryItemDimension) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*ResourceSummaryItemDimension) GetValueOk

func (o *ResourceSummaryItemDimension) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceSummaryItemDimension) HasName

func (o *ResourceSummaryItemDimension) HasName() bool

HasName returns a boolean if a field has been set.

func (*ResourceSummaryItemDimension) HasValue

func (o *ResourceSummaryItemDimension) HasValue() bool

HasValue returns a boolean if a field has been set.

func (ResourceSummaryItemDimension) MarshalJSON

func (o ResourceSummaryItemDimension) MarshalJSON() ([]byte, error)

func (*ResourceSummaryItemDimension) SetName

func (o *ResourceSummaryItemDimension) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ResourceSummaryItemDimension) SetValue

func (o *ResourceSummaryItemDimension) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

type ResourceSummaryItemValue

type ResourceSummaryItemValue struct {
	// リソースの要約アイテムの集計値の名前  - `resourceSummaryType` が `simsPerStatus` の場合:   - `readySims`: ステータスが「準備完了 (ready)」の IoT SIM の数   - `activeSims`: ステータスが「使用中 (active)」の IoT SIM の数   - `inactiveSims`: ステータスが「休止中 (inactive)」の IoT SIM の数   - `standbySims`: ステータスが「利用開始待ち (standby)」の IoT SIM の数   - `suspendedSims`: ステータスが「利用中断中 (suspended)」の IoT SIM の数
	Name *string `json:"name,omitempty"`
	// リソースの要約アイテムの集計値の値
	Value *float32 `json:"value,omitempty"`
}

ResourceSummaryItemValue struct for ResourceSummaryItemValue

func NewResourceSummaryItemValue

func NewResourceSummaryItemValue() *ResourceSummaryItemValue

NewResourceSummaryItemValue instantiates a new ResourceSummaryItemValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewResourceSummaryItemValueWithDefaults

func NewResourceSummaryItemValueWithDefaults() *ResourceSummaryItemValue

NewResourceSummaryItemValueWithDefaults instantiates a new ResourceSummaryItemValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ResourceSummaryItemValue) GetName

func (o *ResourceSummaryItemValue) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ResourceSummaryItemValue) GetNameOk

func (o *ResourceSummaryItemValue) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceSummaryItemValue) GetValue

func (o *ResourceSummaryItemValue) GetValue() float32

GetValue returns the Value field value if set, zero value otherwise.

func (*ResourceSummaryItemValue) GetValueOk

func (o *ResourceSummaryItemValue) GetValueOk() (*float32, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceSummaryItemValue) HasName

func (o *ResourceSummaryItemValue) HasName() bool

HasName returns a boolean if a field has been set.

func (*ResourceSummaryItemValue) HasValue

func (o *ResourceSummaryItemValue) HasValue() bool

HasValue returns a boolean if a field has been set.

func (ResourceSummaryItemValue) MarshalJSON

func (o ResourceSummaryItemValue) MarshalJSON() ([]byte, error)

func (*ResourceSummaryItemValue) SetName

func (o *ResourceSummaryItemValue) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ResourceSummaryItemValue) SetValue

func (o *ResourceSummaryItemValue) SetValue(v float32)

SetValue gets a reference to the given float32 and assigns it to the Value field.

type RoleApiService

type RoleApiService service

RoleApiService RoleApi service

func (*RoleApiService) AttachRole

func (a *RoleApiService) AttachRole(ctx context.Context, operatorId string, userName string) ApiAttachRoleRequest

AttachRole Attach Role to User

ユーザーにロールをアタッチする。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param userName user_name
@return ApiAttachRoleRequest

func (*RoleApiService) AttachRoleExecute

func (a *RoleApiService) AttachRoleExecute(r ApiAttachRoleRequest) (*http.Response, error)

Execute executes the request

func (*RoleApiService) CreateRole

func (a *RoleApiService) CreateRole(ctx context.Context, operatorId string, roleId string) ApiCreateRoleRequest

CreateRole Create Role

Role を新しく追加する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param roleId role_id
@return ApiCreateRoleRequest

func (*RoleApiService) CreateRoleExecute

Execute executes the request

@return CreateRoleResponse

func (*RoleApiService) DeleteRole

func (a *RoleApiService) DeleteRole(ctx context.Context, operatorId string, roleId string) ApiDeleteRoleRequest

DeleteRole Delete Role

Role を削除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param roleId role_id
@return ApiDeleteRoleRequest

func (*RoleApiService) DeleteRoleExecute

func (a *RoleApiService) DeleteRoleExecute(r ApiDeleteRoleRequest) (*http.Response, error)

Execute executes the request

func (*RoleApiService) DetachRole

func (a *RoleApiService) DetachRole(ctx context.Context, operatorId string, userName string, roleId string) ApiDetachRoleRequest

DetachRole Detach Role from User

ユーザーからロールをデタッチする。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param userName user_name
@param roleId role_id
@return ApiDetachRoleRequest

func (*RoleApiService) DetachRoleExecute

func (a *RoleApiService) DetachRoleExecute(r ApiDetachRoleRequest) (*http.Response, error)

Execute executes the request

func (*RoleApiService) GetRole

func (a *RoleApiService) GetRole(ctx context.Context, operatorId string, roleId string) ApiGetRoleRequest

GetRole Get Role

Role を取得する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param roleId role_id
@return ApiGetRoleRequest

func (*RoleApiService) GetRoleExecute

func (a *RoleApiService) GetRoleExecute(r ApiGetRoleRequest) (*RoleResponse, *http.Response, error)

Execute executes the request

@return RoleResponse

func (*RoleApiService) ListRoleAttachedUsers

func (a *RoleApiService) ListRoleAttachedUsers(ctx context.Context, operatorId string, roleId string) ApiListRoleAttachedUsersRequest

ListRoleAttachedUsers List Role Attached Users

Role に紐づくユーザーの一覧を取得する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param roleId role_id
@return ApiListRoleAttachedUsersRequest

func (*RoleApiService) ListRoleAttachedUsersExecute

func (a *RoleApiService) ListRoleAttachedUsersExecute(r ApiListRoleAttachedUsersRequest) ([]UserDetailResponse, *http.Response, error)

Execute executes the request

@return []UserDetailResponse

func (*RoleApiService) ListRoles

func (a *RoleApiService) ListRoles(ctx context.Context, operatorId string) ApiListRolesRequest

ListRoles List Roles

Role の一覧を返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiListRolesRequest

func (*RoleApiService) ListRolesExecute

Execute executes the request

@return []ListRolesResponse

func (*RoleApiService) ListUserRoles

func (a *RoleApiService) ListUserRoles(ctx context.Context, operatorId string, userName string) ApiListUserRolesRequest

ListUserRoles List User Roles

ユーザーのロールの一覧を取得する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param userName user_name
@return ApiListUserRolesRequest

func (*RoleApiService) ListUserRolesExecute

func (a *RoleApiService) ListUserRolesExecute(r ApiListUserRolesRequest) ([]RoleResponse, *http.Response, error)

Execute executes the request

@return []RoleResponse

func (*RoleApiService) UpdateRole

func (a *RoleApiService) UpdateRole(ctx context.Context, operatorId string, roleId string) ApiUpdateRoleRequest

UpdateRole Update Role

Role を編集する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param roleId role_id
@return ApiUpdateRoleRequest

func (*RoleApiService) UpdateRoleExecute

func (a *RoleApiService) UpdateRoleExecute(r ApiUpdateRoleRequest) (*http.Response, error)

Execute executes the request

type RoleResponse

type RoleResponse struct {
	CreateDateTime *int64  `json:"createDateTime,omitempty"`
	Description    *string `json:"description,omitempty"`
	// Permission の JSON
	Permission     *string `json:"permission,omitempty"`
	RoleId         *string `json:"roleId,omitempty"`
	UpdateDateTime *int64  `json:"updateDateTime,omitempty"`
}

RoleResponse struct for RoleResponse

func NewRoleResponse

func NewRoleResponse() *RoleResponse

NewRoleResponse instantiates a new RoleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRoleResponseWithDefaults

func NewRoleResponseWithDefaults() *RoleResponse

NewRoleResponseWithDefaults instantiates a new RoleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RoleResponse) GetCreateDateTime

func (o *RoleResponse) GetCreateDateTime() int64

GetCreateDateTime returns the CreateDateTime field value if set, zero value otherwise.

func (*RoleResponse) GetCreateDateTimeOk

func (o *RoleResponse) GetCreateDateTimeOk() (*int64, bool)

GetCreateDateTimeOk returns a tuple with the CreateDateTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleResponse) GetDescription

func (o *RoleResponse) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*RoleResponse) GetDescriptionOk

func (o *RoleResponse) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleResponse) GetPermission

func (o *RoleResponse) GetPermission() string

GetPermission returns the Permission field value if set, zero value otherwise.

func (*RoleResponse) GetPermissionOk

func (o *RoleResponse) GetPermissionOk() (*string, bool)

GetPermissionOk returns a tuple with the Permission field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleResponse) GetRoleId

func (o *RoleResponse) GetRoleId() string

GetRoleId returns the RoleId field value if set, zero value otherwise.

func (*RoleResponse) GetRoleIdOk

func (o *RoleResponse) GetRoleIdOk() (*string, bool)

GetRoleIdOk returns a tuple with the RoleId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleResponse) GetUpdateDateTime

func (o *RoleResponse) GetUpdateDateTime() int64

GetUpdateDateTime returns the UpdateDateTime field value if set, zero value otherwise.

func (*RoleResponse) GetUpdateDateTimeOk

func (o *RoleResponse) GetUpdateDateTimeOk() (*int64, bool)

GetUpdateDateTimeOk returns a tuple with the UpdateDateTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RoleResponse) HasCreateDateTime

func (o *RoleResponse) HasCreateDateTime() bool

HasCreateDateTime returns a boolean if a field has been set.

func (*RoleResponse) HasDescription

func (o *RoleResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*RoleResponse) HasPermission

func (o *RoleResponse) HasPermission() bool

HasPermission returns a boolean if a field has been set.

func (*RoleResponse) HasRoleId

func (o *RoleResponse) HasRoleId() bool

HasRoleId returns a boolean if a field has been set.

func (*RoleResponse) HasUpdateDateTime

func (o *RoleResponse) HasUpdateDateTime() bool

HasUpdateDateTime returns a boolean if a field has been set.

func (RoleResponse) MarshalJSON

func (o RoleResponse) MarshalJSON() ([]byte, error)

func (*RoleResponse) SetCreateDateTime

func (o *RoleResponse) SetCreateDateTime(v int64)

SetCreateDateTime gets a reference to the given int64 and assigns it to the CreateDateTime field.

func (*RoleResponse) SetDescription

func (o *RoleResponse) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*RoleResponse) SetPermission

func (o *RoleResponse) SetPermission(v string)

SetPermission gets a reference to the given string and assigns it to the Permission field.

func (*RoleResponse) SetRoleId

func (o *RoleResponse) SetRoleId(v string)

SetRoleId gets a reference to the given string and assigns it to the RoleId field.

func (*RoleResponse) SetUpdateDateTime

func (o *RoleResponse) SetUpdateDateTime(v int64)

SetUpdateDateTime gets a reference to the given int64 and assigns it to the UpdateDateTime field.

type RoutingFilterEntry

type RoutingFilterEntry struct {
	// Whether to allow or deny the outbound packets with a destination in the specified range
	Action string `json:"action"`
	// IPv4 address range in CIDR format, e.g. a.b.c.d/x
	IpRange string `json:"ipRange"`
}

RoutingFilterEntry struct for RoutingFilterEntry

func NewRoutingFilterEntry

func NewRoutingFilterEntry(action string, ipRange string) *RoutingFilterEntry

NewRoutingFilterEntry instantiates a new RoutingFilterEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRoutingFilterEntryWithDefaults

func NewRoutingFilterEntryWithDefaults() *RoutingFilterEntry

NewRoutingFilterEntryWithDefaults instantiates a new RoutingFilterEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RoutingFilterEntry) GetAction

func (o *RoutingFilterEntry) GetAction() string

GetAction returns the Action field value

func (*RoutingFilterEntry) GetActionOk

func (o *RoutingFilterEntry) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.

func (*RoutingFilterEntry) GetIpRange

func (o *RoutingFilterEntry) GetIpRange() string

GetIpRange returns the IpRange field value

func (*RoutingFilterEntry) GetIpRangeOk

func (o *RoutingFilterEntry) GetIpRangeOk() (*string, bool)

GetIpRangeOk returns a tuple with the IpRange field value and a boolean to check if the value has been set.

func (RoutingFilterEntry) MarshalJSON

func (o RoutingFilterEntry) MarshalJSON() ([]byte, error)

func (*RoutingFilterEntry) SetAction

func (o *RoutingFilterEntry) SetAction(v string)

SetAction sets field value

func (*RoutingFilterEntry) SetIpRange

func (o *RoutingFilterEntry) SetIpRange(v string)

SetIpRange sets field value

type RuleConfig

type RuleConfig struct {
	Properties RuleConfigProperty `json:"properties"`
	Type       string             `json:"type"`
}

RuleConfig struct for RuleConfig

func NewRuleConfig

func NewRuleConfig(properties RuleConfigProperty, type_ string) *RuleConfig

NewRuleConfig instantiates a new RuleConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRuleConfigWithDefaults

func NewRuleConfigWithDefaults() *RuleConfig

NewRuleConfigWithDefaults instantiates a new RuleConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RuleConfig) GetProperties

func (o *RuleConfig) GetProperties() RuleConfigProperty

GetProperties returns the Properties field value

func (*RuleConfig) GetPropertiesOk

func (o *RuleConfig) GetPropertiesOk() (*RuleConfigProperty, bool)

GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.

func (*RuleConfig) GetType

func (o *RuleConfig) GetType() string

GetType returns the Type field value

func (*RuleConfig) GetTypeOk

func (o *RuleConfig) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (RuleConfig) MarshalJSON

func (o RuleConfig) MarshalJSON() ([]byte, error)

func (*RuleConfig) SetProperties

func (o *RuleConfig) SetProperties(v RuleConfigProperty)

SetProperties sets field value

func (*RuleConfig) SetType

func (o *RuleConfig) SetType(v string)

SetType sets field value

type RuleConfigProperty

type RuleConfigProperty struct {
	InactiveTimeoutDateConst     string  `json:"inactiveTimeoutDateConst"`
	InactiveTimeoutOffsetMinutes *string `json:"inactiveTimeoutOffsetMinutes,omitempty"`
	LimitTotalAmount             *string `json:"limitTotalAmount,omitempty"`
	LimitTotalTrafficMegaByte    *string `json:"limitTotalTrafficMegaByte,omitempty"`
	RunOnceAmongTarget           *string `json:"runOnceAmongTarget,omitempty"`
	// SimSubscriptionStatusRule の時のみ有効
	TargetOtaStatus *string `json:"targetOtaStatus,omitempty"`
	// SubscriberSpeedClassAttributeRule の時のみ有効
	TargetSpeedClass *string `json:"targetSpeedClass,omitempty"`
	// SubscriberStatusAttributeRule の時のみ有効
	TargetStatus *string `json:"targetStatus,omitempty"`
}

RuleConfigProperty struct for RuleConfigProperty

func NewRuleConfigProperty

func NewRuleConfigProperty(inactiveTimeoutDateConst string) *RuleConfigProperty

NewRuleConfigProperty instantiates a new RuleConfigProperty object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRuleConfigPropertyWithDefaults

func NewRuleConfigPropertyWithDefaults() *RuleConfigProperty

NewRuleConfigPropertyWithDefaults instantiates a new RuleConfigProperty object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RuleConfigProperty) GetInactiveTimeoutDateConst

func (o *RuleConfigProperty) GetInactiveTimeoutDateConst() string

GetInactiveTimeoutDateConst returns the InactiveTimeoutDateConst field value

func (*RuleConfigProperty) GetInactiveTimeoutDateConstOk

func (o *RuleConfigProperty) GetInactiveTimeoutDateConstOk() (*string, bool)

GetInactiveTimeoutDateConstOk returns a tuple with the InactiveTimeoutDateConst field value and a boolean to check if the value has been set.

func (*RuleConfigProperty) GetInactiveTimeoutOffsetMinutes

func (o *RuleConfigProperty) GetInactiveTimeoutOffsetMinutes() string

GetInactiveTimeoutOffsetMinutes returns the InactiveTimeoutOffsetMinutes field value if set, zero value otherwise.

func (*RuleConfigProperty) GetInactiveTimeoutOffsetMinutesOk

func (o *RuleConfigProperty) GetInactiveTimeoutOffsetMinutesOk() (*string, bool)

GetInactiveTimeoutOffsetMinutesOk returns a tuple with the InactiveTimeoutOffsetMinutes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RuleConfigProperty) GetLimitTotalAmount

func (o *RuleConfigProperty) GetLimitTotalAmount() string

GetLimitTotalAmount returns the LimitTotalAmount field value if set, zero value otherwise.

func (*RuleConfigProperty) GetLimitTotalAmountOk

func (o *RuleConfigProperty) GetLimitTotalAmountOk() (*string, bool)

GetLimitTotalAmountOk returns a tuple with the LimitTotalAmount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RuleConfigProperty) GetLimitTotalTrafficMegaByte

func (o *RuleConfigProperty) GetLimitTotalTrafficMegaByte() string

GetLimitTotalTrafficMegaByte returns the LimitTotalTrafficMegaByte field value if set, zero value otherwise.

func (*RuleConfigProperty) GetLimitTotalTrafficMegaByteOk

func (o *RuleConfigProperty) GetLimitTotalTrafficMegaByteOk() (*string, bool)

GetLimitTotalTrafficMegaByteOk returns a tuple with the LimitTotalTrafficMegaByte field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RuleConfigProperty) GetRunOnceAmongTarget

func (o *RuleConfigProperty) GetRunOnceAmongTarget() string

GetRunOnceAmongTarget returns the RunOnceAmongTarget field value if set, zero value otherwise.

func (*RuleConfigProperty) GetRunOnceAmongTargetOk

func (o *RuleConfigProperty) GetRunOnceAmongTargetOk() (*string, bool)

GetRunOnceAmongTargetOk returns a tuple with the RunOnceAmongTarget field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RuleConfigProperty) GetTargetOtaStatus

func (o *RuleConfigProperty) GetTargetOtaStatus() string

GetTargetOtaStatus returns the TargetOtaStatus field value if set, zero value otherwise.

func (*RuleConfigProperty) GetTargetOtaStatusOk

func (o *RuleConfigProperty) GetTargetOtaStatusOk() (*string, bool)

GetTargetOtaStatusOk returns a tuple with the TargetOtaStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RuleConfigProperty) GetTargetSpeedClass

func (o *RuleConfigProperty) GetTargetSpeedClass() string

GetTargetSpeedClass returns the TargetSpeedClass field value if set, zero value otherwise.

func (*RuleConfigProperty) GetTargetSpeedClassOk

func (o *RuleConfigProperty) GetTargetSpeedClassOk() (*string, bool)

GetTargetSpeedClassOk returns a tuple with the TargetSpeedClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RuleConfigProperty) GetTargetStatus

func (o *RuleConfigProperty) GetTargetStatus() string

GetTargetStatus returns the TargetStatus field value if set, zero value otherwise.

func (*RuleConfigProperty) GetTargetStatusOk

func (o *RuleConfigProperty) GetTargetStatusOk() (*string, bool)

GetTargetStatusOk returns a tuple with the TargetStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RuleConfigProperty) HasInactiveTimeoutOffsetMinutes

func (o *RuleConfigProperty) HasInactiveTimeoutOffsetMinutes() bool

HasInactiveTimeoutOffsetMinutes returns a boolean if a field has been set.

func (*RuleConfigProperty) HasLimitTotalAmount

func (o *RuleConfigProperty) HasLimitTotalAmount() bool

HasLimitTotalAmount returns a boolean if a field has been set.

func (*RuleConfigProperty) HasLimitTotalTrafficMegaByte

func (o *RuleConfigProperty) HasLimitTotalTrafficMegaByte() bool

HasLimitTotalTrafficMegaByte returns a boolean if a field has been set.

func (*RuleConfigProperty) HasRunOnceAmongTarget

func (o *RuleConfigProperty) HasRunOnceAmongTarget() bool

HasRunOnceAmongTarget returns a boolean if a field has been set.

func (*RuleConfigProperty) HasTargetOtaStatus

func (o *RuleConfigProperty) HasTargetOtaStatus() bool

HasTargetOtaStatus returns a boolean if a field has been set.

func (*RuleConfigProperty) HasTargetSpeedClass

func (o *RuleConfigProperty) HasTargetSpeedClass() bool

HasTargetSpeedClass returns a boolean if a field has been set.

func (*RuleConfigProperty) HasTargetStatus

func (o *RuleConfigProperty) HasTargetStatus() bool

HasTargetStatus returns a boolean if a field has been set.

func (RuleConfigProperty) MarshalJSON

func (o RuleConfigProperty) MarshalJSON() ([]byte, error)

func (*RuleConfigProperty) SetInactiveTimeoutDateConst

func (o *RuleConfigProperty) SetInactiveTimeoutDateConst(v string)

SetInactiveTimeoutDateConst sets field value

func (*RuleConfigProperty) SetInactiveTimeoutOffsetMinutes

func (o *RuleConfigProperty) SetInactiveTimeoutOffsetMinutes(v string)

SetInactiveTimeoutOffsetMinutes gets a reference to the given string and assigns it to the InactiveTimeoutOffsetMinutes field.

func (*RuleConfigProperty) SetLimitTotalAmount

func (o *RuleConfigProperty) SetLimitTotalAmount(v string)

SetLimitTotalAmount gets a reference to the given string and assigns it to the LimitTotalAmount field.

func (*RuleConfigProperty) SetLimitTotalTrafficMegaByte

func (o *RuleConfigProperty) SetLimitTotalTrafficMegaByte(v string)

SetLimitTotalTrafficMegaByte gets a reference to the given string and assigns it to the LimitTotalTrafficMegaByte field.

func (*RuleConfigProperty) SetRunOnceAmongTarget

func (o *RuleConfigProperty) SetRunOnceAmongTarget(v string)

SetRunOnceAmongTarget gets a reference to the given string and assigns it to the RunOnceAmongTarget field.

func (*RuleConfigProperty) SetTargetOtaStatus

func (o *RuleConfigProperty) SetTargetOtaStatus(v string)

SetTargetOtaStatus gets a reference to the given string and assigns it to the TargetOtaStatus field.

func (*RuleConfigProperty) SetTargetSpeedClass

func (o *RuleConfigProperty) SetTargetSpeedClass(v string)

SetTargetSpeedClass gets a reference to the given string and assigns it to the TargetSpeedClass field.

func (*RuleConfigProperty) SetTargetStatus

func (o *RuleConfigProperty) SetTargetStatus(v string)

SetTargetStatus gets a reference to the given string and assigns it to the TargetStatus field.

type ServerConfiguration

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type SessionEvent

type SessionEvent struct {
	// The Access Point Name configured.
	Apn *string `json:"apn,omitempty"`
	// First IP address of DNS servers.
	Dns0 *string `json:"dns0,omitempty"`
	// Second IP address of DNS servers.
	Dns1 *string `json:"dns1,omitempty"`
	// The type of behavior for the event. Possible values are \"Created\" indicates the device created a new session, \"Modified\" indicates that an existing connection was modified, \"Deleted\" indicates a network connection was closed.
	Event                   *string `json:"event,omitempty"`
	GatewayPrivateIpAddress *string `json:"gatewayPrivateIpAddress,omitempty"`
	GatewayPublicIpAddress  *string `json:"gatewayPublicIpAddress,omitempty"`
	// The IMEI of the device using the SIM.
	Imei *string `json:"imei,omitempty"`
	// The IMSI of the SIM.
	Imsi *string `json:"imsi,omitempty"`
	// The operator ID of the session event.
	OperatorId *string `json:"operatorId,omitempty"`
	// The timestamp of the session event.
	Time *int64 `json:"time,omitempty"`
	// The IP address of the device.
	UeIpAddress *string `json:"ueIpAddress,omitempty"`
	// The Virtual Private Gateway IP address configured.
	VpgId *string `json:"vpgId,omitempty"`
}

SessionEvent struct for SessionEvent

func NewSessionEvent

func NewSessionEvent() *SessionEvent

NewSessionEvent instantiates a new SessionEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSessionEventWithDefaults

func NewSessionEventWithDefaults() *SessionEvent

NewSessionEventWithDefaults instantiates a new SessionEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SessionEvent) GetApn

func (o *SessionEvent) GetApn() string

GetApn returns the Apn field value if set, zero value otherwise.

func (*SessionEvent) GetApnOk

func (o *SessionEvent) GetApnOk() (*string, bool)

GetApnOk returns a tuple with the Apn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionEvent) GetDns0

func (o *SessionEvent) GetDns0() string

GetDns0 returns the Dns0 field value if set, zero value otherwise.

func (*SessionEvent) GetDns0Ok

func (o *SessionEvent) GetDns0Ok() (*string, bool)

GetDns0Ok returns a tuple with the Dns0 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionEvent) GetDns1

func (o *SessionEvent) GetDns1() string

GetDns1 returns the Dns1 field value if set, zero value otherwise.

func (*SessionEvent) GetDns1Ok

func (o *SessionEvent) GetDns1Ok() (*string, bool)

GetDns1Ok returns a tuple with the Dns1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionEvent) GetEvent

func (o *SessionEvent) GetEvent() string

GetEvent returns the Event field value if set, zero value otherwise.

func (*SessionEvent) GetEventOk

func (o *SessionEvent) GetEventOk() (*string, bool)

GetEventOk returns a tuple with the Event field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionEvent) GetGatewayPrivateIpAddress

func (o *SessionEvent) GetGatewayPrivateIpAddress() string

GetGatewayPrivateIpAddress returns the GatewayPrivateIpAddress field value if set, zero value otherwise.

func (*SessionEvent) GetGatewayPrivateIpAddressOk

func (o *SessionEvent) GetGatewayPrivateIpAddressOk() (*string, bool)

GetGatewayPrivateIpAddressOk returns a tuple with the GatewayPrivateIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionEvent) GetGatewayPublicIpAddress

func (o *SessionEvent) GetGatewayPublicIpAddress() string

GetGatewayPublicIpAddress returns the GatewayPublicIpAddress field value if set, zero value otherwise.

func (*SessionEvent) GetGatewayPublicIpAddressOk

func (o *SessionEvent) GetGatewayPublicIpAddressOk() (*string, bool)

GetGatewayPublicIpAddressOk returns a tuple with the GatewayPublicIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionEvent) GetImei

func (o *SessionEvent) GetImei() string

GetImei returns the Imei field value if set, zero value otherwise.

func (*SessionEvent) GetImeiOk

func (o *SessionEvent) GetImeiOk() (*string, bool)

GetImeiOk returns a tuple with the Imei field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionEvent) GetImsi

func (o *SessionEvent) GetImsi() string

GetImsi returns the Imsi field value if set, zero value otherwise.

func (*SessionEvent) GetImsiOk

func (o *SessionEvent) GetImsiOk() (*string, bool)

GetImsiOk returns a tuple with the Imsi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionEvent) GetOperatorId

func (o *SessionEvent) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*SessionEvent) GetOperatorIdOk

func (o *SessionEvent) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionEvent) GetTime

func (o *SessionEvent) GetTime() int64

GetTime returns the Time field value if set, zero value otherwise.

func (*SessionEvent) GetTimeOk

func (o *SessionEvent) GetTimeOk() (*int64, bool)

GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionEvent) GetUeIpAddress

func (o *SessionEvent) GetUeIpAddress() string

GetUeIpAddress returns the UeIpAddress field value if set, zero value otherwise.

func (*SessionEvent) GetUeIpAddressOk

func (o *SessionEvent) GetUeIpAddressOk() (*string, bool)

GetUeIpAddressOk returns a tuple with the UeIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionEvent) GetVpgId

func (o *SessionEvent) GetVpgId() string

GetVpgId returns the VpgId field value if set, zero value otherwise.

func (*SessionEvent) GetVpgIdOk

func (o *SessionEvent) GetVpgIdOk() (*string, bool)

GetVpgIdOk returns a tuple with the VpgId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionEvent) HasApn

func (o *SessionEvent) HasApn() bool

HasApn returns a boolean if a field has been set.

func (*SessionEvent) HasDns0

func (o *SessionEvent) HasDns0() bool

HasDns0 returns a boolean if a field has been set.

func (*SessionEvent) HasDns1

func (o *SessionEvent) HasDns1() bool

HasDns1 returns a boolean if a field has been set.

func (*SessionEvent) HasEvent

func (o *SessionEvent) HasEvent() bool

HasEvent returns a boolean if a field has been set.

func (*SessionEvent) HasGatewayPrivateIpAddress

func (o *SessionEvent) HasGatewayPrivateIpAddress() bool

HasGatewayPrivateIpAddress returns a boolean if a field has been set.

func (*SessionEvent) HasGatewayPublicIpAddress

func (o *SessionEvent) HasGatewayPublicIpAddress() bool

HasGatewayPublicIpAddress returns a boolean if a field has been set.

func (*SessionEvent) HasImei

func (o *SessionEvent) HasImei() bool

HasImei returns a boolean if a field has been set.

func (*SessionEvent) HasImsi

func (o *SessionEvent) HasImsi() bool

HasImsi returns a boolean if a field has been set.

func (*SessionEvent) HasOperatorId

func (o *SessionEvent) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (*SessionEvent) HasTime

func (o *SessionEvent) HasTime() bool

HasTime returns a boolean if a field has been set.

func (*SessionEvent) HasUeIpAddress

func (o *SessionEvent) HasUeIpAddress() bool

HasUeIpAddress returns a boolean if a field has been set.

func (*SessionEvent) HasVpgId

func (o *SessionEvent) HasVpgId() bool

HasVpgId returns a boolean if a field has been set.

func (SessionEvent) MarshalJSON

func (o SessionEvent) MarshalJSON() ([]byte, error)

func (*SessionEvent) SetApn

func (o *SessionEvent) SetApn(v string)

SetApn gets a reference to the given string and assigns it to the Apn field.

func (*SessionEvent) SetDns0

func (o *SessionEvent) SetDns0(v string)

SetDns0 gets a reference to the given string and assigns it to the Dns0 field.

func (*SessionEvent) SetDns1

func (o *SessionEvent) SetDns1(v string)

SetDns1 gets a reference to the given string and assigns it to the Dns1 field.

func (*SessionEvent) SetEvent

func (o *SessionEvent) SetEvent(v string)

SetEvent gets a reference to the given string and assigns it to the Event field.

func (*SessionEvent) SetGatewayPrivateIpAddress

func (o *SessionEvent) SetGatewayPrivateIpAddress(v string)

SetGatewayPrivateIpAddress gets a reference to the given string and assigns it to the GatewayPrivateIpAddress field.

func (*SessionEvent) SetGatewayPublicIpAddress

func (o *SessionEvent) SetGatewayPublicIpAddress(v string)

SetGatewayPublicIpAddress gets a reference to the given string and assigns it to the GatewayPublicIpAddress field.

func (*SessionEvent) SetImei

func (o *SessionEvent) SetImei(v string)

SetImei gets a reference to the given string and assigns it to the Imei field.

func (*SessionEvent) SetImsi

func (o *SessionEvent) SetImsi(v string)

SetImsi gets a reference to the given string and assigns it to the Imsi field.

func (*SessionEvent) SetOperatorId

func (o *SessionEvent) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

func (*SessionEvent) SetTime

func (o *SessionEvent) SetTime(v int64)

SetTime gets a reference to the given int64 and assigns it to the Time field.

func (*SessionEvent) SetUeIpAddress

func (o *SessionEvent) SetUeIpAddress(v string)

SetUeIpAddress gets a reference to the given string and assigns it to the UeIpAddress field.

func (*SessionEvent) SetVpgId

func (o *SessionEvent) SetVpgId(v string)

SetVpgId gets a reference to the given string and assigns it to the VpgId field.

type SessionStatus

type SessionStatus struct {
	Cell *Cell `json:"cell,omitempty"`
	// Array of IP address of the DNS servers.
	DnsServers              []string `json:"dnsServers,omitempty"`
	GatewayPrivateIpAddress *string  `json:"gatewayPrivateIpAddress,omitempty"`
	GatewayPublicIpAddress  *string  `json:"gatewayPublicIpAddress,omitempty"`
	// The IMEI of the device using the SIM.
	Imei *string `json:"imei,omitempty"`
	// IMSI
	Imsi          *string                `json:"imsi,omitempty"`
	LastUpdatedAt *int64                 `json:"lastUpdatedAt,omitempty"`
	Location      map[string]interface{} `json:"location,omitempty"`
	// セッション状態 - `true`: オンライン - `false`: オフライン
	Online    *bool      `json:"online,omitempty"`
	Placement *Placement `json:"placement,omitempty"`
	// サブスクリプション
	Subscription *string `json:"subscription,omitempty"`
	// The IP address of the device.
	UeIpAddress *string `json:"ueIpAddress,omitempty"`
	// The Virtual Private Gateway IP address configured.
	VpgId *string `json:"vpgId,omitempty"`
}

SessionStatus struct for SessionStatus

func NewSessionStatus

func NewSessionStatus() *SessionStatus

NewSessionStatus instantiates a new SessionStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSessionStatusWithDefaults

func NewSessionStatusWithDefaults() *SessionStatus

NewSessionStatusWithDefaults instantiates a new SessionStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SessionStatus) GetCell

func (o *SessionStatus) GetCell() Cell

GetCell returns the Cell field value if set, zero value otherwise.

func (*SessionStatus) GetCellOk

func (o *SessionStatus) GetCellOk() (*Cell, bool)

GetCellOk returns a tuple with the Cell field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionStatus) GetDnsServers

func (o *SessionStatus) GetDnsServers() []string

GetDnsServers returns the DnsServers field value if set, zero value otherwise.

func (*SessionStatus) GetDnsServersOk

func (o *SessionStatus) GetDnsServersOk() ([]string, bool)

GetDnsServersOk returns a tuple with the DnsServers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionStatus) GetGatewayPrivateIpAddress

func (o *SessionStatus) GetGatewayPrivateIpAddress() string

GetGatewayPrivateIpAddress returns the GatewayPrivateIpAddress field value if set, zero value otherwise.

func (*SessionStatus) GetGatewayPrivateIpAddressOk

func (o *SessionStatus) GetGatewayPrivateIpAddressOk() (*string, bool)

GetGatewayPrivateIpAddressOk returns a tuple with the GatewayPrivateIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionStatus) GetGatewayPublicIpAddress

func (o *SessionStatus) GetGatewayPublicIpAddress() string

GetGatewayPublicIpAddress returns the GatewayPublicIpAddress field value if set, zero value otherwise.

func (*SessionStatus) GetGatewayPublicIpAddressOk

func (o *SessionStatus) GetGatewayPublicIpAddressOk() (*string, bool)

GetGatewayPublicIpAddressOk returns a tuple with the GatewayPublicIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionStatus) GetImei

func (o *SessionStatus) GetImei() string

GetImei returns the Imei field value if set, zero value otherwise.

func (*SessionStatus) GetImeiOk

func (o *SessionStatus) GetImeiOk() (*string, bool)

GetImeiOk returns a tuple with the Imei field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionStatus) GetImsi

func (o *SessionStatus) GetImsi() string

GetImsi returns the Imsi field value if set, zero value otherwise.

func (*SessionStatus) GetImsiOk

func (o *SessionStatus) GetImsiOk() (*string, bool)

GetImsiOk returns a tuple with the Imsi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionStatus) GetLastUpdatedAt

func (o *SessionStatus) GetLastUpdatedAt() int64

GetLastUpdatedAt returns the LastUpdatedAt field value if set, zero value otherwise.

func (*SessionStatus) GetLastUpdatedAtOk

func (o *SessionStatus) GetLastUpdatedAtOk() (*int64, bool)

GetLastUpdatedAtOk returns a tuple with the LastUpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionStatus) GetLocation

func (o *SessionStatus) GetLocation() map[string]interface{}

GetLocation returns the Location field value if set, zero value otherwise.

func (*SessionStatus) GetLocationOk

func (o *SessionStatus) GetLocationOk() (map[string]interface{}, bool)

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionStatus) GetOnline

func (o *SessionStatus) GetOnline() bool

GetOnline returns the Online field value if set, zero value otherwise.

func (*SessionStatus) GetOnlineOk

func (o *SessionStatus) GetOnlineOk() (*bool, bool)

GetOnlineOk returns a tuple with the Online field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionStatus) GetPlacement

func (o *SessionStatus) GetPlacement() Placement

GetPlacement returns the Placement field value if set, zero value otherwise.

func (*SessionStatus) GetPlacementOk

func (o *SessionStatus) GetPlacementOk() (*Placement, bool)

GetPlacementOk returns a tuple with the Placement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionStatus) GetSubscription

func (o *SessionStatus) GetSubscription() string

GetSubscription returns the Subscription field value if set, zero value otherwise.

func (*SessionStatus) GetSubscriptionOk

func (o *SessionStatus) GetSubscriptionOk() (*string, bool)

GetSubscriptionOk returns a tuple with the Subscription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionStatus) GetUeIpAddress

func (o *SessionStatus) GetUeIpAddress() string

GetUeIpAddress returns the UeIpAddress field value if set, zero value otherwise.

func (*SessionStatus) GetUeIpAddressOk

func (o *SessionStatus) GetUeIpAddressOk() (*string, bool)

GetUeIpAddressOk returns a tuple with the UeIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionStatus) GetVpgId

func (o *SessionStatus) GetVpgId() string

GetVpgId returns the VpgId field value if set, zero value otherwise.

func (*SessionStatus) GetVpgIdOk

func (o *SessionStatus) GetVpgIdOk() (*string, bool)

GetVpgIdOk returns a tuple with the VpgId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SessionStatus) HasCell

func (o *SessionStatus) HasCell() bool

HasCell returns a boolean if a field has been set.

func (*SessionStatus) HasDnsServers

func (o *SessionStatus) HasDnsServers() bool

HasDnsServers returns a boolean if a field has been set.

func (*SessionStatus) HasGatewayPrivateIpAddress

func (o *SessionStatus) HasGatewayPrivateIpAddress() bool

HasGatewayPrivateIpAddress returns a boolean if a field has been set.

func (*SessionStatus) HasGatewayPublicIpAddress

func (o *SessionStatus) HasGatewayPublicIpAddress() bool

HasGatewayPublicIpAddress returns a boolean if a field has been set.

func (*SessionStatus) HasImei

func (o *SessionStatus) HasImei() bool

HasImei returns a boolean if a field has been set.

func (*SessionStatus) HasImsi

func (o *SessionStatus) HasImsi() bool

HasImsi returns a boolean if a field has been set.

func (*SessionStatus) HasLastUpdatedAt

func (o *SessionStatus) HasLastUpdatedAt() bool

HasLastUpdatedAt returns a boolean if a field has been set.

func (*SessionStatus) HasLocation

func (o *SessionStatus) HasLocation() bool

HasLocation returns a boolean if a field has been set.

func (*SessionStatus) HasOnline

func (o *SessionStatus) HasOnline() bool

HasOnline returns a boolean if a field has been set.

func (*SessionStatus) HasPlacement

func (o *SessionStatus) HasPlacement() bool

HasPlacement returns a boolean if a field has been set.

func (*SessionStatus) HasSubscription

func (o *SessionStatus) HasSubscription() bool

HasSubscription returns a boolean if a field has been set.

func (*SessionStatus) HasUeIpAddress

func (o *SessionStatus) HasUeIpAddress() bool

HasUeIpAddress returns a boolean if a field has been set.

func (*SessionStatus) HasVpgId

func (o *SessionStatus) HasVpgId() bool

HasVpgId returns a boolean if a field has been set.

func (SessionStatus) MarshalJSON

func (o SessionStatus) MarshalJSON() ([]byte, error)

func (*SessionStatus) SetCell

func (o *SessionStatus) SetCell(v Cell)

SetCell gets a reference to the given Cell and assigns it to the Cell field.

func (*SessionStatus) SetDnsServers

func (o *SessionStatus) SetDnsServers(v []string)

SetDnsServers gets a reference to the given []string and assigns it to the DnsServers field.

func (*SessionStatus) SetGatewayPrivateIpAddress

func (o *SessionStatus) SetGatewayPrivateIpAddress(v string)

SetGatewayPrivateIpAddress gets a reference to the given string and assigns it to the GatewayPrivateIpAddress field.

func (*SessionStatus) SetGatewayPublicIpAddress

func (o *SessionStatus) SetGatewayPublicIpAddress(v string)

SetGatewayPublicIpAddress gets a reference to the given string and assigns it to the GatewayPublicIpAddress field.

func (*SessionStatus) SetImei

func (o *SessionStatus) SetImei(v string)

SetImei gets a reference to the given string and assigns it to the Imei field.

func (*SessionStatus) SetImsi

func (o *SessionStatus) SetImsi(v string)

SetImsi gets a reference to the given string and assigns it to the Imsi field.

func (*SessionStatus) SetLastUpdatedAt

func (o *SessionStatus) SetLastUpdatedAt(v int64)

SetLastUpdatedAt gets a reference to the given int64 and assigns it to the LastUpdatedAt field.

func (*SessionStatus) SetLocation

func (o *SessionStatus) SetLocation(v map[string]interface{})

SetLocation gets a reference to the given map[string]interface{} and assigns it to the Location field.

func (*SessionStatus) SetOnline

func (o *SessionStatus) SetOnline(v bool)

SetOnline gets a reference to the given bool and assigns it to the Online field.

func (*SessionStatus) SetPlacement

func (o *SessionStatus) SetPlacement(v Placement)

SetPlacement gets a reference to the given Placement and assigns it to the Placement field.

func (*SessionStatus) SetSubscription

func (o *SessionStatus) SetSubscription(v string)

SetSubscription gets a reference to the given string and assigns it to the Subscription field.

func (*SessionStatus) SetUeIpAddress

func (o *SessionStatus) SetUeIpAddress(v string)

SetUeIpAddress gets a reference to the given string and assigns it to the UeIpAddress field.

func (*SessionStatus) SetVpgId

func (o *SessionStatus) SetVpgId(v string)

SetVpgId gets a reference to the given string and assigns it to the VpgId field.

type SetDeviceGroupRequest

type SetDeviceGroupRequest struct {
	GroupId *string `json:"groupId,omitempty"`
}

SetDeviceGroupRequest struct for SetDeviceGroupRequest

func NewSetDeviceGroupRequest

func NewSetDeviceGroupRequest() *SetDeviceGroupRequest

NewSetDeviceGroupRequest instantiates a new SetDeviceGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSetDeviceGroupRequestWithDefaults

func NewSetDeviceGroupRequestWithDefaults() *SetDeviceGroupRequest

NewSetDeviceGroupRequestWithDefaults instantiates a new SetDeviceGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SetDeviceGroupRequest) GetGroupId

func (o *SetDeviceGroupRequest) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*SetDeviceGroupRequest) GetGroupIdOk

func (o *SetDeviceGroupRequest) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SetDeviceGroupRequest) HasGroupId

func (o *SetDeviceGroupRequest) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (SetDeviceGroupRequest) MarshalJSON

func (o SetDeviceGroupRequest) MarshalJSON() ([]byte, error)

func (*SetDeviceGroupRequest) SetGroupId

func (o *SetDeviceGroupRequest) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

type SetDeviceObjectModelScopeRequest

type SetDeviceObjectModelScopeRequest struct {
	Scope *string `json:"scope,omitempty"`
}

SetDeviceObjectModelScopeRequest struct for SetDeviceObjectModelScopeRequest

func NewSetDeviceObjectModelScopeRequest

func NewSetDeviceObjectModelScopeRequest() *SetDeviceObjectModelScopeRequest

NewSetDeviceObjectModelScopeRequest instantiates a new SetDeviceObjectModelScopeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSetDeviceObjectModelScopeRequestWithDefaults

func NewSetDeviceObjectModelScopeRequestWithDefaults() *SetDeviceObjectModelScopeRequest

NewSetDeviceObjectModelScopeRequestWithDefaults instantiates a new SetDeviceObjectModelScopeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SetDeviceObjectModelScopeRequest) GetScope

GetScope returns the Scope field value if set, zero value otherwise.

func (*SetDeviceObjectModelScopeRequest) GetScopeOk

func (o *SetDeviceObjectModelScopeRequest) GetScopeOk() (*string, bool)

GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SetDeviceObjectModelScopeRequest) HasScope

func (o *SetDeviceObjectModelScopeRequest) HasScope() bool

HasScope returns a boolean if a field has been set.

func (SetDeviceObjectModelScopeRequest) MarshalJSON

func (o SetDeviceObjectModelScopeRequest) MarshalJSON() ([]byte, error)

func (*SetDeviceObjectModelScopeRequest) SetScope

SetScope gets a reference to the given string and assigns it to the Scope field.

type SetGroupRequest

type SetGroupRequest struct {
	GroupId *string `json:"groupId,omitempty"`
	// An object which always contains at least one property \"name\" with a string value. If you give a subscriber/SIM a name, the name will be returned as the value of the \"name\" property. If the subscriber/SIM does not have a name, an empty string \"\" is returned. In addition, if you create any custom tags for the subscriber/SIM, each custom tag will appear as additional properties in the object.
	Tags *map[string]string `json:"tags,omitempty"`
}

SetGroupRequest struct for SetGroupRequest

func NewSetGroupRequest

func NewSetGroupRequest() *SetGroupRequest

NewSetGroupRequest instantiates a new SetGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSetGroupRequestWithDefaults

func NewSetGroupRequestWithDefaults() *SetGroupRequest

NewSetGroupRequestWithDefaults instantiates a new SetGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SetGroupRequest) GetGroupId

func (o *SetGroupRequest) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*SetGroupRequest) GetGroupIdOk

func (o *SetGroupRequest) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SetGroupRequest) GetTags

func (o *SetGroupRequest) GetTags() map[string]string

GetTags returns the Tags field value if set, zero value otherwise.

func (*SetGroupRequest) GetTagsOk

func (o *SetGroupRequest) GetTagsOk() (*map[string]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SetGroupRequest) HasGroupId

func (o *SetGroupRequest) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*SetGroupRequest) HasTags

func (o *SetGroupRequest) HasTags() bool

HasTags returns a boolean if a field has been set.

func (SetGroupRequest) MarshalJSON

func (o SetGroupRequest) MarshalJSON() ([]byte, error)

func (*SetGroupRequest) SetGroupId

func (o *SetGroupRequest) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*SetGroupRequest) SetTags

func (o *SetGroupRequest) SetTags(v map[string]string)

SetTags gets a reference to the given map[string]string and assigns it to the Tags field.

type SetImeiLockRequest

type SetImeiLockRequest struct {
	Imei *string `json:"imei,omitempty"`
}

SetImeiLockRequest struct for SetImeiLockRequest

func NewSetImeiLockRequest

func NewSetImeiLockRequest() *SetImeiLockRequest

NewSetImeiLockRequest instantiates a new SetImeiLockRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSetImeiLockRequestWithDefaults

func NewSetImeiLockRequestWithDefaults() *SetImeiLockRequest

NewSetImeiLockRequestWithDefaults instantiates a new SetImeiLockRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SetImeiLockRequest) GetImei

func (o *SetImeiLockRequest) GetImei() string

GetImei returns the Imei field value if set, zero value otherwise.

func (*SetImeiLockRequest) GetImeiOk

func (o *SetImeiLockRequest) GetImeiOk() (*string, bool)

GetImeiOk returns a tuple with the Imei field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SetImeiLockRequest) HasImei

func (o *SetImeiLockRequest) HasImei() bool

HasImei returns a boolean if a field has been set.

func (SetImeiLockRequest) MarshalJSON

func (o SetImeiLockRequest) MarshalJSON() ([]byte, error)

func (*SetImeiLockRequest) SetImei

func (o *SetImeiLockRequest) SetImei(v string)

SetImei gets a reference to the given string and assigns it to the Imei field.

type SetNetworkSetRequest

type SetNetworkSetRequest struct {
	NetworkSetId *string `json:"networkSetId,omitempty"`
}

SetNetworkSetRequest struct for SetNetworkSetRequest

func NewSetNetworkSetRequest

func NewSetNetworkSetRequest() *SetNetworkSetRequest

NewSetNetworkSetRequest instantiates a new SetNetworkSetRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSetNetworkSetRequestWithDefaults

func NewSetNetworkSetRequestWithDefaults() *SetNetworkSetRequest

NewSetNetworkSetRequestWithDefaults instantiates a new SetNetworkSetRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SetNetworkSetRequest) GetNetworkSetId

func (o *SetNetworkSetRequest) GetNetworkSetId() string

GetNetworkSetId returns the NetworkSetId field value if set, zero value otherwise.

func (*SetNetworkSetRequest) GetNetworkSetIdOk

func (o *SetNetworkSetRequest) GetNetworkSetIdOk() (*string, bool)

GetNetworkSetIdOk returns a tuple with the NetworkSetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SetNetworkSetRequest) HasNetworkSetId

func (o *SetNetworkSetRequest) HasNetworkSetId() bool

HasNetworkSetId returns a boolean if a field has been set.

func (SetNetworkSetRequest) MarshalJSON

func (o SetNetworkSetRequest) MarshalJSON() ([]byte, error)

func (*SetNetworkSetRequest) SetNetworkSetId

func (o *SetNetworkSetRequest) SetNetworkSetId(v string)

SetNetworkSetId gets a reference to the given string and assigns it to the NetworkSetId field.

type SetSystemNotificationsRequest

type SetSystemNotificationsRequest struct {
	EmailIdList []string `json:"emailIdList"`
	// オペレータのパスワード。primary タイプの設定時のみ必要。
	Password *string `json:"password,omitempty"`
}

SetSystemNotificationsRequest struct for SetSystemNotificationsRequest

func NewSetSystemNotificationsRequest

func NewSetSystemNotificationsRequest(emailIdList []string) *SetSystemNotificationsRequest

NewSetSystemNotificationsRequest instantiates a new SetSystemNotificationsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSetSystemNotificationsRequestWithDefaults

func NewSetSystemNotificationsRequestWithDefaults() *SetSystemNotificationsRequest

NewSetSystemNotificationsRequestWithDefaults instantiates a new SetSystemNotificationsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SetSystemNotificationsRequest) GetEmailIdList

func (o *SetSystemNotificationsRequest) GetEmailIdList() []string

GetEmailIdList returns the EmailIdList field value

func (*SetSystemNotificationsRequest) GetEmailIdListOk

func (o *SetSystemNotificationsRequest) GetEmailIdListOk() ([]string, bool)

GetEmailIdListOk returns a tuple with the EmailIdList field value and a boolean to check if the value has been set.

func (*SetSystemNotificationsRequest) GetPassword

func (o *SetSystemNotificationsRequest) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*SetSystemNotificationsRequest) GetPasswordOk

func (o *SetSystemNotificationsRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SetSystemNotificationsRequest) HasPassword

func (o *SetSystemNotificationsRequest) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (SetSystemNotificationsRequest) MarshalJSON

func (o SetSystemNotificationsRequest) MarshalJSON() ([]byte, error)

func (*SetSystemNotificationsRequest) SetEmailIdList

func (o *SetSystemNotificationsRequest) SetEmailIdList(v []string)

SetEmailIdList sets field value

func (*SetSystemNotificationsRequest) SetPassword

func (o *SetSystemNotificationsRequest) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

type SetUserPermissionRequest

type SetUserPermissionRequest struct {
	Description *string `json:"description,omitempty"`
	// Permission の JSON
	Permission string `json:"permission"`
}

SetUserPermissionRequest struct for SetUserPermissionRequest

func NewSetUserPermissionRequest

func NewSetUserPermissionRequest(permission string) *SetUserPermissionRequest

NewSetUserPermissionRequest instantiates a new SetUserPermissionRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSetUserPermissionRequestWithDefaults

func NewSetUserPermissionRequestWithDefaults() *SetUserPermissionRequest

NewSetUserPermissionRequestWithDefaults instantiates a new SetUserPermissionRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SetUserPermissionRequest) GetDescription

func (o *SetUserPermissionRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*SetUserPermissionRequest) GetDescriptionOk

func (o *SetUserPermissionRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SetUserPermissionRequest) GetPermission

func (o *SetUserPermissionRequest) GetPermission() string

GetPermission returns the Permission field value

func (*SetUserPermissionRequest) GetPermissionOk

func (o *SetUserPermissionRequest) GetPermissionOk() (*string, bool)

GetPermissionOk returns a tuple with the Permission field value and a boolean to check if the value has been set.

func (*SetUserPermissionRequest) HasDescription

func (o *SetUserPermissionRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (SetUserPermissionRequest) MarshalJSON

func (o SetUserPermissionRequest) MarshalJSON() ([]byte, error)

func (*SetUserPermissionRequest) SetDescription

func (o *SetUserPermissionRequest) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*SetUserPermissionRequest) SetPermission

func (o *SetUserPermissionRequest) SetPermission(v string)

SetPermission sets field value

type ShippingAddressApiService

type ShippingAddressApiService service

ShippingAddressApiService ShippingAddressApi service

func (*ShippingAddressApiService) CreateShippingAddress

func (a *ShippingAddressApiService) CreateShippingAddress(ctx context.Context, operatorId string) ApiCreateShippingAddressRequest

CreateShippingAddress Create shipping address

商品発送先を新規登録する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiCreateShippingAddressRequest

func (*ShippingAddressApiService) CreateShippingAddressExecute

Execute executes the request

@return GetShippingAddressResponse

func (*ShippingAddressApiService) DeleteShippingAddress

func (a *ShippingAddressApiService) DeleteShippingAddress(ctx context.Context, operatorId string, shippingAddressId string) ApiDeleteShippingAddressRequest

DeleteShippingAddress Delete shipping address

商品発送先を削除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param shippingAddressId shipping_address_id
@return ApiDeleteShippingAddressRequest

func (*ShippingAddressApiService) DeleteShippingAddressExecute

func (a *ShippingAddressApiService) DeleteShippingAddressExecute(r ApiDeleteShippingAddressRequest) (*http.Response, error)

Execute executes the request

func (*ShippingAddressApiService) GetShippingAddress

func (a *ShippingAddressApiService) GetShippingAddress(ctx context.Context, operatorId string, shippingAddressId string) ApiGetShippingAddressRequest

GetShippingAddress Get shipping address

商品発送先を返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param shippingAddressId shipping_address_id
@return ApiGetShippingAddressRequest

func (*ShippingAddressApiService) GetShippingAddressExecute

Execute executes the request

@return GetShippingAddressResponse

func (*ShippingAddressApiService) ListShippingAddresses

func (a *ShippingAddressApiService) ListShippingAddresses(ctx context.Context, operatorId string) ApiListShippingAddressesRequest

ListShippingAddresses List shipping addresses

商品発送先の一覧を返します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiListShippingAddressesRequest

func (*ShippingAddressApiService) ListShippingAddressesExecute

Execute executes the request

@return ListShippingAddressResponse

func (*ShippingAddressApiService) UpdateShippingAddress

func (a *ShippingAddressApiService) UpdateShippingAddress(ctx context.Context, operatorId string, shippingAddressId string) ApiUpdateShippingAddressRequest

UpdateShippingAddress Update shipping address

商品発送先を更新する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId Operator ID
@param shippingAddressId shipping_address_id
@return ApiUpdateShippingAddressRequest

func (*ShippingAddressApiService) UpdateShippingAddressExecute

func (a *ShippingAddressApiService) UpdateShippingAddressExecute(r ApiUpdateShippingAddressRequest) (*http.Response, error)

Execute executes the request

type ShippingAddressModel

type ShippingAddressModel struct {
	AddressLine1 string  `json:"addressLine1"`
	AddressLine2 *string `json:"addressLine2,omitempty"`
	Building     *string `json:"building,omitempty"`
	City         string  `json:"city"`
	CompanyName  *string `json:"companyName,omitempty"`
	CountryCode  *string `json:"countryCode,omitempty"`
	Department   *string `json:"department,omitempty"`
	Email        *string `json:"email,omitempty"`
	FullName     *string `json:"fullName,omitempty"`
	PhoneNumber  *string `json:"phoneNumber,omitempty"`
	State        string  `json:"state"`
	ZipCode      string  `json:"zipCode"`
}

ShippingAddressModel お届け先

func NewShippingAddressModel

func NewShippingAddressModel(addressLine1 string, city string, state string, zipCode string) *ShippingAddressModel

NewShippingAddressModel instantiates a new ShippingAddressModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewShippingAddressModelWithDefaults

func NewShippingAddressModelWithDefaults() *ShippingAddressModel

NewShippingAddressModelWithDefaults instantiates a new ShippingAddressModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ShippingAddressModel) GetAddressLine1

func (o *ShippingAddressModel) GetAddressLine1() string

GetAddressLine1 returns the AddressLine1 field value

func (*ShippingAddressModel) GetAddressLine1Ok

func (o *ShippingAddressModel) GetAddressLine1Ok() (*string, bool)

GetAddressLine1Ok returns a tuple with the AddressLine1 field value and a boolean to check if the value has been set.

func (*ShippingAddressModel) GetAddressLine2

func (o *ShippingAddressModel) GetAddressLine2() string

GetAddressLine2 returns the AddressLine2 field value if set, zero value otherwise.

func (*ShippingAddressModel) GetAddressLine2Ok

func (o *ShippingAddressModel) GetAddressLine2Ok() (*string, bool)

GetAddressLine2Ok returns a tuple with the AddressLine2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ShippingAddressModel) GetBuilding

func (o *ShippingAddressModel) GetBuilding() string

GetBuilding returns the Building field value if set, zero value otherwise.

func (*ShippingAddressModel) GetBuildingOk

func (o *ShippingAddressModel) GetBuildingOk() (*string, bool)

GetBuildingOk returns a tuple with the Building field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ShippingAddressModel) GetCity

func (o *ShippingAddressModel) GetCity() string

GetCity returns the City field value

func (*ShippingAddressModel) GetCityOk

func (o *ShippingAddressModel) GetCityOk() (*string, bool)

GetCityOk returns a tuple with the City field value and a boolean to check if the value has been set.

func (*ShippingAddressModel) GetCompanyName

func (o *ShippingAddressModel) GetCompanyName() string

GetCompanyName returns the CompanyName field value if set, zero value otherwise.

func (*ShippingAddressModel) GetCompanyNameOk

func (o *ShippingAddressModel) GetCompanyNameOk() (*string, bool)

GetCompanyNameOk returns a tuple with the CompanyName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ShippingAddressModel) GetCountryCode

func (o *ShippingAddressModel) GetCountryCode() string

GetCountryCode returns the CountryCode field value if set, zero value otherwise.

func (*ShippingAddressModel) GetCountryCodeOk

func (o *ShippingAddressModel) GetCountryCodeOk() (*string, bool)

GetCountryCodeOk returns a tuple with the CountryCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ShippingAddressModel) GetDepartment

func (o *ShippingAddressModel) GetDepartment() string

GetDepartment returns the Department field value if set, zero value otherwise.

func (*ShippingAddressModel) GetDepartmentOk

func (o *ShippingAddressModel) GetDepartmentOk() (*string, bool)

GetDepartmentOk returns a tuple with the Department field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ShippingAddressModel) GetEmail

func (o *ShippingAddressModel) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*ShippingAddressModel) GetEmailOk

func (o *ShippingAddressModel) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ShippingAddressModel) GetFullName

func (o *ShippingAddressModel) GetFullName() string

GetFullName returns the FullName field value if set, zero value otherwise.

func (*ShippingAddressModel) GetFullNameOk

func (o *ShippingAddressModel) GetFullNameOk() (*string, bool)

GetFullNameOk returns a tuple with the FullName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ShippingAddressModel) GetPhoneNumber

func (o *ShippingAddressModel) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field value if set, zero value otherwise.

func (*ShippingAddressModel) GetPhoneNumberOk

func (o *ShippingAddressModel) GetPhoneNumberOk() (*string, bool)

GetPhoneNumberOk returns a tuple with the PhoneNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ShippingAddressModel) GetState

func (o *ShippingAddressModel) GetState() string

GetState returns the State field value

func (*ShippingAddressModel) GetStateOk

func (o *ShippingAddressModel) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*ShippingAddressModel) GetZipCode

func (o *ShippingAddressModel) GetZipCode() string

GetZipCode returns the ZipCode field value

func (*ShippingAddressModel) GetZipCodeOk

func (o *ShippingAddressModel) GetZipCodeOk() (*string, bool)

GetZipCodeOk returns a tuple with the ZipCode field value and a boolean to check if the value has been set.

func (*ShippingAddressModel) HasAddressLine2

func (o *ShippingAddressModel) HasAddressLine2() bool

HasAddressLine2 returns a boolean if a field has been set.

func (*ShippingAddressModel) HasBuilding

func (o *ShippingAddressModel) HasBuilding() bool

HasBuilding returns a boolean if a field has been set.

func (*ShippingAddressModel) HasCompanyName

func (o *ShippingAddressModel) HasCompanyName() bool

HasCompanyName returns a boolean if a field has been set.

func (*ShippingAddressModel) HasCountryCode

func (o *ShippingAddressModel) HasCountryCode() bool

HasCountryCode returns a boolean if a field has been set.

func (*ShippingAddressModel) HasDepartment

func (o *ShippingAddressModel) HasDepartment() bool

HasDepartment returns a boolean if a field has been set.

func (*ShippingAddressModel) HasEmail

func (o *ShippingAddressModel) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*ShippingAddressModel) HasFullName

func (o *ShippingAddressModel) HasFullName() bool

HasFullName returns a boolean if a field has been set.

func (*ShippingAddressModel) HasPhoneNumber

func (o *ShippingAddressModel) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

func (ShippingAddressModel) MarshalJSON

func (o ShippingAddressModel) MarshalJSON() ([]byte, error)

func (*ShippingAddressModel) SetAddressLine1

func (o *ShippingAddressModel) SetAddressLine1(v string)

SetAddressLine1 sets field value

func (*ShippingAddressModel) SetAddressLine2

func (o *ShippingAddressModel) SetAddressLine2(v string)

SetAddressLine2 gets a reference to the given string and assigns it to the AddressLine2 field.

func (*ShippingAddressModel) SetBuilding

func (o *ShippingAddressModel) SetBuilding(v string)

SetBuilding gets a reference to the given string and assigns it to the Building field.

func (*ShippingAddressModel) SetCity

func (o *ShippingAddressModel) SetCity(v string)

SetCity sets field value

func (*ShippingAddressModel) SetCompanyName

func (o *ShippingAddressModel) SetCompanyName(v string)

SetCompanyName gets a reference to the given string and assigns it to the CompanyName field.

func (*ShippingAddressModel) SetCountryCode

func (o *ShippingAddressModel) SetCountryCode(v string)

SetCountryCode gets a reference to the given string and assigns it to the CountryCode field.

func (*ShippingAddressModel) SetDepartment

func (o *ShippingAddressModel) SetDepartment(v string)

SetDepartment gets a reference to the given string and assigns it to the Department field.

func (*ShippingAddressModel) SetEmail

func (o *ShippingAddressModel) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*ShippingAddressModel) SetFullName

func (o *ShippingAddressModel) SetFullName(v string)

SetFullName gets a reference to the given string and assigns it to the FullName field.

func (*ShippingAddressModel) SetPhoneNumber

func (o *ShippingAddressModel) SetPhoneNumber(v string)

SetPhoneNumber gets a reference to the given string and assigns it to the PhoneNumber field.

func (*ShippingAddressModel) SetState

func (o *ShippingAddressModel) SetState(v string)

SetState sets field value

func (*ShippingAddressModel) SetZipCode

func (o *ShippingAddressModel) SetZipCode(v string)

SetZipCode sets field value

type ShippingCostModel

type ShippingCostModel struct {
	// 適用済み配送オプション
	AppliedShippingOptions []map[string]interface{} `json:"appliedShippingOptions,omitempty"`
	// 通貨
	Currency *string `json:"currency,omitempty"`
	// (日本カバレッジのみ) 発送先エリア
	ShippingArea *string `json:"shippingArea,omitempty"`
	// 発送先エリア名称
	ShippingAreaName *string `json:"shippingAreaName,omitempty"`
	// 送料
	ShippingCost *float64 `json:"shippingCost,omitempty"`
	// 発送サイズ
	Size *int32 `json:"size,omitempty"`
}

ShippingCostModel 発送料

func NewShippingCostModel

func NewShippingCostModel() *ShippingCostModel

NewShippingCostModel instantiates a new ShippingCostModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewShippingCostModelWithDefaults

func NewShippingCostModelWithDefaults() *ShippingCostModel

NewShippingCostModelWithDefaults instantiates a new ShippingCostModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ShippingCostModel) GetAppliedShippingOptions

func (o *ShippingCostModel) GetAppliedShippingOptions() []map[string]interface{}

GetAppliedShippingOptions returns the AppliedShippingOptions field value if set, zero value otherwise.

func (*ShippingCostModel) GetAppliedShippingOptionsOk

func (o *ShippingCostModel) GetAppliedShippingOptionsOk() ([]map[string]interface{}, bool)

GetAppliedShippingOptionsOk returns a tuple with the AppliedShippingOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ShippingCostModel) GetCurrency

func (o *ShippingCostModel) GetCurrency() string

GetCurrency returns the Currency field value if set, zero value otherwise.

func (*ShippingCostModel) GetCurrencyOk

func (o *ShippingCostModel) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ShippingCostModel) GetShippingArea

func (o *ShippingCostModel) GetShippingArea() string

GetShippingArea returns the ShippingArea field value if set, zero value otherwise.

func (*ShippingCostModel) GetShippingAreaName

func (o *ShippingCostModel) GetShippingAreaName() string

GetShippingAreaName returns the ShippingAreaName field value if set, zero value otherwise.

func (*ShippingCostModel) GetShippingAreaNameOk

func (o *ShippingCostModel) GetShippingAreaNameOk() (*string, bool)

GetShippingAreaNameOk returns a tuple with the ShippingAreaName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ShippingCostModel) GetShippingAreaOk

func (o *ShippingCostModel) GetShippingAreaOk() (*string, bool)

GetShippingAreaOk returns a tuple with the ShippingArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ShippingCostModel) GetShippingCost

func (o *ShippingCostModel) GetShippingCost() float64

GetShippingCost returns the ShippingCost field value if set, zero value otherwise.

func (*ShippingCostModel) GetShippingCostOk

func (o *ShippingCostModel) GetShippingCostOk() (*float64, bool)

GetShippingCostOk returns a tuple with the ShippingCost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ShippingCostModel) GetSize

func (o *ShippingCostModel) GetSize() int32

GetSize returns the Size field value if set, zero value otherwise.

func (*ShippingCostModel) GetSizeOk

func (o *ShippingCostModel) GetSizeOk() (*int32, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ShippingCostModel) HasAppliedShippingOptions

func (o *ShippingCostModel) HasAppliedShippingOptions() bool

HasAppliedShippingOptions returns a boolean if a field has been set.

func (*ShippingCostModel) HasCurrency

func (o *ShippingCostModel) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

func (*ShippingCostModel) HasShippingArea

func (o *ShippingCostModel) HasShippingArea() bool

HasShippingArea returns a boolean if a field has been set.

func (*ShippingCostModel) HasShippingAreaName

func (o *ShippingCostModel) HasShippingAreaName() bool

HasShippingAreaName returns a boolean if a field has been set.

func (*ShippingCostModel) HasShippingCost

func (o *ShippingCostModel) HasShippingCost() bool

HasShippingCost returns a boolean if a field has been set.

func (*ShippingCostModel) HasSize

func (o *ShippingCostModel) HasSize() bool

HasSize returns a boolean if a field has been set.

func (ShippingCostModel) MarshalJSON

func (o ShippingCostModel) MarshalJSON() ([]byte, error)

func (*ShippingCostModel) SetAppliedShippingOptions

func (o *ShippingCostModel) SetAppliedShippingOptions(v []map[string]interface{})

SetAppliedShippingOptions gets a reference to the given []map[string]interface{} and assigns it to the AppliedShippingOptions field.

func (*ShippingCostModel) SetCurrency

func (o *ShippingCostModel) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

func (*ShippingCostModel) SetShippingArea

func (o *ShippingCostModel) SetShippingArea(v string)

SetShippingArea gets a reference to the given string and assigns it to the ShippingArea field.

func (*ShippingCostModel) SetShippingAreaName

func (o *ShippingCostModel) SetShippingAreaName(v string)

SetShippingAreaName gets a reference to the given string and assigns it to the ShippingAreaName field.

func (*ShippingCostModel) SetShippingCost

func (o *ShippingCostModel) SetShippingCost(v float64)

SetShippingCost gets a reference to the given float64 and assigns it to the ShippingCost field.

func (*ShippingCostModel) SetSize

func (o *ShippingCostModel) SetSize(v int32)

SetSize gets a reference to the given int32 and assigns it to the Size field.

type SigfoxData

type SigfoxData struct {
	Data *string `json:"data,omitempty"`
}

SigfoxData struct for SigfoxData

func NewSigfoxData

func NewSigfoxData() *SigfoxData

NewSigfoxData instantiates a new SigfoxData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSigfoxDataWithDefaults

func NewSigfoxDataWithDefaults() *SigfoxData

NewSigfoxDataWithDefaults instantiates a new SigfoxData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SigfoxData) GetData

func (o *SigfoxData) GetData() string

GetData returns the Data field value if set, zero value otherwise.

func (*SigfoxData) GetDataOk

func (o *SigfoxData) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SigfoxData) HasData

func (o *SigfoxData) HasData() bool

HasData returns a boolean if a field has been set.

func (SigfoxData) MarshalJSON

func (o SigfoxData) MarshalJSON() ([]byte, error)

func (*SigfoxData) SetData

func (o *SigfoxData) SetData(v string)

SetData gets a reference to the given string and assigns it to the Data field.

type SigfoxDevice

type SigfoxDevice struct {
	DeviceId           *string            `json:"device_id,omitempty"`
	GroupId            *string            `json:"groupId,omitempty"`
	LastModifiedTime   *time.Time         `json:"lastModifiedTime,omitempty"`
	LastSeen           *LastSeen          `json:"lastSeen,omitempty"`
	OperatorId         *string            `json:"operatorId,omitempty"`
	Status             *string            `json:"status,omitempty"`
	Tags               *map[string]string `json:"tags,omitempty"`
	TerminationEnabled *bool              `json:"terminationEnabled,omitempty"`
}

SigfoxDevice struct for SigfoxDevice

func NewSigfoxDevice

func NewSigfoxDevice() *SigfoxDevice

NewSigfoxDevice instantiates a new SigfoxDevice object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSigfoxDeviceWithDefaults

func NewSigfoxDeviceWithDefaults() *SigfoxDevice

NewSigfoxDeviceWithDefaults instantiates a new SigfoxDevice object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SigfoxDevice) GetDeviceId

func (o *SigfoxDevice) GetDeviceId() string

GetDeviceId returns the DeviceId field value if set, zero value otherwise.

func (*SigfoxDevice) GetDeviceIdOk

func (o *SigfoxDevice) GetDeviceIdOk() (*string, bool)

GetDeviceIdOk returns a tuple with the DeviceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SigfoxDevice) GetGroupId

func (o *SigfoxDevice) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*SigfoxDevice) GetGroupIdOk

func (o *SigfoxDevice) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SigfoxDevice) GetLastModifiedTime

func (o *SigfoxDevice) GetLastModifiedTime() time.Time

GetLastModifiedTime returns the LastModifiedTime field value if set, zero value otherwise.

func (*SigfoxDevice) GetLastModifiedTimeOk

func (o *SigfoxDevice) GetLastModifiedTimeOk() (*time.Time, bool)

GetLastModifiedTimeOk returns a tuple with the LastModifiedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SigfoxDevice) GetLastSeen

func (o *SigfoxDevice) GetLastSeen() LastSeen

GetLastSeen returns the LastSeen field value if set, zero value otherwise.

func (*SigfoxDevice) GetLastSeenOk

func (o *SigfoxDevice) GetLastSeenOk() (*LastSeen, bool)

GetLastSeenOk returns a tuple with the LastSeen field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SigfoxDevice) GetOperatorId

func (o *SigfoxDevice) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*SigfoxDevice) GetOperatorIdOk

func (o *SigfoxDevice) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SigfoxDevice) GetStatus

func (o *SigfoxDevice) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*SigfoxDevice) GetStatusOk

func (o *SigfoxDevice) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SigfoxDevice) GetTags

func (o *SigfoxDevice) GetTags() map[string]string

GetTags returns the Tags field value if set, zero value otherwise.

func (*SigfoxDevice) GetTagsOk

func (o *SigfoxDevice) GetTagsOk() (*map[string]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SigfoxDevice) GetTerminationEnabled

func (o *SigfoxDevice) GetTerminationEnabled() bool

GetTerminationEnabled returns the TerminationEnabled field value if set, zero value otherwise.

func (*SigfoxDevice) GetTerminationEnabledOk

func (o *SigfoxDevice) GetTerminationEnabledOk() (*bool, bool)

GetTerminationEnabledOk returns a tuple with the TerminationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SigfoxDevice) HasDeviceId

func (o *SigfoxDevice) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

func (*SigfoxDevice) HasGroupId

func (o *SigfoxDevice) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*SigfoxDevice) HasLastModifiedTime

func (o *SigfoxDevice) HasLastModifiedTime() bool

HasLastModifiedTime returns a boolean if a field has been set.

func (*SigfoxDevice) HasLastSeen

func (o *SigfoxDevice) HasLastSeen() bool

HasLastSeen returns a boolean if a field has been set.

func (*SigfoxDevice) HasOperatorId

func (o *SigfoxDevice) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (*SigfoxDevice) HasStatus

func (o *SigfoxDevice) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*SigfoxDevice) HasTags

func (o *SigfoxDevice) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*SigfoxDevice) HasTerminationEnabled

func (o *SigfoxDevice) HasTerminationEnabled() bool

HasTerminationEnabled returns a boolean if a field has been set.

func (SigfoxDevice) MarshalJSON

func (o SigfoxDevice) MarshalJSON() ([]byte, error)

func (*SigfoxDevice) SetDeviceId

func (o *SigfoxDevice) SetDeviceId(v string)

SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.

func (*SigfoxDevice) SetGroupId

func (o *SigfoxDevice) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*SigfoxDevice) SetLastModifiedTime

func (o *SigfoxDevice) SetLastModifiedTime(v time.Time)

SetLastModifiedTime gets a reference to the given time.Time and assigns it to the LastModifiedTime field.

func (*SigfoxDevice) SetLastSeen

func (o *SigfoxDevice) SetLastSeen(v LastSeen)

SetLastSeen gets a reference to the given LastSeen and assigns it to the LastSeen field.

func (*SigfoxDevice) SetOperatorId

func (o *SigfoxDevice) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

func (*SigfoxDevice) SetStatus

func (o *SigfoxDevice) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*SigfoxDevice) SetTags

func (o *SigfoxDevice) SetTags(v map[string]string)

SetTags gets a reference to the given map[string]string and assigns it to the Tags field.

func (*SigfoxDevice) SetTerminationEnabled

func (o *SigfoxDevice) SetTerminationEnabled(v bool)

SetTerminationEnabled gets a reference to the given bool and assigns it to the TerminationEnabled field.

type SigfoxDeviceApiService

type SigfoxDeviceApiService service

SigfoxDeviceApiService SigfoxDeviceApi service

func (*SigfoxDeviceApiService) DeleteSigfoxDeviceTag

func (a *SigfoxDeviceApiService) DeleteSigfoxDeviceTag(ctx context.Context, deviceId string, tagName string) ApiDeleteSigfoxDeviceTagRequest

DeleteSigfoxDeviceTag Delete Sigfox device Tag

指定された Sigfox device のタグを削除

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象の Sigfox device の ID
@param tagName 削除対象のタグ名(URL の Path の一部になるので、パーセントエンコーディングを施す。JavaScript なら encodeURIComponent() したものを指定する)
@return ApiDeleteSigfoxDeviceTagRequest

func (*SigfoxDeviceApiService) DeleteSigfoxDeviceTagExecute

func (a *SigfoxDeviceApiService) DeleteSigfoxDeviceTagExecute(r ApiDeleteSigfoxDeviceTagRequest) (*http.Response, error)

Execute executes the request

func (*SigfoxDeviceApiService) DisableTerminationOnSigfoxDevice

func (a *SigfoxDeviceApiService) DisableTerminationOnSigfoxDevice(ctx context.Context, deviceId string) ApiDisableTerminationOnSigfoxDeviceRequest

DisableTerminationOnSigfoxDevice Disable Termination of Sigfox device

指定された Sigfox device を Terminate 不可能に設定する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象の Sigfox device の ID
@return ApiDisableTerminationOnSigfoxDeviceRequest

func (*SigfoxDeviceApiService) DisableTerminationOnSigfoxDeviceExecute

func (a *SigfoxDeviceApiService) DisableTerminationOnSigfoxDeviceExecute(r ApiDisableTerminationOnSigfoxDeviceRequest) (*SigfoxDevice, *http.Response, error)

Execute executes the request

@return SigfoxDevice

func (*SigfoxDeviceApiService) EnableTerminationOnSigfoxDevice

func (a *SigfoxDeviceApiService) EnableTerminationOnSigfoxDevice(ctx context.Context, deviceId string) ApiEnableTerminationOnSigfoxDeviceRequest

EnableTerminationOnSigfoxDevice Enable Termination of Sigfox device

指定された Sigfox device を Terminate 可能に設定する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象の Sigfox device の ID
@return ApiEnableTerminationOnSigfoxDeviceRequest

func (*SigfoxDeviceApiService) EnableTerminationOnSigfoxDeviceExecute

func (a *SigfoxDeviceApiService) EnableTerminationOnSigfoxDeviceExecute(r ApiEnableTerminationOnSigfoxDeviceRequest) (*SigfoxDevice, *http.Response, error)

Execute executes the request

@return SigfoxDevice

func (*SigfoxDeviceApiService) GetDataFromSigfoxDevice

func (a *SigfoxDeviceApiService) GetDataFromSigfoxDevice(ctx context.Context, deviceId string) ApiGetDataFromSigfoxDeviceRequest

GetDataFromSigfoxDevice Get data sent from a Sigfox device.

指定された Sigfox デバイスから送られたデータの中で、条件に合うエントリのリストを返す。データエントリの総数が 1 ページに収まらない場合は、次のページにアクセスするための URL を`Link`ヘッダに含めて返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId データ取得対象の Sigfox デバイスの ID
@return ApiGetDataFromSigfoxDeviceRequest

func (*SigfoxDeviceApiService) GetDataFromSigfoxDeviceExecute

func (a *SigfoxDeviceApiService) GetDataFromSigfoxDeviceExecute(r ApiGetDataFromSigfoxDeviceRequest) ([]DataEntry, *http.Response, error)

Execute executes the request

@return []DataEntry

func (*SigfoxDeviceApiService) GetSigfoxDevice

func (a *SigfoxDeviceApiService) GetSigfoxDevice(ctx context.Context, deviceId string) ApiGetSigfoxDeviceRequest

GetSigfoxDevice Get Sigfox device

指定された Sigfox device の情報を返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象の Sigfox device の Device ID
@return ApiGetSigfoxDeviceRequest

func (*SigfoxDeviceApiService) GetSigfoxDeviceExecute

Execute executes the request

@return SigfoxDevice

func (*SigfoxDeviceApiService) ListSigfoxDevices

ListSigfoxDevices List Sigfox devices

条件にマッチする Sigfox device のリストを返す。Sigfox device の総数が 1 ページに収まらない場合は、レスポンス中に次のページにアクセスするための URL を`Link`ヘッダに含めて返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListSigfoxDevicesRequest

func (*SigfoxDeviceApiService) ListSigfoxDevicesExecute

func (a *SigfoxDeviceApiService) ListSigfoxDevicesExecute(r ApiListSigfoxDevicesRequest) ([]SigfoxDevice, *http.Response, error)

Execute executes the request

@return []SigfoxDevice

func (*SigfoxDeviceApiService) PutSigfoxDeviceTags

func (a *SigfoxDeviceApiService) PutSigfoxDeviceTags(ctx context.Context, deviceId string) ApiPutSigfoxDeviceTagsRequest

PutSigfoxDeviceTags Bulk Insert or Update Sigfox device Tags

指定された Sigfox device のタグを追加・更新

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象の Sigfox device の ID
@return ApiPutSigfoxDeviceTagsRequest

func (*SigfoxDeviceApiService) PutSigfoxDeviceTagsExecute

Execute executes the request

@return SigfoxDevice

func (*SigfoxDeviceApiService) RegisterSigfoxDevice

func (a *SigfoxDeviceApiService) RegisterSigfoxDevice(ctx context.Context, deviceId string) ApiRegisterSigfoxDeviceRequest

RegisterSigfoxDevice Register a Sigfox device.

Sigfox デバイスを登録する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 登録対象の Sigfox デバイスの ID
@return ApiRegisterSigfoxDeviceRequest

func (*SigfoxDeviceApiService) RegisterSigfoxDeviceExecute

func (a *SigfoxDeviceApiService) RegisterSigfoxDeviceExecute(r ApiRegisterSigfoxDeviceRequest) (*SigfoxDevice, *http.Response, error)

Execute executes the request

@return SigfoxDevice

func (*SigfoxDeviceApiService) SendDataToSigfoxDevice

func (a *SigfoxDeviceApiService) SendDataToSigfoxDevice(ctx context.Context, deviceId string) ApiSendDataToSigfoxDeviceRequest

SendDataToSigfoxDevice Send data to a Sigfox device.

指定したデバイスにデータを送信する。データはサーバに保持され、次に当該デバイスがデータ送信リクエストを行った際に送信される。未送信のデータがサーバにあった場合には、最新のデータで上書きされる。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 送信先デバイスの ID
@return ApiSendDataToSigfoxDeviceRequest

func (*SigfoxDeviceApiService) SendDataToSigfoxDeviceExecute

func (a *SigfoxDeviceApiService) SendDataToSigfoxDeviceExecute(r ApiSendDataToSigfoxDeviceRequest) (*http.Response, error)

Execute executes the request

func (*SigfoxDeviceApiService) SetSigfoxDeviceGroup

func (a *SigfoxDeviceApiService) SetSigfoxDeviceGroup(ctx context.Context, deviceId string) ApiSetSigfoxDeviceGroupRequest

SetSigfoxDeviceGroup Set Group to Sigfox device

指定された Sigfox device のグループを設定する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象の Sigfox device の ID
@return ApiSetSigfoxDeviceGroupRequest

func (*SigfoxDeviceApiService) SetSigfoxDeviceGroupExecute

func (a *SigfoxDeviceApiService) SetSigfoxDeviceGroupExecute(r ApiSetSigfoxDeviceGroupRequest) (*SigfoxDevice, *http.Response, error)

Execute executes the request

@return SigfoxDevice

func (*SigfoxDeviceApiService) TerminateSigfoxDevice

func (a *SigfoxDeviceApiService) TerminateSigfoxDevice(ctx context.Context, deviceId string) ApiTerminateSigfoxDeviceRequest

TerminateSigfoxDevice Terminate Sigfox device

指定された Sigfox device を Terminate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象の Sigfox device の ID
@return ApiTerminateSigfoxDeviceRequest

func (*SigfoxDeviceApiService) TerminateSigfoxDeviceExecute

func (a *SigfoxDeviceApiService) TerminateSigfoxDeviceExecute(r ApiTerminateSigfoxDeviceRequest) (*SigfoxDevice, *http.Response, error)

Execute executes the request

@return SigfoxDevice

func (*SigfoxDeviceApiService) UnsetSigfoxDeviceGroup

func (a *SigfoxDeviceApiService) UnsetSigfoxDeviceGroup(ctx context.Context, deviceId string) ApiUnsetSigfoxDeviceGroupRequest

UnsetSigfoxDeviceGroup Unset Group to Sigfox device

指定された Sigfox device のグループ設定を解除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象の Sigfox device の ID
@return ApiUnsetSigfoxDeviceGroupRequest

func (*SigfoxDeviceApiService) UnsetSigfoxDeviceGroupExecute

func (a *SigfoxDeviceApiService) UnsetSigfoxDeviceGroupExecute(r ApiUnsetSigfoxDeviceGroupRequest) (*SigfoxDevice, *http.Response, error)

Execute executes the request

@return SigfoxDevice

type SigfoxRegistrationRequest

type SigfoxRegistrationRequest struct {
	RegistrationSecret *string            `json:"registrationSecret,omitempty"`
	Tags               *map[string]string `json:"tags,omitempty"`
}

SigfoxRegistrationRequest struct for SigfoxRegistrationRequest

func NewSigfoxRegistrationRequest

func NewSigfoxRegistrationRequest() *SigfoxRegistrationRequest

NewSigfoxRegistrationRequest instantiates a new SigfoxRegistrationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSigfoxRegistrationRequestWithDefaults

func NewSigfoxRegistrationRequestWithDefaults() *SigfoxRegistrationRequest

NewSigfoxRegistrationRequestWithDefaults instantiates a new SigfoxRegistrationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SigfoxRegistrationRequest) GetRegistrationSecret

func (o *SigfoxRegistrationRequest) GetRegistrationSecret() string

GetRegistrationSecret returns the RegistrationSecret field value if set, zero value otherwise.

func (*SigfoxRegistrationRequest) GetRegistrationSecretOk

func (o *SigfoxRegistrationRequest) GetRegistrationSecretOk() (*string, bool)

GetRegistrationSecretOk returns a tuple with the RegistrationSecret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SigfoxRegistrationRequest) GetTags

func (o *SigfoxRegistrationRequest) GetTags() map[string]string

GetTags returns the Tags field value if set, zero value otherwise.

func (*SigfoxRegistrationRequest) GetTagsOk

func (o *SigfoxRegistrationRequest) GetTagsOk() (*map[string]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SigfoxRegistrationRequest) HasRegistrationSecret

func (o *SigfoxRegistrationRequest) HasRegistrationSecret() bool

HasRegistrationSecret returns a boolean if a field has been set.

func (*SigfoxRegistrationRequest) HasTags

func (o *SigfoxRegistrationRequest) HasTags() bool

HasTags returns a boolean if a field has been set.

func (SigfoxRegistrationRequest) MarshalJSON

func (o SigfoxRegistrationRequest) MarshalJSON() ([]byte, error)

func (*SigfoxRegistrationRequest) SetRegistrationSecret

func (o *SigfoxRegistrationRequest) SetRegistrationSecret(v string)

SetRegistrationSecret gets a reference to the given string and assigns it to the RegistrationSecret field.

func (*SigfoxRegistrationRequest) SetTags

func (o *SigfoxRegistrationRequest) SetTags(v map[string]string)

SetTags gets a reference to the given map[string]string and assigns it to the Tags field.

type Sim

type Sim struct {
	ActiveProfileId            *string                `json:"activeProfileId,omitempty"`
	ArcSessionStatus           *ArcSessionStatus      `json:"arcSessionStatus,omitempty"`
	Capabilities               *Capabilities          `json:"capabilities,omitempty"`
	CreatedTime                *int64                 `json:"createdTime,omitempty"`
	ExpiryAction               *string                `json:"expiryAction,omitempty"`
	ExpiryTime                 *int64                 `json:"expiryTime,omitempty"`
	GroupId                    *string                `json:"groupId,omitempty"`
	ImeiLock                   *ImeiLock              `json:"imeiLock,omitempty"`
	LastModifiedTime           *int64                 `json:"lastModifiedTime,omitempty"`
	LastPortMappingCreatedTime *int64                 `json:"lastPortMappingCreatedTime,omitempty"`
	LocalInfo                  *map[string]string     `json:"localInfo,omitempty"`
	ModuleType                 *string                `json:"moduleType,omitempty"`
	OperatorId                 *string                `json:"operatorId,omitempty"`
	OtaSerialNumber            *string                `json:"otaSerialNumber,omitempty"`
	PcapEndTime                *int64                 `json:"pcapEndTime,omitempty"`
	PcapStartTime              *int64                 `json:"pcapStartTime,omitempty"`
	PreviousSession            *PreviousSessionStatus `json:"previousSession,omitempty"`
	Profiles                   *map[string]SimProfile `json:"profiles,omitempty"`
	SerialNumber               *string                `json:"serialNumber,omitempty"`
	SessionStatus              *SessionStatus         `json:"sessionStatus,omitempty"`
	SimId                      *string                `json:"simId,omitempty"`
	SpeedClass                 *string                `json:"speedClass,omitempty"`
	// IoT SIM のステータス - `ready`: 準備完了 - `active`: 使用中 - `inactive`: 休止中 - `standby`: 利用開始待ち - `suspended`: 利用中断中 - `terminated`: 解約済み
	Status *string `json:"status,omitempty"`
	// An object which always contains at least one property \"name\" with a string value. If you give a subscriber/SIM a name, the name will be returned as the value of the \"name\" property. If the subscriber/SIM does not have a name, an empty string \"\" is returned. In addition, if you create any custom tags for the subscriber/SIM, each custom tag will appear as additional properties in the object.
	Tags               *map[string]string `json:"tags,omitempty"`
	TerminationEnabled *bool              `json:"terminationEnabled,omitempty"`
	Type               *string            `json:"type,omitempty"`
}

Sim struct for Sim

func NewSim

func NewSim() *Sim

NewSim instantiates a new Sim object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSimWithDefaults

func NewSimWithDefaults() *Sim

NewSimWithDefaults instantiates a new Sim object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Sim) GetActiveProfileId

func (o *Sim) GetActiveProfileId() string

GetActiveProfileId returns the ActiveProfileId field value if set, zero value otherwise.

func (*Sim) GetActiveProfileIdOk

func (o *Sim) GetActiveProfileIdOk() (*string, bool)

GetActiveProfileIdOk returns a tuple with the ActiveProfileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetArcSessionStatus

func (o *Sim) GetArcSessionStatus() ArcSessionStatus

GetArcSessionStatus returns the ArcSessionStatus field value if set, zero value otherwise.

func (*Sim) GetArcSessionStatusOk

func (o *Sim) GetArcSessionStatusOk() (*ArcSessionStatus, bool)

GetArcSessionStatusOk returns a tuple with the ArcSessionStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetCapabilities

func (o *Sim) GetCapabilities() Capabilities

GetCapabilities returns the Capabilities field value if set, zero value otherwise.

func (*Sim) GetCapabilitiesOk

func (o *Sim) GetCapabilitiesOk() (*Capabilities, bool)

GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetCreatedTime

func (o *Sim) GetCreatedTime() int64

GetCreatedTime returns the CreatedTime field value if set, zero value otherwise.

func (*Sim) GetCreatedTimeOk

func (o *Sim) GetCreatedTimeOk() (*int64, bool)

GetCreatedTimeOk returns a tuple with the CreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetExpiryAction

func (o *Sim) GetExpiryAction() string

GetExpiryAction returns the ExpiryAction field value if set, zero value otherwise.

func (*Sim) GetExpiryActionOk

func (o *Sim) GetExpiryActionOk() (*string, bool)

GetExpiryActionOk returns a tuple with the ExpiryAction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetExpiryTime

func (o *Sim) GetExpiryTime() int64

GetExpiryTime returns the ExpiryTime field value if set, zero value otherwise.

func (*Sim) GetExpiryTimeOk

func (o *Sim) GetExpiryTimeOk() (*int64, bool)

GetExpiryTimeOk returns a tuple with the ExpiryTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetGroupId

func (o *Sim) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*Sim) GetGroupIdOk

func (o *Sim) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetImeiLock

func (o *Sim) GetImeiLock() ImeiLock

GetImeiLock returns the ImeiLock field value if set, zero value otherwise.

func (*Sim) GetImeiLockOk

func (o *Sim) GetImeiLockOk() (*ImeiLock, bool)

GetImeiLockOk returns a tuple with the ImeiLock field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetLastModifiedTime

func (o *Sim) GetLastModifiedTime() int64

GetLastModifiedTime returns the LastModifiedTime field value if set, zero value otherwise.

func (*Sim) GetLastModifiedTimeOk

func (o *Sim) GetLastModifiedTimeOk() (*int64, bool)

GetLastModifiedTimeOk returns a tuple with the LastModifiedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetLastPortMappingCreatedTime

func (o *Sim) GetLastPortMappingCreatedTime() int64

GetLastPortMappingCreatedTime returns the LastPortMappingCreatedTime field value if set, zero value otherwise.

func (*Sim) GetLastPortMappingCreatedTimeOk

func (o *Sim) GetLastPortMappingCreatedTimeOk() (*int64, bool)

GetLastPortMappingCreatedTimeOk returns a tuple with the LastPortMappingCreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetLocalInfo

func (o *Sim) GetLocalInfo() map[string]string

GetLocalInfo returns the LocalInfo field value if set, zero value otherwise.

func (*Sim) GetLocalInfoOk

func (o *Sim) GetLocalInfoOk() (*map[string]string, bool)

GetLocalInfoOk returns a tuple with the LocalInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetModuleType

func (o *Sim) GetModuleType() string

GetModuleType returns the ModuleType field value if set, zero value otherwise.

func (*Sim) GetModuleTypeOk

func (o *Sim) GetModuleTypeOk() (*string, bool)

GetModuleTypeOk returns a tuple with the ModuleType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetOperatorId

func (o *Sim) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*Sim) GetOperatorIdOk

func (o *Sim) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetOtaSerialNumber

func (o *Sim) GetOtaSerialNumber() string

GetOtaSerialNumber returns the OtaSerialNumber field value if set, zero value otherwise.

func (*Sim) GetOtaSerialNumberOk

func (o *Sim) GetOtaSerialNumberOk() (*string, bool)

GetOtaSerialNumberOk returns a tuple with the OtaSerialNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetPcapEndTime

func (o *Sim) GetPcapEndTime() int64

GetPcapEndTime returns the PcapEndTime field value if set, zero value otherwise.

func (*Sim) GetPcapEndTimeOk

func (o *Sim) GetPcapEndTimeOk() (*int64, bool)

GetPcapEndTimeOk returns a tuple with the PcapEndTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetPcapStartTime

func (o *Sim) GetPcapStartTime() int64

GetPcapStartTime returns the PcapStartTime field value if set, zero value otherwise.

func (*Sim) GetPcapStartTimeOk

func (o *Sim) GetPcapStartTimeOk() (*int64, bool)

GetPcapStartTimeOk returns a tuple with the PcapStartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetPreviousSession

func (o *Sim) GetPreviousSession() PreviousSessionStatus

GetPreviousSession returns the PreviousSession field value if set, zero value otherwise.

func (*Sim) GetPreviousSessionOk

func (o *Sim) GetPreviousSessionOk() (*PreviousSessionStatus, bool)

GetPreviousSessionOk returns a tuple with the PreviousSession field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetProfiles

func (o *Sim) GetProfiles() map[string]SimProfile

GetProfiles returns the Profiles field value if set, zero value otherwise.

func (*Sim) GetProfilesOk

func (o *Sim) GetProfilesOk() (*map[string]SimProfile, bool)

GetProfilesOk returns a tuple with the Profiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetSerialNumber

func (o *Sim) GetSerialNumber() string

GetSerialNumber returns the SerialNumber field value if set, zero value otherwise.

func (*Sim) GetSerialNumberOk

func (o *Sim) GetSerialNumberOk() (*string, bool)

GetSerialNumberOk returns a tuple with the SerialNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetSessionStatus

func (o *Sim) GetSessionStatus() SessionStatus

GetSessionStatus returns the SessionStatus field value if set, zero value otherwise.

func (*Sim) GetSessionStatusOk

func (o *Sim) GetSessionStatusOk() (*SessionStatus, bool)

GetSessionStatusOk returns a tuple with the SessionStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetSimId

func (o *Sim) GetSimId() string

GetSimId returns the SimId field value if set, zero value otherwise.

func (*Sim) GetSimIdOk

func (o *Sim) GetSimIdOk() (*string, bool)

GetSimIdOk returns a tuple with the SimId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetSpeedClass

func (o *Sim) GetSpeedClass() string

GetSpeedClass returns the SpeedClass field value if set, zero value otherwise.

func (*Sim) GetSpeedClassOk

func (o *Sim) GetSpeedClassOk() (*string, bool)

GetSpeedClassOk returns a tuple with the SpeedClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetStatus

func (o *Sim) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*Sim) GetStatusOk

func (o *Sim) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetTags

func (o *Sim) GetTags() map[string]string

GetTags returns the Tags field value if set, zero value otherwise.

func (*Sim) GetTagsOk

func (o *Sim) GetTagsOk() (*map[string]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetTerminationEnabled

func (o *Sim) GetTerminationEnabled() bool

GetTerminationEnabled returns the TerminationEnabled field value if set, zero value otherwise.

func (*Sim) GetTerminationEnabledOk

func (o *Sim) GetTerminationEnabledOk() (*bool, bool)

GetTerminationEnabledOk returns a tuple with the TerminationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) GetType

func (o *Sim) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Sim) GetTypeOk

func (o *Sim) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Sim) HasActiveProfileId

func (o *Sim) HasActiveProfileId() bool

HasActiveProfileId returns a boolean if a field has been set.

func (*Sim) HasArcSessionStatus

func (o *Sim) HasArcSessionStatus() bool

HasArcSessionStatus returns a boolean if a field has been set.

func (*Sim) HasCapabilities

func (o *Sim) HasCapabilities() bool

HasCapabilities returns a boolean if a field has been set.

func (*Sim) HasCreatedTime

func (o *Sim) HasCreatedTime() bool

HasCreatedTime returns a boolean if a field has been set.

func (*Sim) HasExpiryAction

func (o *Sim) HasExpiryAction() bool

HasExpiryAction returns a boolean if a field has been set.

func (*Sim) HasExpiryTime

func (o *Sim) HasExpiryTime() bool

HasExpiryTime returns a boolean if a field has been set.

func (*Sim) HasGroupId

func (o *Sim) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*Sim) HasImeiLock

func (o *Sim) HasImeiLock() bool

HasImeiLock returns a boolean if a field has been set.

func (*Sim) HasLastModifiedTime

func (o *Sim) HasLastModifiedTime() bool

HasLastModifiedTime returns a boolean if a field has been set.

func (*Sim) HasLastPortMappingCreatedTime

func (o *Sim) HasLastPortMappingCreatedTime() bool

HasLastPortMappingCreatedTime returns a boolean if a field has been set.

func (*Sim) HasLocalInfo

func (o *Sim) HasLocalInfo() bool

HasLocalInfo returns a boolean if a field has been set.

func (*Sim) HasModuleType

func (o *Sim) HasModuleType() bool

HasModuleType returns a boolean if a field has been set.

func (*Sim) HasOperatorId

func (o *Sim) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (*Sim) HasOtaSerialNumber

func (o *Sim) HasOtaSerialNumber() bool

HasOtaSerialNumber returns a boolean if a field has been set.

func (*Sim) HasPcapEndTime

func (o *Sim) HasPcapEndTime() bool

HasPcapEndTime returns a boolean if a field has been set.

func (*Sim) HasPcapStartTime

func (o *Sim) HasPcapStartTime() bool

HasPcapStartTime returns a boolean if a field has been set.

func (*Sim) HasPreviousSession

func (o *Sim) HasPreviousSession() bool

HasPreviousSession returns a boolean if a field has been set.

func (*Sim) HasProfiles

func (o *Sim) HasProfiles() bool

HasProfiles returns a boolean if a field has been set.

func (*Sim) HasSerialNumber

func (o *Sim) HasSerialNumber() bool

HasSerialNumber returns a boolean if a field has been set.

func (*Sim) HasSessionStatus

func (o *Sim) HasSessionStatus() bool

HasSessionStatus returns a boolean if a field has been set.

func (*Sim) HasSimId

func (o *Sim) HasSimId() bool

HasSimId returns a boolean if a field has been set.

func (*Sim) HasSpeedClass

func (o *Sim) HasSpeedClass() bool

HasSpeedClass returns a boolean if a field has been set.

func (*Sim) HasStatus

func (o *Sim) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*Sim) HasTags

func (o *Sim) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*Sim) HasTerminationEnabled

func (o *Sim) HasTerminationEnabled() bool

HasTerminationEnabled returns a boolean if a field has been set.

func (*Sim) HasType

func (o *Sim) HasType() bool

HasType returns a boolean if a field has been set.

func (Sim) MarshalJSON

func (o Sim) MarshalJSON() ([]byte, error)

func (*Sim) SetActiveProfileId

func (o *Sim) SetActiveProfileId(v string)

SetActiveProfileId gets a reference to the given string and assigns it to the ActiveProfileId field.

func (*Sim) SetArcSessionStatus

func (o *Sim) SetArcSessionStatus(v ArcSessionStatus)

SetArcSessionStatus gets a reference to the given ArcSessionStatus and assigns it to the ArcSessionStatus field.

func (*Sim) SetCapabilities

func (o *Sim) SetCapabilities(v Capabilities)

SetCapabilities gets a reference to the given Capabilities and assigns it to the Capabilities field.

func (*Sim) SetCreatedTime

func (o *Sim) SetCreatedTime(v int64)

SetCreatedTime gets a reference to the given int64 and assigns it to the CreatedTime field.

func (*Sim) SetExpiryAction

func (o *Sim) SetExpiryAction(v string)

SetExpiryAction gets a reference to the given string and assigns it to the ExpiryAction field.

func (*Sim) SetExpiryTime

func (o *Sim) SetExpiryTime(v int64)

SetExpiryTime gets a reference to the given int64 and assigns it to the ExpiryTime field.

func (*Sim) SetGroupId

func (o *Sim) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*Sim) SetImeiLock

func (o *Sim) SetImeiLock(v ImeiLock)

SetImeiLock gets a reference to the given ImeiLock and assigns it to the ImeiLock field.

func (*Sim) SetLastModifiedTime

func (o *Sim) SetLastModifiedTime(v int64)

SetLastModifiedTime gets a reference to the given int64 and assigns it to the LastModifiedTime field.

func (*Sim) SetLastPortMappingCreatedTime

func (o *Sim) SetLastPortMappingCreatedTime(v int64)

SetLastPortMappingCreatedTime gets a reference to the given int64 and assigns it to the LastPortMappingCreatedTime field.

func (*Sim) SetLocalInfo

func (o *Sim) SetLocalInfo(v map[string]string)

SetLocalInfo gets a reference to the given map[string]string and assigns it to the LocalInfo field.

func (*Sim) SetModuleType

func (o *Sim) SetModuleType(v string)

SetModuleType gets a reference to the given string and assigns it to the ModuleType field.

func (*Sim) SetOperatorId

func (o *Sim) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

func (*Sim) SetOtaSerialNumber

func (o *Sim) SetOtaSerialNumber(v string)

SetOtaSerialNumber gets a reference to the given string and assigns it to the OtaSerialNumber field.

func (*Sim) SetPcapEndTime

func (o *Sim) SetPcapEndTime(v int64)

SetPcapEndTime gets a reference to the given int64 and assigns it to the PcapEndTime field.

func (*Sim) SetPcapStartTime

func (o *Sim) SetPcapStartTime(v int64)

SetPcapStartTime gets a reference to the given int64 and assigns it to the PcapStartTime field.

func (*Sim) SetPreviousSession

func (o *Sim) SetPreviousSession(v PreviousSessionStatus)

SetPreviousSession gets a reference to the given PreviousSessionStatus and assigns it to the PreviousSession field.

func (*Sim) SetProfiles

func (o *Sim) SetProfiles(v map[string]SimProfile)

SetProfiles gets a reference to the given map[string]SimProfile and assigns it to the Profiles field.

func (*Sim) SetSerialNumber

func (o *Sim) SetSerialNumber(v string)

SetSerialNumber gets a reference to the given string and assigns it to the SerialNumber field.

func (*Sim) SetSessionStatus

func (o *Sim) SetSessionStatus(v SessionStatus)

SetSessionStatus gets a reference to the given SessionStatus and assigns it to the SessionStatus field.

func (*Sim) SetSimId

func (o *Sim) SetSimId(v string)

SetSimId gets a reference to the given string and assigns it to the SimId field.

func (*Sim) SetSpeedClass

func (o *Sim) SetSpeedClass(v string)

SetSpeedClass gets a reference to the given string and assigns it to the SpeedClass field.

func (*Sim) SetStatus

func (o *Sim) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*Sim) SetTags

func (o *Sim) SetTags(v map[string]string)

SetTags gets a reference to the given map[string]string and assigns it to the Tags field.

func (*Sim) SetTerminationEnabled

func (o *Sim) SetTerminationEnabled(v bool)

SetTerminationEnabled gets a reference to the given bool and assigns it to the TerminationEnabled field.

func (*Sim) SetType

func (o *Sim) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type SimApiService

type SimApiService service

SimApiService SimApi service

func (*SimApiService) ActivateSim

func (a *SimApiService) ActivateSim(ctx context.Context, simId string) ApiActivateSimRequest

ActivateSim Activate SIM

指定した SIM のステータスを「使用中 (active)」に変更する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@return ApiActivateSimRequest

func (*SimApiService) ActivateSimExecute

func (a *SimApiService) ActivateSimExecute(r ApiActivateSimRequest) (*Sim, *http.Response, error)

Execute executes the request

@return Sim

func (*SimApiService) AddSubscription

func (a *SimApiService) AddSubscription(ctx context.Context, simId string, iccid string) ApiAddSubscriptionRequest

AddSubscription 新しいセカンダリサブスクリプションを IoT SIM に追加する

新しいセカンダリサブスクリプションを IoT SIM に追加するための OTA のアップデートをトリガします。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM の ID
@param iccid 対象の IoT SIM の ICCID。eUICC 非対応 の IoT SIM の場合は、ICCID と SIM ID は同一です。
@return ApiAddSubscriptionRequest

func (*SimApiService) AddSubscriptionExecute

func (a *SimApiService) AddSubscriptionExecute(r ApiAddSubscriptionRequest) (*SimProfile, *http.Response, error)

Execute executes the request

@return SimProfile

func (*SimApiService) AttachArcSimCredentials

func (a *SimApiService) AttachArcSimCredentials(ctx context.Context, simId string) ApiAttachArcSimCredentialsRequest

AttachArcSimCredentials (非推奨) Arc のクレデンシャルを SIM へ付与

(非推奨の API です。代わりに `renewArcSimCredentials` API を利用してください) SORACOM Arc のクレデンシャル (公開鍵) を SIM に付与します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象とする SIM の SIM ID
@return ApiAttachArcSimCredentialsRequest

Deprecated

func (*SimApiService) AttachArcSimCredentialsExecute

Execute executes the request

@return ArcCredentialAttachResponse

Deprecated

func (*SimApiService) CancelSubscriptionContainerDownload

func (a *SimApiService) CancelSubscriptionContainerDownload(ctx context.Context, simId string, iccid string, imsi string) ApiCancelSubscriptionContainerDownloadRequest

CancelSubscriptionContainerDownload Cancel subscription download to subscription container

Cancel the download of subscription before it gets downloaded to the SIM. The condition is that the status of the subscription is still `shipped`

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId SIM ID of the target subscription container.
@param iccid ICCID of the target subscription container.
@param imsi IMSI of the target subscription container.
@return ApiCancelSubscriptionContainerDownloadRequest

func (*SimApiService) CancelSubscriptionContainerDownloadExecute

func (a *SimApiService) CancelSubscriptionContainerDownloadExecute(r ApiCancelSubscriptionContainerDownloadRequest) (*SubscriptionContainerStatus, *http.Response, error)

Execute executes the request

@return SubscriptionContainerStatus

func (*SimApiService) CreateArcSession

func (a *SimApiService) CreateArcSession(ctx context.Context, simId string) ApiCreateArcSessionRequest

CreateArcSession SORACOM Arc セッションの作成

SORACOM Arc セッションの作成を行います。すでにセッションが存在する場合は再作成を行います。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象とする SIM の SIM ID
@return ApiCreateArcSessionRequest

func (*SimApiService) CreateArcSessionExecute

Execute executes the request

@return ArcSessionCreateResponse

func (*SimApiService) CreateSim

CreateSim SIM の新規作成

SIM の新規作成を行います (例: SORACOM Arc のバーチャル SIM)。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSimRequest

func (*SimApiService) CreateSimExecute

func (a *SimApiService) CreateSimExecute(r ApiCreateSimRequest) (*Sim, *http.Response, error)

Execute executes the request

@return Sim

func (*SimApiService) CreateSimPacketCaptureSession

func (a *SimApiService) CreateSimPacketCaptureSession(ctx context.Context, simId string) ApiCreateSimPacketCaptureSessionRequest

CreateSimPacketCaptureSession Create Packet Capture Session

指定した SIM に対するパケットキャプチャセッションを作成する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId パケットキャプチャセッションを作成する SIM の ID
@return ApiCreateSimPacketCaptureSessionRequest

func (*SimApiService) CreateSimPacketCaptureSessionExecute

func (a *SimApiService) CreateSimPacketCaptureSessionExecute(r ApiCreateSimPacketCaptureSessionRequest) (*PacketCaptureSession, *http.Response, error)

Execute executes the request

@return PacketCaptureSession

func (*SimApiService) DeactivateSim

func (a *SimApiService) DeactivateSim(ctx context.Context, simId string) ApiDeactivateSimRequest

DeactivateSim Deactivate SIM

指定した SIM のステータスを「休止中 (inactive)」に変更する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@return ApiDeactivateSimRequest

func (*SimApiService) DeactivateSimExecute

func (a *SimApiService) DeactivateSimExecute(r ApiDeactivateSimRequest) (*Sim, *http.Response, error)

Execute executes the request

@return Sim

func (*SimApiService) DeleteSimPacketCaptureSession

func (a *SimApiService) DeleteSimPacketCaptureSession(ctx context.Context, simId string, sessionId string) ApiDeleteSimPacketCaptureSessionRequest

DeleteSimPacketCaptureSession Delete Packet Capture Session

指定した SIM に対するパケットキャプチャを削除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@param sessionId 対象のパケットキャプチャセッション ID
@return ApiDeleteSimPacketCaptureSessionRequest

func (*SimApiService) DeleteSimPacketCaptureSessionExecute

func (a *SimApiService) DeleteSimPacketCaptureSessionExecute(r ApiDeleteSimPacketCaptureSessionRequest) (*PacketCaptureSession, *http.Response, error)

Execute executes the request

@return PacketCaptureSession

func (*SimApiService) DeleteSimSession

func (a *SimApiService) DeleteSimSession(ctx context.Context, simId string) ApiDeleteSimSessionRequest

DeleteSimSession Delete Session

指定した SIM のセッションを切断する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@return ApiDeleteSimSessionRequest

func (*SimApiService) DeleteSimSessionExecute

func (a *SimApiService) DeleteSimSessionExecute(r ApiDeleteSimSessionRequest) (*Sim, *http.Response, error)

Execute executes the request

@return Sim

func (*SimApiService) DeleteSimTag

func (a *SimApiService) DeleteSimTag(ctx context.Context, simId string, tagName string) ApiDeleteSimTagRequest

DeleteSimTag Delete SIM Tag

指定した SIM のタグを削除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@param tagName 削除対象のタグ名(URL の Path の一部になるので、パーセントエンコーディングを施す。JavaScript なら encodeURIComponent() したものを指定する)
@return ApiDeleteSimTagRequest

func (*SimApiService) DeleteSimTagExecute

func (a *SimApiService) DeleteSimTagExecute(r ApiDeleteSimTagRequest) (*http.Response, error)

Execute executes the request

func (*SimApiService) DeleteSubscriptionContainerCountryMappingEntry

func (a *SimApiService) DeleteSubscriptionContainerCountryMappingEntry(ctx context.Context, simId string, iccid string, mcc string) ApiDeleteSubscriptionContainerCountryMappingEntryRequest

DeleteSubscriptionContainerCountryMappingEntry Delete subscription container mapping entries

Delete subscription container country mapping entries

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId SIM ID of the target SIM.
@param iccid Iccid of the target profile
@param mcc mobile country code
@return ApiDeleteSubscriptionContainerCountryMappingEntryRequest

func (*SimApiService) DeleteSubscriptionContainerCountryMappingEntryExecute

func (a *SimApiService) DeleteSubscriptionContainerCountryMappingEntryExecute(r ApiDeleteSubscriptionContainerCountryMappingEntryRequest) (*SubscriptionContainerStatus, *http.Response, error)

Execute executes the request

@return SubscriptionContainerStatus

func (*SimApiService) DisableSimTermination

func (a *SimApiService) DisableSimTermination(ctx context.Context, simId string) ApiDisableSimTerminationRequest

DisableSimTermination Disable Termination of SIM

指定した SIM の解約プロテクションを設定する (解約できないようにする)。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@return ApiDisableSimTerminationRequest

func (*SimApiService) DisableSimTerminationExecute

func (a *SimApiService) DisableSimTerminationExecute(r ApiDisableSimTerminationRequest) (*Sim, *http.Response, error)

Execute executes the request

@return Sim

func (*SimApiService) EnableSimTermination

func (a *SimApiService) EnableSimTermination(ctx context.Context, simId string) ApiEnableSimTerminationRequest

EnableSimTermination Enable Termination of SIM

指定した SIM の解約プロテクションを解除する (解約できるようにする)。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@return ApiEnableSimTerminationRequest

func (*SimApiService) EnableSimTerminationExecute

func (a *SimApiService) EnableSimTerminationExecute(r ApiEnableSimTerminationRequest) (*Sim, *http.Response, error)

Execute executes the request

@return Sim

func (*SimApiService) EnableSubscriptionContainer

func (a *SimApiService) EnableSubscriptionContainer(ctx context.Context, simId string, iccid string, containerId string) ApiEnableSubscriptionContainerRequest

EnableSubscriptionContainer Enables a subscription container.

Causes the identified container to become the active one on the Sim.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId SIM ID of the target SIM.
@param iccid Iccid of the target profile
@param containerId Identifier of the target container
@return ApiEnableSubscriptionContainerRequest

func (*SimApiService) EnableSubscriptionContainerExecute

Execute executes the request

@return SubscriptionContainerStatus

func (*SimApiService) GetDataFromSim

func (a *SimApiService) GetDataFromSim(ctx context.Context, simId string) ApiGetDataFromSimRequest

GetDataFromSim Get data sent from a SIM.

指定した SIM から送られたデータの中で、条件に合うエントリのリストを返す。データエントリの総数が 1 ページに収まらない場合は、次のページにアクセスするための URL を`Link`ヘッダに含めて返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId データ取得対象の SIM の ID
@return ApiGetDataFromSimRequest

func (*SimApiService) GetDataFromSimExecute

func (a *SimApiService) GetDataFromSimExecute(r ApiGetDataFromSimRequest) ([]DataEntry, *http.Response, error)

Execute executes the request

@return []DataEntry

func (*SimApiService) GetSim

func (a *SimApiService) GetSim(ctx context.Context, simId string) ApiGetSimRequest

GetSim Get SIM

指定した SIM の情報を取得する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@return ApiGetSimRequest

func (*SimApiService) GetSimExecute

func (a *SimApiService) GetSimExecute(r ApiGetSimRequest) (*Sim, *http.Response, error)

Execute executes the request

@return Sim

func (*SimApiService) GetSimPacketCaptureSession

func (a *SimApiService) GetSimPacketCaptureSession(ctx context.Context, simId string, sessionId string) ApiGetSimPacketCaptureSessionRequest

GetSimPacketCaptureSession Get Packet Capture Session

指定した SIM に対するパケットキャプチャセッションを取得する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@param sessionId 対象のパケットキャプチャセッション ID
@return ApiGetSimPacketCaptureSessionRequest

func (*SimApiService) GetSimPacketCaptureSessionExecute

func (a *SimApiService) GetSimPacketCaptureSessionExecute(r ApiGetSimPacketCaptureSessionRequest) (*PacketCaptureSession, *http.Response, error)

Execute executes the request

@return PacketCaptureSession

func (*SimApiService) ListSimPacketCaptureSessions

func (a *SimApiService) ListSimPacketCaptureSessions(ctx context.Context, simId string) ApiListSimPacketCaptureSessionsRequest

ListSimPacketCaptureSessions List packet capture sessions associated with the SIM

指定した SIM のパケットキャプチャセッションのリストを取得する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@return ApiListSimPacketCaptureSessionsRequest

func (*SimApiService) ListSimPacketCaptureSessionsExecute

func (a *SimApiService) ListSimPacketCaptureSessionsExecute(r ApiListSimPacketCaptureSessionsRequest) ([]PacketCaptureSession, *http.Response, error)

Execute executes the request

@return []PacketCaptureSession

func (*SimApiService) ListSimSessionEvents

func (a *SimApiService) ListSimSessionEvents(ctx context.Context, simId string) ApiListSimSessionEventsRequest

ListSimSessionEvents List Session Events

指定した SIM に関する過去 32 日間のセッション履歴 (作成 / 変更 / 切断のイベント履歴) を返す。イベントの総数が 1 ページに収まらない場合は、レスポンス中に次のページにアクセスするための URL を `Link` ヘッダに含めて返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@return ApiListSimSessionEventsRequest

func (*SimApiService) ListSimSessionEventsExecute

func (a *SimApiService) ListSimSessionEventsExecute(r ApiListSimSessionEventsRequest) ([]SessionEvent, *http.Response, error)

Execute executes the request

@return []SessionEvent

func (*SimApiService) ListSims

ListSims List SIMs

条件にマッチする SIM のリストを返す。SIM の総数が 1 ページに収まらない場合は、レスポンス中に次のページにアクセスするための URL を`Link`ヘッダに含めて返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListSimsRequest

func (*SimApiService) ListSimsExecute

func (a *SimApiService) ListSimsExecute(r ApiListSimsRequest) ([]Sim, *http.Response, error)

Execute executes the request

@return []Sim

func (*SimApiService) ListSubscriptionContainers

func (a *SimApiService) ListSubscriptionContainers(ctx context.Context, simId string, iccid string) ApiListSubscriptionContainersRequest

ListSubscriptionContainers Get subscription container status.

Returns a schema listing subscription containers and containing a map of PLMN codes to subscription containers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId Sim Id of the target SIM.
@param iccid Iccid of the target profile
@return ApiListSubscriptionContainersRequest

func (*SimApiService) ListSubscriptionContainersExecute

Execute executes the request

@return SubscriptionContainerStatus

func (*SimApiService) PutSimTags

func (a *SimApiService) PutSimTags(ctx context.Context, simId string) ApiPutSimTagsRequest

PutSimTags Bulk Insert or Update SIM Tags

指定した SIM のタグを追加 / 更新する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@return ApiPutSimTagsRequest

func (*SimApiService) PutSimTagsExecute

func (a *SimApiService) PutSimTagsExecute(r ApiPutSimTagsRequest) (*Sim, *http.Response, error)

Execute executes the request

@return Sim

func (*SimApiService) PutSubscriptionContainerCountryMappingEntries

func (a *SimApiService) PutSubscriptionContainerCountryMappingEntries(ctx context.Context, simId string, iccid string) ApiPutSubscriptionContainerCountryMappingEntriesRequest

PutSubscriptionContainerCountryMappingEntries Updates subscription container country mapping entries.

Inserts/updates Country (and optionally network) to subscription container mapping entries in the mapping table.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId SIM ID of the target SIM.
@param iccid Iccid of the target profile
@return ApiPutSubscriptionContainerCountryMappingEntriesRequest

func (*SimApiService) PutSubscriptionContainerCountryMappingEntriesExecute

func (a *SimApiService) PutSubscriptionContainerCountryMappingEntriesExecute(r ApiPutSubscriptionContainerCountryMappingEntriesRequest) (*SubscriptionContainerStatus, *http.Response, error)

Execute executes the request

@return SubscriptionContainerStatus

func (*SimApiService) RegisterSim

func (a *SimApiService) RegisterSim(ctx context.Context, simId string) ApiRegisterSimRequest

RegisterSim Register SIM

オペレーターに SIM を登録する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@return ApiRegisterSimRequest

func (*SimApiService) RegisterSimExecute

func (a *SimApiService) RegisterSimExecute(r ApiRegisterSimRequest) (*Sim, *http.Response, error)

Execute executes the request

@return Sim

func (*SimApiService) RemoveArcSimCredentials

func (a *SimApiService) RemoveArcSimCredentials(ctx context.Context, simId string) ApiRemoveArcSimCredentialsRequest

RemoveArcSimCredentials (非推奨) Arc のクレデンシャルを SIM から除去

(非推奨の API です。利用しないでください) SORACOM Arc のクレデンシャル (公開鍵) を SIM から除去します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象とする SIM の SIM ID
@return ApiRemoveArcSimCredentialsRequest

Deprecated

func (*SimApiService) RemoveArcSimCredentialsExecute

func (a *SimApiService) RemoveArcSimCredentialsExecute(r ApiRemoveArcSimCredentialsRequest) (*http.Response, error)

Execute executes the request Deprecated

func (*SimApiService) RenewArcSimCredentials

func (a *SimApiService) RenewArcSimCredentials(ctx context.Context, simId string) ApiRenewArcSimCredentialsRequest

RenewArcSimCredentials SIM に対する Arc のクレデンシャルを更新する

SIM に Arc のクレデンシャルを付与し、セッションの再初期化処理を行います

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象とする SIM の SIM ID
@return ApiRenewArcSimCredentialsRequest

func (*SimApiService) RenewArcSimCredentialsExecute

Execute executes the request

@return ArcCredentialRenewResponse

func (*SimApiService) ReportSimLocalInfo

func (a *SimApiService) ReportSimLocalInfo(ctx context.Context, simId string) ApiReportSimLocalInfoRequest

ReportSimLocalInfo SIM ローカル情報レポートを取得する

SIM ローカル情報レポートを取得します。

**Alert**: SIM ローカル情報レポート取得のリクエスト 1 件につき、IoT デバイスへの SMS 送信 1 通が発生します。IoT デバイスへの SMS 送信は有料です。利用料金について詳しくは、以下のページを参照してください。 - [SMS 機能](https://soracom.jp/services/air/cellular/price_iot_sim/#sms) (グローバルカバレッジ) - [SMS 機能](https://soracom.jp/services/air/cellular/price_specific_area_sim/#price5) (日本カバレッジ)

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM の ID
@return ApiReportSimLocalInfoRequest

func (*SimApiService) ReportSimLocalInfoExecute

func (a *SimApiService) ReportSimLocalInfoExecute(r ApiReportSimLocalInfoRequest) (*Subscriber, *http.Response, error)

Execute executes the request

@return Subscriber

func (*SimApiService) SendDownlinkPing

func (a *SimApiService) SendDownlinkPing(ctx context.Context, simId string) ApiSendDownlinkPingRequest

SendDownlinkPing SIM に対して ping リクエストを送信する。

SIM に対して ICMP ping リクエストを送信する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM の SIM ID
@return ApiSendDownlinkPingRequest

func (*SimApiService) SendDownlinkPingExecute

Execute executes the request

@return DownlinkPingResponse

func (*SimApiService) SendSmsToSim

func (a *SimApiService) SendSmsToSim(ctx context.Context, simId string) ApiSendSmsToSimRequest

SendSmsToSim Send SMS to SIM

指定した SIM 宛に SMS を送信する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId SMS 送信対象の SIM の ID
@return ApiSendSmsToSimRequest

func (*SimApiService) SendSmsToSimExecute

Execute executes the request

@return SmsForwardingReport

func (*SimApiService) SetSimExpiryTime

func (a *SimApiService) SetSimExpiryTime(ctx context.Context, simId string) ApiSetSimExpiryTimeRequest

SetSimExpiryTime Update Expiry Time of SIM

指定した SIM の有効期限とアクションを設定する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@return ApiSetSimExpiryTimeRequest

func (*SimApiService) SetSimExpiryTimeExecute

func (a *SimApiService) SetSimExpiryTimeExecute(r ApiSetSimExpiryTimeRequest) (*Sim, *http.Response, error)

Execute executes the request

@return Sim

func (*SimApiService) SetSimGroup

func (a *SimApiService) SetSimGroup(ctx context.Context, simId string) ApiSetSimGroupRequest

SetSimGroup Set Group to SIM

指定した SIM のグループを設定する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@return ApiSetSimGroupRequest

func (*SimApiService) SetSimGroupExecute

func (a *SimApiService) SetSimGroupExecute(r ApiSetSimGroupRequest) (*Sim, *http.Response, error)

Execute executes the request

@return Sim

func (*SimApiService) SetSimImeiLock

func (a *SimApiService) SetSimImeiLock(ctx context.Context, simId string) ApiSetSimImeiLockRequest

SetSimImeiLock Set IMEI lock configuration for SIM.

指定した SIM の IMEI ロックを設定する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@return ApiSetSimImeiLockRequest

func (*SimApiService) SetSimImeiLockExecute

func (a *SimApiService) SetSimImeiLockExecute(r ApiSetSimImeiLockRequest) (*Sim, *http.Response, error)

Execute executes the request

@return Sim

func (*SimApiService) SetSimToStandby

func (a *SimApiService) SetSimToStandby(ctx context.Context, simId string) ApiSetSimToStandbyRequest

SetSimToStandby Set SIM to standby mode.

指定した SIM のステータスを「利用開始待ち (standby)」に変更する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@return ApiSetSimToStandbyRequest

func (*SimApiService) SetSimToStandbyExecute

func (a *SimApiService) SetSimToStandbyExecute(r ApiSetSimToStandbyRequest) (*Sim, *http.Response, error)

Execute executes the request

@return Sim

func (*SimApiService) StopSimPacketCaptureSession

func (a *SimApiService) StopSimPacketCaptureSession(ctx context.Context, simId string, sessionId string) ApiStopSimPacketCaptureSessionRequest

StopSimPacketCaptureSession Stop SIM Packet Capture Session

指定した SIM に対するパケットキャプチャを停止する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@param sessionId 対象のパケットキャプチャセッション ID
@return ApiStopSimPacketCaptureSessionRequest

func (*SimApiService) StopSimPacketCaptureSessionExecute

func (a *SimApiService) StopSimPacketCaptureSessionExecute(r ApiStopSimPacketCaptureSessionRequest) (*PacketCaptureSession, *http.Response, error)

Execute executes the request

@return PacketCaptureSession

func (*SimApiService) SuspendSim

func (a *SimApiService) SuspendSim(ctx context.Context, simId string) ApiSuspendSimRequest

SuspendSim Suspend SIM

指定した SIM のステータスを「利用中断中 (suspended)」に変更する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@return ApiSuspendSimRequest

func (*SimApiService) SuspendSimExecute

func (a *SimApiService) SuspendSimExecute(r ApiSuspendSimRequest) (*Sim, *http.Response, error)

Execute executes the request

@return Sim

func (*SimApiService) TerminateSim

func (a *SimApiService) TerminateSim(ctx context.Context, simId string) ApiTerminateSimRequest

TerminateSim Terminate SIM

指定した SIM を解約する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@return ApiTerminateSimRequest

func (*SimApiService) TerminateSimExecute

func (a *SimApiService) TerminateSimExecute(r ApiTerminateSimRequest) (*Sim, *http.Response, error)

Execute executes the request

@return Sim

func (*SimApiService) TerminateSubscriptionContainer

func (a *SimApiService) TerminateSubscriptionContainer(ctx context.Context, simId string, iccid string, imsi string) ApiTerminateSubscriptionContainerRequest

TerminateSubscriptionContainer セカンダリサブスクリプションの利用終了

セカンダリサブスクリプションの利用を終了します。現在、SORACOM Arc のセカンダリサブスクリプションのバーチャル SIM/Subscriber の解約のみに対応しています。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象のプライマリサブスクリプションの IoT SIM の SIM ID
@param iccid 対象のプライマリサブスクリプションの IoT SIM の ICCID
@param imsi 対象のセカンダリサブスクリプションのバーチャル SIM/Subscriber の IMSI
@return ApiTerminateSubscriptionContainerRequest

func (*SimApiService) TerminateSubscriptionContainerExecute

func (a *SimApiService) TerminateSubscriptionContainerExecute(r ApiTerminateSubscriptionContainerRequest) (*http.Response, error)

Execute executes the request

func (*SimApiService) UnsetSimExpiryTime

func (a *SimApiService) UnsetSimExpiryTime(ctx context.Context, simId string) ApiUnsetSimExpiryTimeRequest

UnsetSimExpiryTime Delete Expiry Time of SIM

指定した SIM の有効期限を解除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@return ApiUnsetSimExpiryTimeRequest

func (*SimApiService) UnsetSimExpiryTimeExecute

func (a *SimApiService) UnsetSimExpiryTimeExecute(r ApiUnsetSimExpiryTimeRequest) (*http.Response, error)

Execute executes the request

func (*SimApiService) UnsetSimGroup

func (a *SimApiService) UnsetSimGroup(ctx context.Context, simId string) ApiUnsetSimGroupRequest

UnsetSimGroup Unset Group to SIM

指定した SIM のグループ設定を解除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@return ApiUnsetSimGroupRequest

func (*SimApiService) UnsetSimGroupExecute

func (a *SimApiService) UnsetSimGroupExecute(r ApiUnsetSimGroupRequest) (*Sim, *http.Response, error)

Execute executes the request

@return Sim

func (*SimApiService) UnsetSimImeiLock

func (a *SimApiService) UnsetSimImeiLock(ctx context.Context, simId string) ApiUnsetSimImeiLockRequest

UnsetSimImeiLock Unset IMEI lock configuration for SIM.

指定した SIM の IMEI ロックを解除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@return ApiUnsetSimImeiLockRequest

func (*SimApiService) UnsetSimImeiLockExecute

func (a *SimApiService) UnsetSimImeiLockExecute(r ApiUnsetSimImeiLockRequest) (*Sim, *http.Response, error)

Execute executes the request

@return Sim

func (*SimApiService) UpdateSimSpeedClass

func (a *SimApiService) UpdateSimSpeedClass(ctx context.Context, simId string) ApiUpdateSimSpeedClassRequest

UpdateSimSpeedClass Update SIM speed class

指定した SIM の速度クラスを変更する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId 対象の SIM ID
@return ApiUpdateSimSpeedClassRequest

func (*SimApiService) UpdateSimSpeedClassExecute

func (a *SimApiService) UpdateSimSpeedClassExecute(r ApiUpdateSimSpeedClassRequest) (*Sim, *http.Response, error)

Execute executes the request

@return Sim

type SimProfile

type SimProfile struct {
	ArcClientPeerPrivateKey *string                          `json:"arcClientPeerPrivateKey,omitempty"`
	ArcClientPeerPublicKey  *string                          `json:"arcClientPeerPublicKey,omitempty"`
	Iccid                   *string                          `json:"iccid,omitempty"`
	OtaSupported            *bool                            `json:"otaSupported,omitempty"`
	PrimaryImsi             *string                          `json:"primaryImsi,omitempty"`
	Subscribers             *map[string]SimplifiedSubscriber `json:"subscribers,omitempty"`
}

SimProfile struct for SimProfile

func NewSimProfile

func NewSimProfile() *SimProfile

NewSimProfile instantiates a new SimProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSimProfileWithDefaults

func NewSimProfileWithDefaults() *SimProfile

NewSimProfileWithDefaults instantiates a new SimProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SimProfile) GetArcClientPeerPrivateKey

func (o *SimProfile) GetArcClientPeerPrivateKey() string

GetArcClientPeerPrivateKey returns the ArcClientPeerPrivateKey field value if set, zero value otherwise.

func (*SimProfile) GetArcClientPeerPrivateKeyOk

func (o *SimProfile) GetArcClientPeerPrivateKeyOk() (*string, bool)

GetArcClientPeerPrivateKeyOk returns a tuple with the ArcClientPeerPrivateKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SimProfile) GetArcClientPeerPublicKey

func (o *SimProfile) GetArcClientPeerPublicKey() string

GetArcClientPeerPublicKey returns the ArcClientPeerPublicKey field value if set, zero value otherwise.

func (*SimProfile) GetArcClientPeerPublicKeyOk

func (o *SimProfile) GetArcClientPeerPublicKeyOk() (*string, bool)

GetArcClientPeerPublicKeyOk returns a tuple with the ArcClientPeerPublicKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SimProfile) GetIccid

func (o *SimProfile) GetIccid() string

GetIccid returns the Iccid field value if set, zero value otherwise.

func (*SimProfile) GetIccidOk

func (o *SimProfile) GetIccidOk() (*string, bool)

GetIccidOk returns a tuple with the Iccid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SimProfile) GetOtaSupported

func (o *SimProfile) GetOtaSupported() bool

GetOtaSupported returns the OtaSupported field value if set, zero value otherwise.

func (*SimProfile) GetOtaSupportedOk

func (o *SimProfile) GetOtaSupportedOk() (*bool, bool)

GetOtaSupportedOk returns a tuple with the OtaSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SimProfile) GetPrimaryImsi

func (o *SimProfile) GetPrimaryImsi() string

GetPrimaryImsi returns the PrimaryImsi field value if set, zero value otherwise.

func (*SimProfile) GetPrimaryImsiOk

func (o *SimProfile) GetPrimaryImsiOk() (*string, bool)

GetPrimaryImsiOk returns a tuple with the PrimaryImsi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SimProfile) GetSubscribers

func (o *SimProfile) GetSubscribers() map[string]SimplifiedSubscriber

GetSubscribers returns the Subscribers field value if set, zero value otherwise.

func (*SimProfile) GetSubscribersOk

func (o *SimProfile) GetSubscribersOk() (*map[string]SimplifiedSubscriber, bool)

GetSubscribersOk returns a tuple with the Subscribers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SimProfile) HasArcClientPeerPrivateKey

func (o *SimProfile) HasArcClientPeerPrivateKey() bool

HasArcClientPeerPrivateKey returns a boolean if a field has been set.

func (*SimProfile) HasArcClientPeerPublicKey

func (o *SimProfile) HasArcClientPeerPublicKey() bool

HasArcClientPeerPublicKey returns a boolean if a field has been set.

func (*SimProfile) HasIccid

func (o *SimProfile) HasIccid() bool

HasIccid returns a boolean if a field has been set.

func (*SimProfile) HasOtaSupported

func (o *SimProfile) HasOtaSupported() bool

HasOtaSupported returns a boolean if a field has been set.

func (*SimProfile) HasPrimaryImsi

func (o *SimProfile) HasPrimaryImsi() bool

HasPrimaryImsi returns a boolean if a field has been set.

func (*SimProfile) HasSubscribers

func (o *SimProfile) HasSubscribers() bool

HasSubscribers returns a boolean if a field has been set.

func (SimProfile) MarshalJSON

func (o SimProfile) MarshalJSON() ([]byte, error)

func (*SimProfile) SetArcClientPeerPrivateKey

func (o *SimProfile) SetArcClientPeerPrivateKey(v string)

SetArcClientPeerPrivateKey gets a reference to the given string and assigns it to the ArcClientPeerPrivateKey field.

func (*SimProfile) SetArcClientPeerPublicKey

func (o *SimProfile) SetArcClientPeerPublicKey(v string)

SetArcClientPeerPublicKey gets a reference to the given string and assigns it to the ArcClientPeerPublicKey field.

func (*SimProfile) SetIccid

func (o *SimProfile) SetIccid(v string)

SetIccid gets a reference to the given string and assigns it to the Iccid field.

func (*SimProfile) SetOtaSupported

func (o *SimProfile) SetOtaSupported(v bool)

SetOtaSupported gets a reference to the given bool and assigns it to the OtaSupported field.

func (*SimProfile) SetPrimaryImsi

func (o *SimProfile) SetPrimaryImsi(v string)

SetPrimaryImsi gets a reference to the given string and assigns it to the PrimaryImsi field.

func (*SimProfile) SetSubscribers

func (o *SimProfile) SetSubscribers(v map[string]SimplifiedSubscriber)

SetSubscribers gets a reference to the given map[string]SimplifiedSubscriber and assigns it to the Subscribers field.

type SimplifiedSubscriber

type SimplifiedSubscriber struct {
	Bundles      []string      `json:"bundles,omitempty"`
	Capabilities *Capabilities `json:"capabilities,omitempty"`
	Imsi         *string       `json:"imsi,omitempty"`
	Msisdn       *string       `json:"msisdn,omitempty"`
	Status       *string       `json:"status,omitempty"`
	Subscription *string       `json:"subscription,omitempty"`
}

SimplifiedSubscriber struct for SimplifiedSubscriber

func NewSimplifiedSubscriber

func NewSimplifiedSubscriber() *SimplifiedSubscriber

NewSimplifiedSubscriber instantiates a new SimplifiedSubscriber object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSimplifiedSubscriberWithDefaults

func NewSimplifiedSubscriberWithDefaults() *SimplifiedSubscriber

NewSimplifiedSubscriberWithDefaults instantiates a new SimplifiedSubscriber object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SimplifiedSubscriber) GetBundles

func (o *SimplifiedSubscriber) GetBundles() []string

GetBundles returns the Bundles field value if set, zero value otherwise.

func (*SimplifiedSubscriber) GetBundlesOk

func (o *SimplifiedSubscriber) GetBundlesOk() ([]string, bool)

GetBundlesOk returns a tuple with the Bundles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SimplifiedSubscriber) GetCapabilities

func (o *SimplifiedSubscriber) GetCapabilities() Capabilities

GetCapabilities returns the Capabilities field value if set, zero value otherwise.

func (*SimplifiedSubscriber) GetCapabilitiesOk

func (o *SimplifiedSubscriber) GetCapabilitiesOk() (*Capabilities, bool)

GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SimplifiedSubscriber) GetImsi

func (o *SimplifiedSubscriber) GetImsi() string

GetImsi returns the Imsi field value if set, zero value otherwise.

func (*SimplifiedSubscriber) GetImsiOk

func (o *SimplifiedSubscriber) GetImsiOk() (*string, bool)

GetImsiOk returns a tuple with the Imsi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SimplifiedSubscriber) GetMsisdn

func (o *SimplifiedSubscriber) GetMsisdn() string

GetMsisdn returns the Msisdn field value if set, zero value otherwise.

func (*SimplifiedSubscriber) GetMsisdnOk

func (o *SimplifiedSubscriber) GetMsisdnOk() (*string, bool)

GetMsisdnOk returns a tuple with the Msisdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SimplifiedSubscriber) GetStatus

func (o *SimplifiedSubscriber) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*SimplifiedSubscriber) GetStatusOk

func (o *SimplifiedSubscriber) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SimplifiedSubscriber) GetSubscription

func (o *SimplifiedSubscriber) GetSubscription() string

GetSubscription returns the Subscription field value if set, zero value otherwise.

func (*SimplifiedSubscriber) GetSubscriptionOk

func (o *SimplifiedSubscriber) GetSubscriptionOk() (*string, bool)

GetSubscriptionOk returns a tuple with the Subscription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SimplifiedSubscriber) HasBundles

func (o *SimplifiedSubscriber) HasBundles() bool

HasBundles returns a boolean if a field has been set.

func (*SimplifiedSubscriber) HasCapabilities

func (o *SimplifiedSubscriber) HasCapabilities() bool

HasCapabilities returns a boolean if a field has been set.

func (*SimplifiedSubscriber) HasImsi

func (o *SimplifiedSubscriber) HasImsi() bool

HasImsi returns a boolean if a field has been set.

func (*SimplifiedSubscriber) HasMsisdn

func (o *SimplifiedSubscriber) HasMsisdn() bool

HasMsisdn returns a boolean if a field has been set.

func (*SimplifiedSubscriber) HasStatus

func (o *SimplifiedSubscriber) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*SimplifiedSubscriber) HasSubscription

func (o *SimplifiedSubscriber) HasSubscription() bool

HasSubscription returns a boolean if a field has been set.

func (SimplifiedSubscriber) MarshalJSON

func (o SimplifiedSubscriber) MarshalJSON() ([]byte, error)

func (*SimplifiedSubscriber) SetBundles

func (o *SimplifiedSubscriber) SetBundles(v []string)

SetBundles gets a reference to the given []string and assigns it to the Bundles field.

func (*SimplifiedSubscriber) SetCapabilities

func (o *SimplifiedSubscriber) SetCapabilities(v Capabilities)

SetCapabilities gets a reference to the given Capabilities and assigns it to the Capabilities field.

func (*SimplifiedSubscriber) SetImsi

func (o *SimplifiedSubscriber) SetImsi(v string)

SetImsi gets a reference to the given string and assigns it to the Imsi field.

func (*SimplifiedSubscriber) SetMsisdn

func (o *SimplifiedSubscriber) SetMsisdn(v string)

SetMsisdn gets a reference to the given string and assigns it to the Msisdn field.

func (*SimplifiedSubscriber) SetStatus

func (o *SimplifiedSubscriber) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*SimplifiedSubscriber) SetSubscription

func (o *SimplifiedSubscriber) SetSubscription(v string)

SetSubscription gets a reference to the given string and assigns it to the Subscription field.

type SmsForwardingReport

type SmsForwardingReport struct {
	MessageId *string `json:"messageId,omitempty"`
}

SmsForwardingReport struct for SmsForwardingReport

func NewSmsForwardingReport

func NewSmsForwardingReport() *SmsForwardingReport

NewSmsForwardingReport instantiates a new SmsForwardingReport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmsForwardingReportWithDefaults

func NewSmsForwardingReportWithDefaults() *SmsForwardingReport

NewSmsForwardingReportWithDefaults instantiates a new SmsForwardingReport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmsForwardingReport) GetMessageId

func (o *SmsForwardingReport) GetMessageId() string

GetMessageId returns the MessageId field value if set, zero value otherwise.

func (*SmsForwardingReport) GetMessageIdOk

func (o *SmsForwardingReport) GetMessageIdOk() (*string, bool)

GetMessageIdOk returns a tuple with the MessageId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsForwardingReport) HasMessageId

func (o *SmsForwardingReport) HasMessageId() bool

HasMessageId returns a boolean if a field has been set.

func (SmsForwardingReport) MarshalJSON

func (o SmsForwardingReport) MarshalJSON() ([]byte, error)

func (*SmsForwardingReport) SetMessageId

func (o *SmsForwardingReport) SetMessageId(v string)

SetMessageId gets a reference to the given string and assigns it to the MessageId field.

type SmsForwardingRequest

type SmsForwardingRequest struct {
	// メッセージ本体のエンコーディングタイプ。デフォルトは `2` (`DCS_UCS2`)。 - `1`: GSM 7 ビット標準アルファベットを送信できます。漢字やキリル文字、アラビア文字などは送信できません。最大 160 文字 (最大 140 バイト)。      例: `{\"encodingType\":1, \"payload\":\"Test message.\"}` - `2`: UCS-2 で送信する。漢字やキリル文字、アラビア文字などを送信できます。最大 70 文字。      例: `{\"encodingType\":2, \"payload\":\"テストメッセージ\"}`
	EncodingType *int32  `json:"encodingType,omitempty"`
	Payload      *string `json:"payload,omitempty"`
}

SmsForwardingRequest struct for SmsForwardingRequest

func NewSmsForwardingRequest

func NewSmsForwardingRequest() *SmsForwardingRequest

NewSmsForwardingRequest instantiates a new SmsForwardingRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmsForwardingRequestWithDefaults

func NewSmsForwardingRequestWithDefaults() *SmsForwardingRequest

NewSmsForwardingRequestWithDefaults instantiates a new SmsForwardingRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmsForwardingRequest) GetEncodingType

func (o *SmsForwardingRequest) GetEncodingType() int32

GetEncodingType returns the EncodingType field value if set, zero value otherwise.

func (*SmsForwardingRequest) GetEncodingTypeOk

func (o *SmsForwardingRequest) GetEncodingTypeOk() (*int32, bool)

GetEncodingTypeOk returns a tuple with the EncodingType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsForwardingRequest) GetPayload

func (o *SmsForwardingRequest) GetPayload() string

GetPayload returns the Payload field value if set, zero value otherwise.

func (*SmsForwardingRequest) GetPayloadOk

func (o *SmsForwardingRequest) GetPayloadOk() (*string, bool)

GetPayloadOk returns a tuple with the Payload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsForwardingRequest) HasEncodingType

func (o *SmsForwardingRequest) HasEncodingType() bool

HasEncodingType returns a boolean if a field has been set.

func (*SmsForwardingRequest) HasPayload

func (o *SmsForwardingRequest) HasPayload() bool

HasPayload returns a boolean if a field has been set.

func (SmsForwardingRequest) MarshalJSON

func (o SmsForwardingRequest) MarshalJSON() ([]byte, error)

func (*SmsForwardingRequest) SetEncodingType

func (o *SmsForwardingRequest) SetEncodingType(v int32)

SetEncodingType gets a reference to the given int32 and assigns it to the EncodingType field.

func (*SmsForwardingRequest) SetPayload

func (o *SmsForwardingRequest) SetPayload(v string)

SetPayload gets a reference to the given string and assigns it to the Payload field.

type SoraCamApiService

type SoraCamApiService service

SoraCamApiService SoraCamApi service

func (*SoraCamApiService) ExportSoraCamDeviceRecordedImage

func (a *SoraCamApiService) ExportSoraCamDeviceRecordedImage(ctx context.Context, deviceId string) ApiExportSoraCamDeviceRecordedImageRequest

ExportSoraCamDeviceRecordedImage クラウド常時録画で保存された録画映像から静止画をエクスポートする処理を開始する

クラウド常時録画で保存された録画映像から静止画を切り出してエクスポートする処理を開始します。エクスポート処理は非同期で処理されます。エクスポート処理の進捗や、エクスポートしたファイルの URL は、[`SoraCam:listSoraCamDeviceImageExports API`](/ja-jp/tools/api/reference/#/SoraCam/listSoraCamDeviceImageExports) で取得できます。URL には有効期限が設定されています。

- URL を取得した時点で、ダウンロード状況にかかわらず動画の視聴可能時間 (1 か月 72 時間) が消費されます。 - エクスポート処理の結果はキャッシュされません。同じ時間を 2 回エクスポートすると、動画の視聴可能時間 (1 か月 72 時間) は 2 回分が消費されます。

**Warning**: この API を SAM ユーザーの API キーと API トークンで実行する場合は、SAM ユーザーに、この API を呼び出すために必要な権限 (例: `SoraCam:*`) に加えて、`OAuth2:authorize` を実行する権限を追加してください。権限設定について詳しくは、[SAM ユーザーの権限を設定する](/ja-jp/docs/sam/set-permissions/) を参照してください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象のソラカメ対応カメラのデバイス ID
@return ApiExportSoraCamDeviceRecordedImageRequest

func (*SoraCamApiService) ExportSoraCamDeviceRecordedImageExecute

func (a *SoraCamApiService) ExportSoraCamDeviceRecordedImageExecute(r ApiExportSoraCamDeviceRecordedImageRequest) (*SoraCamImageExportInfo, *http.Response, error)

Execute executes the request

@return SoraCamImageExportInfo

func (*SoraCamApiService) ExportSoraCamDeviceRecordedVideo

func (a *SoraCamApiService) ExportSoraCamDeviceRecordedVideo(ctx context.Context, deviceId string) ApiExportSoraCamDeviceRecordedVideoRequest

ExportSoraCamDeviceRecordedVideo クラウド常時録画で保存された録画映像をエクスポートする処理を開始する

クラウド常時録画で保存された録画映像を、ダウンロードできる方式 (mp4 ファイルを zip 形式で圧縮したファイル) でエクスポートする処理を開始します。エクスポート処理は非同期で処理されます。エクスポート処理の進捗や、エクスポートしたファイルの URL は、[`SoraCam:listSoraCamDeviceVideoExports API`](/ja-jp/tools/api/reference/#/SoraCam/listSoraCamDeviceVideoExports) で取得できます。URL には有効期限が設定されています。

- ひとつの URL でエクスポートできる時間は最大 300 秒 (5 分) です。 - URL を取得した時点で、ダウンロード状況にかかわらず動画の視聴可能時間 (1 か月 72 時間) が消費されます。 - エクスポート処理の結果はキャッシュされません。同じ時間を 2 回エクスポートすると、動画の視聴可能時間 (1 か月 72 時間) は 2 回分が消費されます。

**Warning**: この API を SAM ユーザーの API キーと API トークンで実行する場合は、SAM ユーザーに、この API を呼び出すために必要な権限 (例: `SoraCam:*`) に加えて、`OAuth2:authorize` を実行する権限を追加してください。権限設定について詳しくは、[SAM ユーザーの権限を設定する](/ja-jp/docs/sam/set-permissions/) を参照してください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象のソラカメ対応カメラのデバイス ID
@return ApiExportSoraCamDeviceRecordedVideoRequest

func (*SoraCamApiService) ExportSoraCamDeviceRecordedVideoExecute

func (a *SoraCamApiService) ExportSoraCamDeviceRecordedVideoExecute(r ApiExportSoraCamDeviceRecordedVideoRequest) (*SoraCamVideoExportInfo, *http.Response, error)

Execute executes the request

@return SoraCamVideoExportInfo

func (*SoraCamApiService) GetSoraCamDevice

func (a *SoraCamApiService) GetSoraCamDevice(ctx context.Context, deviceId string) ApiGetSoraCamDeviceRequest

GetSoraCamDevice ソラカメ対応カメラの情報を取得する

`device_id` で指定したソラカメ対応カメラの情報を取得します。

**Warning**: この API を SAM ユーザーの API キーと API トークンで実行する場合は、SAM ユーザーに、この API を呼び出すために必要な権限 (例: `SoraCam:*`) に加えて、`OAuth2:authorize` を実行する権限を追加してください。権限設定について詳しくは、[SAM ユーザーの権限を設定する](/ja-jp/docs/sam/set-permissions/) を参照してください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象のソラカメ対応カメラのデバイス ID
@return ApiGetSoraCamDeviceRequest

func (*SoraCamApiService) GetSoraCamDeviceExecute

func (a *SoraCamApiService) GetSoraCamDeviceExecute(r ApiGetSoraCamDeviceRequest) (*SoraCamDevice, *http.Response, error)

Execute executes the request

@return SoraCamDevice

func (*SoraCamApiService) GetSoraCamDeviceExportUsage

func (a *SoraCamApiService) GetSoraCamDeviceExportUsage(ctx context.Context, deviceId string) ApiGetSoraCamDeviceExportUsageRequest

GetSoraCamDeviceExportUsage ソラカメ対応カメラの静止画のエクスポート可能枚数や録画映像のエクスポート可能時間を取得する

静止画の残りのエクスポート可能枚数や、録画映像の残りのエクスポート可能時間などを取得します。

**Warning**: 静止画をエクスポートしても、録画映像をエクスポートしても、動画の視聴可能時間 (1 か月 72 時間) が消費されます。

**Warning**: この API を SAM ユーザーの API キーと API トークンで実行する場合は、SAM ユーザーに、この API を呼び出すために必要な権限 (例: `SoraCam:*`) に加えて、`OAuth2:authorize` を実行する権限を追加してください。権限設定について詳しくは、[SAM ユーザーの権限を設定する](/ja-jp/docs/sam/set-permissions/) を参照してください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象のソラカメ対応カメラのデバイス ID
@return ApiGetSoraCamDeviceExportUsageRequest

func (*SoraCamApiService) GetSoraCamDeviceExportUsageExecute

func (a *SoraCamApiService) GetSoraCamDeviceExportUsageExecute(r ApiGetSoraCamDeviceExportUsageRequest) (*SoraCamExportUsage, *http.Response, error)

Execute executes the request

@return SoraCamExportUsage

func (*SoraCamApiService) GetSoraCamDeviceExportedImage

func (a *SoraCamApiService) GetSoraCamDeviceExportedImage(ctx context.Context, deviceId string, exportId string) ApiGetSoraCamDeviceExportedImageRequest

GetSoraCamDeviceExportedImage クラウド常時録画で保存された録画映像から静止画をエクスポートする処理の現在の状況を取得する

[`SoraCam:exportSoraCamDeviceRecordedImage API`](/ja-jp/tools/api/reference/#/SoraCam/exportSoraCamDeviceRecordedImage) で開始した「録画映像から静止画をエクスポートする処理」の現在の状況をリストで取得します。この API では、対象を 1 つのエクスポート処理に限定します。

**Warning**: この API を SAM ユーザーの API キーと API トークンで実行する場合は、SAM ユーザーに、この API を呼び出すために必要な権限 (例: `SoraCam:*`) に加えて、`OAuth2:authorize` を実行する権限を追加してください。権限設定について詳しくは、[SAM ユーザーの権限を設定する](/ja-jp/docs/sam/set-permissions/) を参照してください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象のソラカメ対応カメラのデバイス ID
@param exportId 対象のエクスポート処理のエクスポート ID
@return ApiGetSoraCamDeviceExportedImageRequest

func (*SoraCamApiService) GetSoraCamDeviceExportedImageExecute

Execute executes the request

@return SoraCamImageExportInfo

func (*SoraCamApiService) GetSoraCamDeviceExportedVideo

func (a *SoraCamApiService) GetSoraCamDeviceExportedVideo(ctx context.Context, deviceId string, exportId string) ApiGetSoraCamDeviceExportedVideoRequest

GetSoraCamDeviceExportedVideo クラウド常時録画で保存された録画映像をエクスポートする処理の現在の状況を取得する

[`SoraCam:exportSoraCamDeviceRecordedVideo API`](/ja-jp/tools/api/reference/#/SoraCam/exportSoraCamDeviceRecordedVideo) で開始した「録画映像をエクスポートする処理」の現在の状況をリストで取得します。この API では、対象を 1 つのエクスポート処理に限定します。

**Warning**: この API を SAM ユーザーの API キーと API トークンで実行する場合は、SAM ユーザーに、この API を呼び出すために必要な権限 (例: `SoraCam:*`) に加えて、`OAuth2:authorize` を実行する権限を追加してください。権限設定について詳しくは、[SAM ユーザーの権限を設定する](/ja-jp/docs/sam/set-permissions/) を参照してください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象のソラカメ対応カメラのデバイス ID
@param exportId 対象のエクスポート処理のエクスポート ID
@return ApiGetSoraCamDeviceExportedVideoRequest

func (*SoraCamApiService) GetSoraCamDeviceExportedVideoExecute

Execute executes the request

@return SoraCamVideoExportInfo

func (*SoraCamApiService) GetSoraCamDeviceStreamingVideo

func (a *SoraCamApiService) GetSoraCamDeviceStreamingVideo(ctx context.Context, deviceId string) ApiGetSoraCamDeviceStreamingVideoRequest

GetSoraCamDeviceStreamingVideo ストリーミング映像 (リアルタイム映像 / 録画映像) をダウンロードするための情報を取得する

ストリーミング映像 (リアルタイム映像 / 録画映像) をダウンロードするための情報を取得します。具体的には、MPEG-DASH (Dynamic Adaptive Streaming over HTTP) と呼ばれるストリーミング方式に対応した URL の配列を取得できます。URL には有効期限が設定されています。

- リアルタイム映像をストリーミング再生する場合は、以下の点に注意してください。

  • API を呼び出した時刻を基準に、300 秒 (5 分) のリアルタイム映像をストリーミング再生できる URL を取得できます。続きを視聴する場合は、もう一度 API を呼び出して、次の URL を取得してください。
  • URL を取得した時点で、視聴状況にかかわらず動画の視聴可能時間 (1 か月 72 時間) が 5 分消費されます。

- 録画映像をストリーミング再生する場合は、以下の点に注意してください。

  • 最大 300 秒 (5 分) の録画映像をストリーミング再生できる URL を取得できます。
  • URL を取得した時点で、視聴状況にかかわらず動画の視聴可能時間 (1 か月 72 時間) が消費されます。

**Warning**: リアルタイム映像は、クラウド常時録画で保存された録画映像から最新の映像を取得する機能です。したがって、リアルタイム映像を取得するには、クラウド常時録画ライセンスが必要です。ATOM アプリで再生できる「ライブ映像 (P2P)」は、リアルタイム映像とは異なる機能です。SORACOM API を利用して「ライブ映像 (P2P)」は取得できません。

**Warning**: この API を SAM ユーザーの API キーと API トークンで実行する場合は、SAM ユーザーに、この API を呼び出すために必要な権限 (例: `SoraCam:*`) に加えて、`OAuth2:authorize` を実行する権限を追加してください。権限設定について詳しくは、[SAM ユーザーの権限を設定する](/ja-jp/docs/sam/set-permissions/) を参照してください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象のソラカメ対応カメラのデバイス ID
@return ApiGetSoraCamDeviceStreamingVideoRequest

func (*SoraCamApiService) GetSoraCamDeviceStreamingVideoExecute

func (a *SoraCamApiService) GetSoraCamDeviceStreamingVideoExecute(r ApiGetSoraCamDeviceStreamingVideoRequest) (*SoraCamStreamingVideo, *http.Response, error)

Execute executes the request

@return SoraCamStreamingVideo

func (*SoraCamApiService) ListSoraCamDeviceImageExports

func (a *SoraCamApiService) ListSoraCamDeviceImageExports(ctx context.Context) ApiListSoraCamDeviceImageExportsRequest

ListSoraCamDeviceImageExports ソラカメ対応カメラで撮影した録画映像から静止画をエクスポートする処理の現在の状況をリストで取得する

[`SoraCam:exportSoraCamDeviceRecordedImage API`](/ja-jp/tools/api/reference/#/SoraCam/exportSoraCamDeviceRecordedImage) で開始した「録画映像から静止画をエクスポートする処理」の現在の状況をリストで取得します。この API では、対象をオペレーターが所有するすべてのデバイスにしたり、1 台のソラカメ対応カメラに限定したりできます。

**Warning**: この API を SAM ユーザーの API キーと API トークンで実行する場合は、SAM ユーザーに、この API を呼び出すために必要な権限 (例: `SoraCam:*`) に加えて、`OAuth2:authorize` を実行する権限を追加してください。権限設定について詳しくは、[SAM ユーザーの権限を設定する](/ja-jp/docs/sam/set-permissions/) を参照してください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListSoraCamDeviceImageExportsRequest

func (*SoraCamApiService) ListSoraCamDeviceImageExportsExecute

func (a *SoraCamApiService) ListSoraCamDeviceImageExportsExecute(r ApiListSoraCamDeviceImageExportsRequest) ([]SoraCamImageExportInfo, *http.Response, error)

Execute executes the request

@return []SoraCamImageExportInfo

func (*SoraCamApiService) ListSoraCamDeviceImageExportsForDevice

func (a *SoraCamApiService) ListSoraCamDeviceImageExportsForDevice(ctx context.Context, deviceId string) ApiListSoraCamDeviceImageExportsForDeviceRequest

ListSoraCamDeviceImageExportsForDevice ソラカメ対応カメラで撮影した録画映像から静止画をエクスポートする処理の現在の状況をリストで取得する

[`SoraCam:exportSoraCamDeviceRecordedImage API`](/ja-jp/tools/api/reference/#/SoraCam/exportSoraCamDeviceRecordedImage) で開始した「録画映像から静止画をエクスポートする処理」の現在の状況をリストで取得します。この API では、対象を 1 台のソラカメ対応カメラに限定します。

なお、対象を 1 台のソラカメ対応カメラに限定しないで、オペレーターが所有するすべてのソラカメ対応カメラにする場合は、[SoraCam:listSoraCamDeviceImageExports API](#/SoraCam/listSoraCamDeviceImageExports) を使用してください。

**Warning**: この API を SAM ユーザーの API キーと API トークンで実行する場合は、SAM ユーザーに、この API を呼び出すために必要な権限 (例: `SoraCam:*`) に加えて、`OAuth2:authorize` を実行する権限を追加してください。権限設定について詳しくは、[SAM ユーザーの権限を設定する](/ja-jp/docs/sam/set-permissions/) を参照してください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象のソラカメ対応カメラのデバイス ID
@return ApiListSoraCamDeviceImageExportsForDeviceRequest

func (*SoraCamApiService) ListSoraCamDeviceImageExportsForDeviceExecute

func (a *SoraCamApiService) ListSoraCamDeviceImageExportsForDeviceExecute(r ApiListSoraCamDeviceImageExportsForDeviceRequest) ([]SoraCamImageExportInfo, *http.Response, error)

Execute executes the request

@return []SoraCamImageExportInfo

func (*SoraCamApiService) ListSoraCamDeviceVideoExports

func (a *SoraCamApiService) ListSoraCamDeviceVideoExports(ctx context.Context) ApiListSoraCamDeviceVideoExportsRequest

ListSoraCamDeviceVideoExports ソラカメ対応カメラで撮影した録画映像をエクスポートする処理の現在の状況をリストで取得する

[`SoraCam:exportSoraCamDeviceRecordedVideo API`](/ja-jp/tools/api/reference/#/SoraCam/exportSoraCamDeviceRecordedVideo) で開始した「録画映像をエクスポートする処理」の現在の状況をリストで取得します。この API では、対象をオペレーターが所有するすべてのデバイスにしたり、1 台のソラカメ対応カメラに限定したりできます。

**Warning**: この API を SAM ユーザーの API キーと API トークンで実行する場合は、SAM ユーザーに、この API を呼び出すために必要な権限 (例: `SoraCam:*`) に加えて、`OAuth2:authorize` を実行する権限を追加してください。権限設定について詳しくは、[SAM ユーザーの権限を設定する](/ja-jp/docs/sam/set-permissions/) を参照してください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListSoraCamDeviceVideoExportsRequest

func (*SoraCamApiService) ListSoraCamDeviceVideoExportsExecute

func (a *SoraCamApiService) ListSoraCamDeviceVideoExportsExecute(r ApiListSoraCamDeviceVideoExportsRequest) ([]SoraCamVideoExportInfo, *http.Response, error)

Execute executes the request

@return []SoraCamVideoExportInfo

func (*SoraCamApiService) ListSoraCamDeviceVideoExportsForDevice

func (a *SoraCamApiService) ListSoraCamDeviceVideoExportsForDevice(ctx context.Context, deviceId string) ApiListSoraCamDeviceVideoExportsForDeviceRequest

ListSoraCamDeviceVideoExportsForDevice ソラカメ対応カメラで撮影した録画映像をエクスポートする処理の現在の状況をリストで取得する

[`SoraCam:exportSoraCamDeviceRecordedVideo API`](/ja-jp/tools/api/reference/#/SoraCam/exportSoraCamDeviceRecordedVideo) で開始した「録画映像をエクスポートする処理」の現在の状況をリストで取得します。この API では、対象を 1 台のソラカメ対応カメラに限定します。

なお、対象を 1 台のソラカメ対応カメラに限定しないで、オペレーターが所有するすべてのソラカメ対応カメラにする場合は、[SoraCam:listSoraCamDeviceVideoExports API](#/SoraCam/listSoraCamDeviceVideoExports) を使用してください。

**Warning**: この API を SAM ユーザーの API キーと API トークンで実行する場合は、SAM ユーザーに、この API を呼び出すために必要な権限 (例: `SoraCam:*`) に加えて、`OAuth2:authorize` を実行する権限を追加してください。権限設定について詳しくは、[SAM ユーザーの権限を設定する](/ja-jp/docs/sam/set-permissions/) を参照してください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param deviceId 対象のソラカメ対応カメラのデバイス ID
@return ApiListSoraCamDeviceVideoExportsForDeviceRequest

func (*SoraCamApiService) ListSoraCamDeviceVideoExportsForDeviceExecute

func (a *SoraCamApiService) ListSoraCamDeviceVideoExportsForDeviceExecute(r ApiListSoraCamDeviceVideoExportsForDeviceRequest) ([]SoraCamVideoExportInfo, *http.Response, error)

Execute executes the request

@return []SoraCamVideoExportInfo

func (*SoraCamApiService) ListSoraCamDevices

ListSoraCamDevices ソラカメ対応カメラの一覧を取得する

ソラカメ対応カメラの一覧を取得します。ライセンスを割り当てていないソラカメ対応カメラの情報も取得できます。

**Warning**: この API を SAM ユーザーの API キーと API トークンで実行する場合は、SAM ユーザーに、この API を呼び出すために必要な権限 (例: `SoraCam:*`) に加えて、`OAuth2:authorize` を実行する権限を追加してください。権限設定について詳しくは、[SAM ユーザーの権限を設定する](/ja-jp/docs/sam/set-permissions/) を参照してください。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListSoraCamDevicesRequest

func (*SoraCamApiService) ListSoraCamDevicesExecute

func (a *SoraCamApiService) ListSoraCamDevicesExecute(r ApiListSoraCamDevicesRequest) ([]SoraCamDevice, *http.Response, error)

Execute executes the request

@return []SoraCamDevice

func (*SoraCamApiService) ListSoraCamLicensePacks

func (a *SoraCamApiService) ListSoraCamLicensePacks(ctx context.Context) ApiListSoraCamLicensePacksRequest

ListSoraCamLicensePacks Soracom Cloud Camera Services のライセンスパックの一覧を取得します。

利用可能なライセンスパックの一覧を取得します。 現在、この API は日本カバレッジでのみ利用可能です。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListSoraCamLicensePacksRequest

func (*SoraCamApiService) ListSoraCamLicensePacksExecute

Execute executes the request

@return []SoraCamLicensePackResponse

func (*SoraCamApiService) UpdateSoraCamLicensePackQuantity

func (a *SoraCamApiService) UpdateSoraCamLicensePackQuantity(ctx context.Context, licensePackId string) ApiUpdateSoraCamLicensePackQuantityRequest

UpdateSoraCamLicensePackQuantity Soracom Cloud Camera Services のライセンス数を更新します。

license_pack_id で指定されたライセンスパックのライセンス数を更新します。 ライセンス数に応じて月額費用が発生します。 現在、この API は日本カバレッジでのみ利用可能です。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param licensePackId ライセンスパックの ID
@return ApiUpdateSoraCamLicensePackQuantityRequest

func (*SoraCamApiService) UpdateSoraCamLicensePackQuantityExecute

func (a *SoraCamApiService) UpdateSoraCamLicensePackQuantityExecute(r ApiUpdateSoraCamLicensePackQuantityRequest) (*http.Response, error)

Execute executes the request

type SoraCamDevice

type SoraCamDevice struct {
	// ソラカメ対応カメラに適用されているライセンス。この情報は、[`SoraCam:listSoraCamDevices API`](/ja-jp/tools/api/reference/#/SoraCam/listSoraCamDevices) を使用しても取得できません。[`SoraCam:getSoraCamDevice API`](/ja-jp/tools/api/reference/#/SoraCam/getSoraCamDevice) を使用してください。
	AppliedLicenses []SoraCamDeviceLicenseInfo  `json:"appliedLicenses,omitempty"`
	Configuration   *SoraCamDeviceConfiguration `json:"configuration,omitempty"`
	// ソラカメ対応カメラが現在クラウドに接続されているかどうか
	Connected *bool `json:"connected,omitempty"`
	// ソラカメ対応カメラの種類  - `Camera`
	DeviceCategory *string `json:"deviceCategory,omitempty"`
	// ソラカメ対応カメラのデバイス ID
	DeviceId *string `json:"deviceId,omitempty"`
	// ソラカメ対応カメラの現在のファームウェアバージョン
	FirmwareVersion *string `json:"firmwareVersion,omitempty"`
	// ソラカメ対応カメラが最後にクラウドに接続した UNIX 時間 (ミリ秒)
	LastConnectedTime *int64 `json:"lastConnectedTime,omitempty"`
	// ソラカメ対応カメラの名前
	Name *string `json:"name,omitempty"`
	// ソラカメ対応カメラの製品名
	ProductDisplayName *string `json:"productDisplayName,omitempty"`
}

SoraCamDevice struct for SoraCamDevice

func NewSoraCamDevice

func NewSoraCamDevice() *SoraCamDevice

NewSoraCamDevice instantiates a new SoraCamDevice object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoraCamDeviceWithDefaults

func NewSoraCamDeviceWithDefaults() *SoraCamDevice

NewSoraCamDeviceWithDefaults instantiates a new SoraCamDevice object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SoraCamDevice) GetAppliedLicenses

func (o *SoraCamDevice) GetAppliedLicenses() []SoraCamDeviceLicenseInfo

GetAppliedLicenses returns the AppliedLicenses field value if set, zero value otherwise.

func (*SoraCamDevice) GetAppliedLicensesOk

func (o *SoraCamDevice) GetAppliedLicensesOk() ([]SoraCamDeviceLicenseInfo, bool)

GetAppliedLicensesOk returns a tuple with the AppliedLicenses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamDevice) GetConfiguration

func (o *SoraCamDevice) GetConfiguration() SoraCamDeviceConfiguration

GetConfiguration returns the Configuration field value if set, zero value otherwise.

func (*SoraCamDevice) GetConfigurationOk

func (o *SoraCamDevice) GetConfigurationOk() (*SoraCamDeviceConfiguration, bool)

GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamDevice) GetConnected

func (o *SoraCamDevice) GetConnected() bool

GetConnected returns the Connected field value if set, zero value otherwise.

func (*SoraCamDevice) GetConnectedOk

func (o *SoraCamDevice) GetConnectedOk() (*bool, bool)

GetConnectedOk returns a tuple with the Connected field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamDevice) GetDeviceCategory

func (o *SoraCamDevice) GetDeviceCategory() string

GetDeviceCategory returns the DeviceCategory field value if set, zero value otherwise.

func (*SoraCamDevice) GetDeviceCategoryOk

func (o *SoraCamDevice) GetDeviceCategoryOk() (*string, bool)

GetDeviceCategoryOk returns a tuple with the DeviceCategory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamDevice) GetDeviceId

func (o *SoraCamDevice) GetDeviceId() string

GetDeviceId returns the DeviceId field value if set, zero value otherwise.

func (*SoraCamDevice) GetDeviceIdOk

func (o *SoraCamDevice) GetDeviceIdOk() (*string, bool)

GetDeviceIdOk returns a tuple with the DeviceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamDevice) GetFirmwareVersion

func (o *SoraCamDevice) GetFirmwareVersion() string

GetFirmwareVersion returns the FirmwareVersion field value if set, zero value otherwise.

func (*SoraCamDevice) GetFirmwareVersionOk

func (o *SoraCamDevice) GetFirmwareVersionOk() (*string, bool)

GetFirmwareVersionOk returns a tuple with the FirmwareVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamDevice) GetLastConnectedTime

func (o *SoraCamDevice) GetLastConnectedTime() int64

GetLastConnectedTime returns the LastConnectedTime field value if set, zero value otherwise.

func (*SoraCamDevice) GetLastConnectedTimeOk

func (o *SoraCamDevice) GetLastConnectedTimeOk() (*int64, bool)

GetLastConnectedTimeOk returns a tuple with the LastConnectedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamDevice) GetName

func (o *SoraCamDevice) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*SoraCamDevice) GetNameOk

func (o *SoraCamDevice) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamDevice) GetProductDisplayName

func (o *SoraCamDevice) GetProductDisplayName() string

GetProductDisplayName returns the ProductDisplayName field value if set, zero value otherwise.

func (*SoraCamDevice) GetProductDisplayNameOk

func (o *SoraCamDevice) GetProductDisplayNameOk() (*string, bool)

GetProductDisplayNameOk returns a tuple with the ProductDisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamDevice) HasAppliedLicenses

func (o *SoraCamDevice) HasAppliedLicenses() bool

HasAppliedLicenses returns a boolean if a field has been set.

func (*SoraCamDevice) HasConfiguration

func (o *SoraCamDevice) HasConfiguration() bool

HasConfiguration returns a boolean if a field has been set.

func (*SoraCamDevice) HasConnected

func (o *SoraCamDevice) HasConnected() bool

HasConnected returns a boolean if a field has been set.

func (*SoraCamDevice) HasDeviceCategory

func (o *SoraCamDevice) HasDeviceCategory() bool

HasDeviceCategory returns a boolean if a field has been set.

func (*SoraCamDevice) HasDeviceId

func (o *SoraCamDevice) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

func (*SoraCamDevice) HasFirmwareVersion

func (o *SoraCamDevice) HasFirmwareVersion() bool

HasFirmwareVersion returns a boolean if a field has been set.

func (*SoraCamDevice) HasLastConnectedTime

func (o *SoraCamDevice) HasLastConnectedTime() bool

HasLastConnectedTime returns a boolean if a field has been set.

func (*SoraCamDevice) HasName

func (o *SoraCamDevice) HasName() bool

HasName returns a boolean if a field has been set.

func (*SoraCamDevice) HasProductDisplayName

func (o *SoraCamDevice) HasProductDisplayName() bool

HasProductDisplayName returns a boolean if a field has been set.

func (SoraCamDevice) MarshalJSON

func (o SoraCamDevice) MarshalJSON() ([]byte, error)

func (*SoraCamDevice) SetAppliedLicenses

func (o *SoraCamDevice) SetAppliedLicenses(v []SoraCamDeviceLicenseInfo)

SetAppliedLicenses gets a reference to the given []SoraCamDeviceLicenseInfo and assigns it to the AppliedLicenses field.

func (*SoraCamDevice) SetConfiguration

func (o *SoraCamDevice) SetConfiguration(v SoraCamDeviceConfiguration)

SetConfiguration gets a reference to the given SoraCamDeviceConfiguration and assigns it to the Configuration field.

func (*SoraCamDevice) SetConnected

func (o *SoraCamDevice) SetConnected(v bool)

SetConnected gets a reference to the given bool and assigns it to the Connected field.

func (*SoraCamDevice) SetDeviceCategory

func (o *SoraCamDevice) SetDeviceCategory(v string)

SetDeviceCategory gets a reference to the given string and assigns it to the DeviceCategory field.

func (*SoraCamDevice) SetDeviceId

func (o *SoraCamDevice) SetDeviceId(v string)

SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.

func (*SoraCamDevice) SetFirmwareVersion

func (o *SoraCamDevice) SetFirmwareVersion(v string)

SetFirmwareVersion gets a reference to the given string and assigns it to the FirmwareVersion field.

func (*SoraCamDevice) SetLastConnectedTime

func (o *SoraCamDevice) SetLastConnectedTime(v int64)

SetLastConnectedTime gets a reference to the given int64 and assigns it to the LastConnectedTime field.

func (*SoraCamDevice) SetName

func (o *SoraCamDevice) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*SoraCamDevice) SetProductDisplayName

func (o *SoraCamDevice) SetProductDisplayName(v string)

SetProductDisplayName gets a reference to the given string and assigns it to the ProductDisplayName field.

type SoraCamDeviceConfiguration

type SoraCamDeviceConfiguration struct {
	// 音声アラームが有効化されているかどうか
	AudioAlarmEnabled *bool `json:"audioAlarmEnabled,omitempty"`
	// モーション検知が有効化されているかどうか
	MotionDetectionEnabled *bool `json:"motionDetectionEnabled,omitempty"`
	// 煙検知が有効化されているかどうか
	SmokeAlarmEnabled *bool `json:"smokeAlarmEnabled,omitempty"`
}

SoraCamDeviceConfiguration ソラカメ対応カメラのコンフィグレーション

func NewSoraCamDeviceConfiguration

func NewSoraCamDeviceConfiguration() *SoraCamDeviceConfiguration

NewSoraCamDeviceConfiguration instantiates a new SoraCamDeviceConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoraCamDeviceConfigurationWithDefaults

func NewSoraCamDeviceConfigurationWithDefaults() *SoraCamDeviceConfiguration

NewSoraCamDeviceConfigurationWithDefaults instantiates a new SoraCamDeviceConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SoraCamDeviceConfiguration) GetAudioAlarmEnabled

func (o *SoraCamDeviceConfiguration) GetAudioAlarmEnabled() bool

GetAudioAlarmEnabled returns the AudioAlarmEnabled field value if set, zero value otherwise.

func (*SoraCamDeviceConfiguration) GetAudioAlarmEnabledOk

func (o *SoraCamDeviceConfiguration) GetAudioAlarmEnabledOk() (*bool, bool)

GetAudioAlarmEnabledOk returns a tuple with the AudioAlarmEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamDeviceConfiguration) GetMotionDetectionEnabled

func (o *SoraCamDeviceConfiguration) GetMotionDetectionEnabled() bool

GetMotionDetectionEnabled returns the MotionDetectionEnabled field value if set, zero value otherwise.

func (*SoraCamDeviceConfiguration) GetMotionDetectionEnabledOk

func (o *SoraCamDeviceConfiguration) GetMotionDetectionEnabledOk() (*bool, bool)

GetMotionDetectionEnabledOk returns a tuple with the MotionDetectionEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamDeviceConfiguration) GetSmokeAlarmEnabled

func (o *SoraCamDeviceConfiguration) GetSmokeAlarmEnabled() bool

GetSmokeAlarmEnabled returns the SmokeAlarmEnabled field value if set, zero value otherwise.

func (*SoraCamDeviceConfiguration) GetSmokeAlarmEnabledOk

func (o *SoraCamDeviceConfiguration) GetSmokeAlarmEnabledOk() (*bool, bool)

GetSmokeAlarmEnabledOk returns a tuple with the SmokeAlarmEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamDeviceConfiguration) HasAudioAlarmEnabled

func (o *SoraCamDeviceConfiguration) HasAudioAlarmEnabled() bool

HasAudioAlarmEnabled returns a boolean if a field has been set.

func (*SoraCamDeviceConfiguration) HasMotionDetectionEnabled

func (o *SoraCamDeviceConfiguration) HasMotionDetectionEnabled() bool

HasMotionDetectionEnabled returns a boolean if a field has been set.

func (*SoraCamDeviceConfiguration) HasSmokeAlarmEnabled

func (o *SoraCamDeviceConfiguration) HasSmokeAlarmEnabled() bool

HasSmokeAlarmEnabled returns a boolean if a field has been set.

func (SoraCamDeviceConfiguration) MarshalJSON

func (o SoraCamDeviceConfiguration) MarshalJSON() ([]byte, error)

func (*SoraCamDeviceConfiguration) SetAudioAlarmEnabled

func (o *SoraCamDeviceConfiguration) SetAudioAlarmEnabled(v bool)

SetAudioAlarmEnabled gets a reference to the given bool and assigns it to the AudioAlarmEnabled field.

func (*SoraCamDeviceConfiguration) SetMotionDetectionEnabled

func (o *SoraCamDeviceConfiguration) SetMotionDetectionEnabled(v bool)

SetMotionDetectionEnabled gets a reference to the given bool and assigns it to the MotionDetectionEnabled field.

func (*SoraCamDeviceConfiguration) SetSmokeAlarmEnabled

func (o *SoraCamDeviceConfiguration) SetSmokeAlarmEnabled(v bool)

SetSmokeAlarmEnabled gets a reference to the given bool and assigns it to the SmokeAlarmEnabled field.

type SoraCamDeviceLicenseInfo

type SoraCamDeviceLicenseInfo struct {
	// ソラカメ対応カメラに適用されているライセンスの名前  - `Cloud Continuous Recording`: クラウド常時録画ライセンス
	Name *string `json:"name,omitempty"`
	// ソラカメ対応カメラに適用されているライセンスのプロパティ  `name` が `Cloud Continuous Recording` の場合:  - `storage_life`: 保存期間
	Value *string `json:"value,omitempty"`
}

SoraCamDeviceLicenseInfo struct for SoraCamDeviceLicenseInfo

func NewSoraCamDeviceLicenseInfo

func NewSoraCamDeviceLicenseInfo() *SoraCamDeviceLicenseInfo

NewSoraCamDeviceLicenseInfo instantiates a new SoraCamDeviceLicenseInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoraCamDeviceLicenseInfoWithDefaults

func NewSoraCamDeviceLicenseInfoWithDefaults() *SoraCamDeviceLicenseInfo

NewSoraCamDeviceLicenseInfoWithDefaults instantiates a new SoraCamDeviceLicenseInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SoraCamDeviceLicenseInfo) GetName

func (o *SoraCamDeviceLicenseInfo) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*SoraCamDeviceLicenseInfo) GetNameOk

func (o *SoraCamDeviceLicenseInfo) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamDeviceLicenseInfo) GetValue

func (o *SoraCamDeviceLicenseInfo) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*SoraCamDeviceLicenseInfo) GetValueOk

func (o *SoraCamDeviceLicenseInfo) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamDeviceLicenseInfo) HasName

func (o *SoraCamDeviceLicenseInfo) HasName() bool

HasName returns a boolean if a field has been set.

func (*SoraCamDeviceLicenseInfo) HasValue

func (o *SoraCamDeviceLicenseInfo) HasValue() bool

HasValue returns a boolean if a field has been set.

func (SoraCamDeviceLicenseInfo) MarshalJSON

func (o SoraCamDeviceLicenseInfo) MarshalJSON() ([]byte, error)

func (*SoraCamDeviceLicenseInfo) SetName

func (o *SoraCamDeviceLicenseInfo) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*SoraCamDeviceLicenseInfo) SetValue

func (o *SoraCamDeviceLicenseInfo) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

type SoraCamExportUsage

type SoraCamExportUsage struct {
	// ソラカメ対応カメラのデバイス ID
	DeviceId *string                  `json:"deviceId,omitempty"`
	Image    *SoraCamImageExportUsage `json:"image,omitempty"`
	// 静止画の残りのエクスポート可能枚数や、録画映像の残りのエクスポート可能時間などを取得した年月 (フォーマット: 'YYYYMM')
	MeteredYearMonth *string                  `json:"meteredYearMonth,omitempty"`
	Video            *SoraCamVideoExportUsage `json:"video,omitempty"`
}

SoraCamExportUsage struct for SoraCamExportUsage

func NewSoraCamExportUsage

func NewSoraCamExportUsage() *SoraCamExportUsage

NewSoraCamExportUsage instantiates a new SoraCamExportUsage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoraCamExportUsageWithDefaults

func NewSoraCamExportUsageWithDefaults() *SoraCamExportUsage

NewSoraCamExportUsageWithDefaults instantiates a new SoraCamExportUsage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SoraCamExportUsage) GetDeviceId

func (o *SoraCamExportUsage) GetDeviceId() string

GetDeviceId returns the DeviceId field value if set, zero value otherwise.

func (*SoraCamExportUsage) GetDeviceIdOk

func (o *SoraCamExportUsage) GetDeviceIdOk() (*string, bool)

GetDeviceIdOk returns a tuple with the DeviceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamExportUsage) GetImage

GetImage returns the Image field value if set, zero value otherwise.

func (*SoraCamExportUsage) GetImageOk

func (o *SoraCamExportUsage) GetImageOk() (*SoraCamImageExportUsage, bool)

GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamExportUsage) GetMeteredYearMonth

func (o *SoraCamExportUsage) GetMeteredYearMonth() string

GetMeteredYearMonth returns the MeteredYearMonth field value if set, zero value otherwise.

func (*SoraCamExportUsage) GetMeteredYearMonthOk

func (o *SoraCamExportUsage) GetMeteredYearMonthOk() (*string, bool)

GetMeteredYearMonthOk returns a tuple with the MeteredYearMonth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamExportUsage) GetVideo

GetVideo returns the Video field value if set, zero value otherwise.

func (*SoraCamExportUsage) GetVideoOk

func (o *SoraCamExportUsage) GetVideoOk() (*SoraCamVideoExportUsage, bool)

GetVideoOk returns a tuple with the Video field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamExportUsage) HasDeviceId

func (o *SoraCamExportUsage) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

func (*SoraCamExportUsage) HasImage

func (o *SoraCamExportUsage) HasImage() bool

HasImage returns a boolean if a field has been set.

func (*SoraCamExportUsage) HasMeteredYearMonth

func (o *SoraCamExportUsage) HasMeteredYearMonth() bool

HasMeteredYearMonth returns a boolean if a field has been set.

func (*SoraCamExportUsage) HasVideo

func (o *SoraCamExportUsage) HasVideo() bool

HasVideo returns a boolean if a field has been set.

func (SoraCamExportUsage) MarshalJSON

func (o SoraCamExportUsage) MarshalJSON() ([]byte, error)

func (*SoraCamExportUsage) SetDeviceId

func (o *SoraCamExportUsage) SetDeviceId(v string)

SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.

func (*SoraCamExportUsage) SetImage

SetImage gets a reference to the given SoraCamImageExportUsage and assigns it to the Image field.

func (*SoraCamExportUsage) SetMeteredYearMonth

func (o *SoraCamExportUsage) SetMeteredYearMonth(v string)

SetMeteredYearMonth gets a reference to the given string and assigns it to the MeteredYearMonth field.

func (*SoraCamExportUsage) SetVideo

SetVideo gets a reference to the given SoraCamVideoExportUsage and assigns it to the Video field.

type SoraCamImageExportInfo

type SoraCamImageExportInfo struct {
	// ソラカメ対応カメラのデバイス ID
	DeviceId *string `json:"deviceId,omitempty"`
	// URL の有効期限 (UNIX 時間 (ミリ秒))。`status` が `completed` の場合のみ含まれます。
	ExpiryTime *int64 `json:"expiryTime,omitempty"`
	// エクスポート ID。[`SoraCam:exportSoraCamDeviceRecordedImage API`](/ja-jp/tools/api/reference/#/SoraCam/exportSoraCamDeviceRecordedImage) で取得したエクスポート ID を、[`SoraCam:getSoraCamDeviceExportedImage API`](/ja-jp/tools/api/reference/#/SoraCam/getSoraCamDeviceExportedImage) で指定すると、jpg ファイルをダウンロードするための URL を取得できます。
	ExportId *string `json:"exportId,omitempty"`
	// [`SoraCam:exportSoraCamDeviceRecordedImage API`](/ja-jp/tools/api/reference/#/SoraCam/exportSoraCamDeviceRecordedImage) を呼び出したオペレーターの ID
	OperatorId *string `json:"operatorId,omitempty"`
	// [`SoraCam:exportSoraCamDeviceRecordedImage API`](/ja-jp/tools/api/reference/#/SoraCam/exportSoraCamDeviceRecordedImage) によるエクスポートのリクエストを SORACOM プラットフォームが受け付けた日時 (UNIX 時間 (ミリ秒))
	RequestedTime *int64 `json:"requestedTime,omitempty"`
	// エクスポート処理の現在の状況。  - `initializing`: 初期状態 - `processing`: 処理中 - `completed`: エクスポート完了 - `failed`: エクスポート失敗 - `expired`: URL の有効期限切れ
	Status *string `json:"status,omitempty"`
	// エクスポートされた jpg ファイルをダウンロードするための URL。`status` が `completed` の場合のみ含まれます。
	Url *string `json:"url,omitempty"`
}

SoraCamImageExportInfo struct for SoraCamImageExportInfo

func NewSoraCamImageExportInfo

func NewSoraCamImageExportInfo() *SoraCamImageExportInfo

NewSoraCamImageExportInfo instantiates a new SoraCamImageExportInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoraCamImageExportInfoWithDefaults

func NewSoraCamImageExportInfoWithDefaults() *SoraCamImageExportInfo

NewSoraCamImageExportInfoWithDefaults instantiates a new SoraCamImageExportInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SoraCamImageExportInfo) GetDeviceId

func (o *SoraCamImageExportInfo) GetDeviceId() string

GetDeviceId returns the DeviceId field value if set, zero value otherwise.

func (*SoraCamImageExportInfo) GetDeviceIdOk

func (o *SoraCamImageExportInfo) GetDeviceIdOk() (*string, bool)

GetDeviceIdOk returns a tuple with the DeviceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamImageExportInfo) GetExpiryTime

func (o *SoraCamImageExportInfo) GetExpiryTime() int64

GetExpiryTime returns the ExpiryTime field value if set, zero value otherwise.

func (*SoraCamImageExportInfo) GetExpiryTimeOk

func (o *SoraCamImageExportInfo) GetExpiryTimeOk() (*int64, bool)

GetExpiryTimeOk returns a tuple with the ExpiryTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamImageExportInfo) GetExportId

func (o *SoraCamImageExportInfo) GetExportId() string

GetExportId returns the ExportId field value if set, zero value otherwise.

func (*SoraCamImageExportInfo) GetExportIdOk

func (o *SoraCamImageExportInfo) GetExportIdOk() (*string, bool)

GetExportIdOk returns a tuple with the ExportId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamImageExportInfo) GetOperatorId

func (o *SoraCamImageExportInfo) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*SoraCamImageExportInfo) GetOperatorIdOk

func (o *SoraCamImageExportInfo) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamImageExportInfo) GetRequestedTime

func (o *SoraCamImageExportInfo) GetRequestedTime() int64

GetRequestedTime returns the RequestedTime field value if set, zero value otherwise.

func (*SoraCamImageExportInfo) GetRequestedTimeOk

func (o *SoraCamImageExportInfo) GetRequestedTimeOk() (*int64, bool)

GetRequestedTimeOk returns a tuple with the RequestedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamImageExportInfo) GetStatus

func (o *SoraCamImageExportInfo) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*SoraCamImageExportInfo) GetStatusOk

func (o *SoraCamImageExportInfo) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamImageExportInfo) GetUrl

func (o *SoraCamImageExportInfo) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*SoraCamImageExportInfo) GetUrlOk

func (o *SoraCamImageExportInfo) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamImageExportInfo) HasDeviceId

func (o *SoraCamImageExportInfo) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

func (*SoraCamImageExportInfo) HasExpiryTime

func (o *SoraCamImageExportInfo) HasExpiryTime() bool

HasExpiryTime returns a boolean if a field has been set.

func (*SoraCamImageExportInfo) HasExportId

func (o *SoraCamImageExportInfo) HasExportId() bool

HasExportId returns a boolean if a field has been set.

func (*SoraCamImageExportInfo) HasOperatorId

func (o *SoraCamImageExportInfo) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (*SoraCamImageExportInfo) HasRequestedTime

func (o *SoraCamImageExportInfo) HasRequestedTime() bool

HasRequestedTime returns a boolean if a field has been set.

func (*SoraCamImageExportInfo) HasStatus

func (o *SoraCamImageExportInfo) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*SoraCamImageExportInfo) HasUrl

func (o *SoraCamImageExportInfo) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (SoraCamImageExportInfo) MarshalJSON

func (o SoraCamImageExportInfo) MarshalJSON() ([]byte, error)

func (*SoraCamImageExportInfo) SetDeviceId

func (o *SoraCamImageExportInfo) SetDeviceId(v string)

SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.

func (*SoraCamImageExportInfo) SetExpiryTime

func (o *SoraCamImageExportInfo) SetExpiryTime(v int64)

SetExpiryTime gets a reference to the given int64 and assigns it to the ExpiryTime field.

func (*SoraCamImageExportInfo) SetExportId

func (o *SoraCamImageExportInfo) SetExportId(v string)

SetExportId gets a reference to the given string and assigns it to the ExportId field.

func (*SoraCamImageExportInfo) SetOperatorId

func (o *SoraCamImageExportInfo) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

func (*SoraCamImageExportInfo) SetRequestedTime

func (o *SoraCamImageExportInfo) SetRequestedTime(v int64)

SetRequestedTime gets a reference to the given int64 and assigns it to the RequestedTime field.

func (*SoraCamImageExportInfo) SetStatus

func (o *SoraCamImageExportInfo) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*SoraCamImageExportInfo) SetUrl

func (o *SoraCamImageExportInfo) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

type SoraCamImageExportSpecification

type SoraCamImageExportSpecification struct {
	// エクスポートした静止画に適用するフィルタ
	ImageFilters []string `json:"imageFilters,omitempty"`
	// エクスポート対象の時刻 (UNIX 時間 (ミリ秒))。指定した時刻に撮影された録画映像から静止画がエクスポートされます。
	Time int64 `json:"time"`
}

SoraCamImageExportSpecification struct for SoraCamImageExportSpecification

func NewSoraCamImageExportSpecification

func NewSoraCamImageExportSpecification(time int64) *SoraCamImageExportSpecification

NewSoraCamImageExportSpecification instantiates a new SoraCamImageExportSpecification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoraCamImageExportSpecificationWithDefaults

func NewSoraCamImageExportSpecificationWithDefaults() *SoraCamImageExportSpecification

NewSoraCamImageExportSpecificationWithDefaults instantiates a new SoraCamImageExportSpecification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SoraCamImageExportSpecification) GetImageFilters

func (o *SoraCamImageExportSpecification) GetImageFilters() []string

GetImageFilters returns the ImageFilters field value if set, zero value otherwise.

func (*SoraCamImageExportSpecification) GetImageFiltersOk

func (o *SoraCamImageExportSpecification) GetImageFiltersOk() ([]string, bool)

GetImageFiltersOk returns a tuple with the ImageFilters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamImageExportSpecification) GetTime

GetTime returns the Time field value

func (*SoraCamImageExportSpecification) GetTimeOk

func (o *SoraCamImageExportSpecification) GetTimeOk() (*int64, bool)

GetTimeOk returns a tuple with the Time field value and a boolean to check if the value has been set.

func (*SoraCamImageExportSpecification) HasImageFilters

func (o *SoraCamImageExportSpecification) HasImageFilters() bool

HasImageFilters returns a boolean if a field has been set.

func (SoraCamImageExportSpecification) MarshalJSON

func (o SoraCamImageExportSpecification) MarshalJSON() ([]byte, error)

func (*SoraCamImageExportSpecification) SetImageFilters

func (o *SoraCamImageExportSpecification) SetImageFilters(v []string)

SetImageFilters gets a reference to the given []string and assigns it to the ImageFilters field.

func (*SoraCamImageExportSpecification) SetTime

func (o *SoraCamImageExportSpecification) SetTime(v int64)

SetTime sets field value

type SoraCamImageExportUsage

type SoraCamImageExportUsage struct {
	// 今月中にエクスポート可能な静止画の残りの枚数
	RemainingFrames *int32 `json:"remainingFrames,omitempty"`
	// 今月消費した動画の視聴可能時間をすべて静止画でエクスポートしたと仮定した場合の静止画の枚数
	UsedFrames *int32 `json:"usedFrames,omitempty"`
}

SoraCamImageExportUsage struct for SoraCamImageExportUsage

func NewSoraCamImageExportUsage

func NewSoraCamImageExportUsage() *SoraCamImageExportUsage

NewSoraCamImageExportUsage instantiates a new SoraCamImageExportUsage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoraCamImageExportUsageWithDefaults

func NewSoraCamImageExportUsageWithDefaults() *SoraCamImageExportUsage

NewSoraCamImageExportUsageWithDefaults instantiates a new SoraCamImageExportUsage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SoraCamImageExportUsage) GetRemainingFrames

func (o *SoraCamImageExportUsage) GetRemainingFrames() int32

GetRemainingFrames returns the RemainingFrames field value if set, zero value otherwise.

func (*SoraCamImageExportUsage) GetRemainingFramesOk

func (o *SoraCamImageExportUsage) GetRemainingFramesOk() (*int32, bool)

GetRemainingFramesOk returns a tuple with the RemainingFrames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamImageExportUsage) GetUsedFrames

func (o *SoraCamImageExportUsage) GetUsedFrames() int32

GetUsedFrames returns the UsedFrames field value if set, zero value otherwise.

func (*SoraCamImageExportUsage) GetUsedFramesOk

func (o *SoraCamImageExportUsage) GetUsedFramesOk() (*int32, bool)

GetUsedFramesOk returns a tuple with the UsedFrames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamImageExportUsage) HasRemainingFrames

func (o *SoraCamImageExportUsage) HasRemainingFrames() bool

HasRemainingFrames returns a boolean if a field has been set.

func (*SoraCamImageExportUsage) HasUsedFrames

func (o *SoraCamImageExportUsage) HasUsedFrames() bool

HasUsedFrames returns a boolean if a field has been set.

func (SoraCamImageExportUsage) MarshalJSON

func (o SoraCamImageExportUsage) MarshalJSON() ([]byte, error)

func (*SoraCamImageExportUsage) SetRemainingFrames

func (o *SoraCamImageExportUsage) SetRemainingFrames(v int32)

SetRemainingFrames gets a reference to the given int32 and assigns it to the RemainingFrames field.

func (*SoraCamImageExportUsage) SetUsedFrames

func (o *SoraCamImageExportUsage) SetUsedFrames(v int32)

SetUsedFrames gets a reference to the given int32 and assigns it to the UsedFrames field.

type SoraCamLicensePackQuantityUpdatingRequest

type SoraCamLicensePackQuantityUpdatingRequest struct {
	// 現在のライセンス数
	CurrentQuantity *int32 `json:"currentQuantity,omitempty"`
	// 変更後のライセンス数
	DesiredQuantity *int32 `json:"desiredQuantity,omitempty"`
}

SoraCamLicensePackQuantityUpdatingRequest struct for SoraCamLicensePackQuantityUpdatingRequest

func NewSoraCamLicensePackQuantityUpdatingRequest

func NewSoraCamLicensePackQuantityUpdatingRequest() *SoraCamLicensePackQuantityUpdatingRequest

NewSoraCamLicensePackQuantityUpdatingRequest instantiates a new SoraCamLicensePackQuantityUpdatingRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoraCamLicensePackQuantityUpdatingRequestWithDefaults

func NewSoraCamLicensePackQuantityUpdatingRequestWithDefaults() *SoraCamLicensePackQuantityUpdatingRequest

NewSoraCamLicensePackQuantityUpdatingRequestWithDefaults instantiates a new SoraCamLicensePackQuantityUpdatingRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SoraCamLicensePackQuantityUpdatingRequest) GetCurrentQuantity

func (o *SoraCamLicensePackQuantityUpdatingRequest) GetCurrentQuantity() int32

GetCurrentQuantity returns the CurrentQuantity field value if set, zero value otherwise.

func (*SoraCamLicensePackQuantityUpdatingRequest) GetCurrentQuantityOk

func (o *SoraCamLicensePackQuantityUpdatingRequest) GetCurrentQuantityOk() (*int32, bool)

GetCurrentQuantityOk returns a tuple with the CurrentQuantity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamLicensePackQuantityUpdatingRequest) GetDesiredQuantity

func (o *SoraCamLicensePackQuantityUpdatingRequest) GetDesiredQuantity() int32

GetDesiredQuantity returns the DesiredQuantity field value if set, zero value otherwise.

func (*SoraCamLicensePackQuantityUpdatingRequest) GetDesiredQuantityOk

func (o *SoraCamLicensePackQuantityUpdatingRequest) GetDesiredQuantityOk() (*int32, bool)

GetDesiredQuantityOk returns a tuple with the DesiredQuantity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamLicensePackQuantityUpdatingRequest) HasCurrentQuantity

func (o *SoraCamLicensePackQuantityUpdatingRequest) HasCurrentQuantity() bool

HasCurrentQuantity returns a boolean if a field has been set.

func (*SoraCamLicensePackQuantityUpdatingRequest) HasDesiredQuantity

func (o *SoraCamLicensePackQuantityUpdatingRequest) HasDesiredQuantity() bool

HasDesiredQuantity returns a boolean if a field has been set.

func (SoraCamLicensePackQuantityUpdatingRequest) MarshalJSON

func (*SoraCamLicensePackQuantityUpdatingRequest) SetCurrentQuantity

func (o *SoraCamLicensePackQuantityUpdatingRequest) SetCurrentQuantity(v int32)

SetCurrentQuantity gets a reference to the given int32 and assigns it to the CurrentQuantity field.

func (*SoraCamLicensePackQuantityUpdatingRequest) SetDesiredQuantity

func (o *SoraCamLicensePackQuantityUpdatingRequest) SetDesiredQuantity(v int32)

SetDesiredQuantity gets a reference to the given int32 and assigns it to the DesiredQuantity field.

type SoraCamLicensePackResponse

type SoraCamLicensePackResponse struct {
	// ライセンスパックの ID
	Id *string `json:"id,omitempty"`
	// ライセンスパックの名前
	Name *string `json:"name,omitempty"`
	// 現在のライセンス数
	Quantity *int32 `json:"quantity,omitempty"`
	// ライセンスパックの販売元
	SalesChannel *string `json:"salesChannel,omitempty"`
}

SoraCamLicensePackResponse struct for SoraCamLicensePackResponse

func NewSoraCamLicensePackResponse

func NewSoraCamLicensePackResponse() *SoraCamLicensePackResponse

NewSoraCamLicensePackResponse instantiates a new SoraCamLicensePackResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoraCamLicensePackResponseWithDefaults

func NewSoraCamLicensePackResponseWithDefaults() *SoraCamLicensePackResponse

NewSoraCamLicensePackResponseWithDefaults instantiates a new SoraCamLicensePackResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SoraCamLicensePackResponse) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*SoraCamLicensePackResponse) GetIdOk

func (o *SoraCamLicensePackResponse) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamLicensePackResponse) GetName

func (o *SoraCamLicensePackResponse) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*SoraCamLicensePackResponse) GetNameOk

func (o *SoraCamLicensePackResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamLicensePackResponse) GetQuantity

func (o *SoraCamLicensePackResponse) GetQuantity() int32

GetQuantity returns the Quantity field value if set, zero value otherwise.

func (*SoraCamLicensePackResponse) GetQuantityOk

func (o *SoraCamLicensePackResponse) GetQuantityOk() (*int32, bool)

GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamLicensePackResponse) GetSalesChannel

func (o *SoraCamLicensePackResponse) GetSalesChannel() string

GetSalesChannel returns the SalesChannel field value if set, zero value otherwise.

func (*SoraCamLicensePackResponse) GetSalesChannelOk

func (o *SoraCamLicensePackResponse) GetSalesChannelOk() (*string, bool)

GetSalesChannelOk returns a tuple with the SalesChannel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamLicensePackResponse) HasId

func (o *SoraCamLicensePackResponse) HasId() bool

HasId returns a boolean if a field has been set.

func (*SoraCamLicensePackResponse) HasName

func (o *SoraCamLicensePackResponse) HasName() bool

HasName returns a boolean if a field has been set.

func (*SoraCamLicensePackResponse) HasQuantity

func (o *SoraCamLicensePackResponse) HasQuantity() bool

HasQuantity returns a boolean if a field has been set.

func (*SoraCamLicensePackResponse) HasSalesChannel

func (o *SoraCamLicensePackResponse) HasSalesChannel() bool

HasSalesChannel returns a boolean if a field has been set.

func (SoraCamLicensePackResponse) MarshalJSON

func (o SoraCamLicensePackResponse) MarshalJSON() ([]byte, error)

func (*SoraCamLicensePackResponse) SetId

func (o *SoraCamLicensePackResponse) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*SoraCamLicensePackResponse) SetName

func (o *SoraCamLicensePackResponse) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*SoraCamLicensePackResponse) SetQuantity

func (o *SoraCamLicensePackResponse) SetQuantity(v int32)

SetQuantity gets a reference to the given int32 and assigns it to the Quantity field.

func (*SoraCamLicensePackResponse) SetSalesChannel

func (o *SoraCamLicensePackResponse) SetSalesChannel(v string)

SetSalesChannel gets a reference to the given string and assigns it to the SalesChannel field.

type SoraCamPlayListEntry

type SoraCamPlayListEntry struct {
	// 録画映像の開始時刻 (UNIX 時間 (ミリ秒))。リアルタイム映像の場合は省略されます。
	From *int64 `json:"from,omitempty"`
	// 録画映像の終了時刻 (UNIX 時間 (ミリ秒))。リアルタイム映像の場合は省略されます。
	To *int64 `json:"to,omitempty"`
	// ストリーミング映像 (リアルタイム映像 / 録画映像) の mpd ファイルを取得するための URL  - 以下の場合は URL が返されません。   - リアルタイム映像を取得しようとした場合に、ソラカメ対応カメラの電源が入っていない。   - リアルタイム映像を取得しようとした場合に、ソラカメ対応カメラでクラウド録画が開始されていない。   - 録画映像を取得しようとした場合に、指定した `from` から `to` の間に録画映像が存在しない。
	Url *string `json:"url,omitempty"`
}

SoraCamPlayListEntry struct for SoraCamPlayListEntry

func NewSoraCamPlayListEntry

func NewSoraCamPlayListEntry() *SoraCamPlayListEntry

NewSoraCamPlayListEntry instantiates a new SoraCamPlayListEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoraCamPlayListEntryWithDefaults

func NewSoraCamPlayListEntryWithDefaults() *SoraCamPlayListEntry

NewSoraCamPlayListEntryWithDefaults instantiates a new SoraCamPlayListEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SoraCamPlayListEntry) GetFrom

func (o *SoraCamPlayListEntry) GetFrom() int64

GetFrom returns the From field value if set, zero value otherwise.

func (*SoraCamPlayListEntry) GetFromOk

func (o *SoraCamPlayListEntry) GetFromOk() (*int64, bool)

GetFromOk returns a tuple with the From field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamPlayListEntry) GetTo

func (o *SoraCamPlayListEntry) GetTo() int64

GetTo returns the To field value if set, zero value otherwise.

func (*SoraCamPlayListEntry) GetToOk

func (o *SoraCamPlayListEntry) GetToOk() (*int64, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamPlayListEntry) GetUrl

func (o *SoraCamPlayListEntry) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*SoraCamPlayListEntry) GetUrlOk

func (o *SoraCamPlayListEntry) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamPlayListEntry) HasFrom

func (o *SoraCamPlayListEntry) HasFrom() bool

HasFrom returns a boolean if a field has been set.

func (*SoraCamPlayListEntry) HasTo

func (o *SoraCamPlayListEntry) HasTo() bool

HasTo returns a boolean if a field has been set.

func (*SoraCamPlayListEntry) HasUrl

func (o *SoraCamPlayListEntry) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (SoraCamPlayListEntry) MarshalJSON

func (o SoraCamPlayListEntry) MarshalJSON() ([]byte, error)

func (*SoraCamPlayListEntry) SetFrom

func (o *SoraCamPlayListEntry) SetFrom(v int64)

SetFrom gets a reference to the given int64 and assigns it to the From field.

func (*SoraCamPlayListEntry) SetTo

func (o *SoraCamPlayListEntry) SetTo(v int64)

SetTo gets a reference to the given int64 and assigns it to the To field.

func (*SoraCamPlayListEntry) SetUrl

func (o *SoraCamPlayListEntry) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

type SoraCamStreamingVideo

type SoraCamStreamingVideo struct {
	// ストリーミング映像 (リアルタイム映像 / 録画映像) のプレイリストエントリーの配列  - リアルタイム映像の場合は、返却される動画ファイルは常にひとつです。また、`from` および `to` は省略されます。 - 録画映像の場合は、録画の状態によって動画ファイルが分割されていることがあります。
	PlayList []SoraCamPlayListEntry `json:"playList,omitempty"`
}

SoraCamStreamingVideo struct for SoraCamStreamingVideo

func NewSoraCamStreamingVideo

func NewSoraCamStreamingVideo() *SoraCamStreamingVideo

NewSoraCamStreamingVideo instantiates a new SoraCamStreamingVideo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoraCamStreamingVideoWithDefaults

func NewSoraCamStreamingVideoWithDefaults() *SoraCamStreamingVideo

NewSoraCamStreamingVideoWithDefaults instantiates a new SoraCamStreamingVideo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SoraCamStreamingVideo) GetPlayList

func (o *SoraCamStreamingVideo) GetPlayList() []SoraCamPlayListEntry

GetPlayList returns the PlayList field value if set, zero value otherwise.

func (*SoraCamStreamingVideo) GetPlayListOk

func (o *SoraCamStreamingVideo) GetPlayListOk() ([]SoraCamPlayListEntry, bool)

GetPlayListOk returns a tuple with the PlayList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamStreamingVideo) HasPlayList

func (o *SoraCamStreamingVideo) HasPlayList() bool

HasPlayList returns a boolean if a field has been set.

func (SoraCamStreamingVideo) MarshalJSON

func (o SoraCamStreamingVideo) MarshalJSON() ([]byte, error)

func (*SoraCamStreamingVideo) SetPlayList

func (o *SoraCamStreamingVideo) SetPlayList(v []SoraCamPlayListEntry)

SetPlayList gets a reference to the given []SoraCamPlayListEntry and assigns it to the PlayList field.

type SoraCamVideoExportInfo

type SoraCamVideoExportInfo struct {
	// ソラカメ対応カメラのデバイス ID
	DeviceId *string `json:"deviceId,omitempty"`
	// URL の有効期限 (UNIX 時間 (ミリ秒))
	ExpiryTime *int64 `json:"expiryTime,omitempty"`
	// エクスポート ID。[`SoraCam:exportSoraCamDeviceRecordedVideo API`](/ja-jp/tools/api/reference/#/SoraCam/exportSoraCamDeviceRecordedVideo) で取得したエクスポート ID を、[`SoraCam:getSoraCamDeviceExportedVideo API`](/ja-jp/tools/api/reference/#/SoraCam/getSoraCamDeviceExportedVideo) で指定すると、mp4 ファイルを zip 形式で圧縮したファイルをダウンロードするための URL を取得できます。
	ExportId *string `json:"exportId,omitempty"`
	// [`SoraCam:exportSoraCamDeviceRecordedVideo API`](/ja-jp/tools/api/reference/#/SoraCam/exportSoraCamDeviceRecordedVideo) を呼び出したオペレーターの ID
	OperatorId *string `json:"operatorId,omitempty"`
	// [`SoraCam:exportSoraCamDeviceRecordedVideo API`](/ja-jp/tools/api/reference/#/SoraCam/exportSoraCamDeviceRecordedVideo) によるエクスポートのリクエストを SORACOM プラットフォームが受け付けた日時 (UNIX 時間 (ミリ秒))
	RequestedTime *int64 `json:"requestedTime,omitempty"`
	// エクスポート処理の現在の状況。  - `initializing`: 初期状態 - `processing`: 処理中 - `completed`: エクスポート完了 - `failed`: エクスポート失敗 - `expired`: URL の有効期限切れ
	Status *string `json:"status,omitempty"`
	// mp4 ファイルを zip 形式で圧縮したファイルをダウンロードするための URL。`status` が `completed` の場合のみ含まれます。  - ダウンロードした zip 形式のファイルを展開すると、mp4 ファイルを取得できます。
	Url *string `json:"url,omitempty"`
}

SoraCamVideoExportInfo struct for SoraCamVideoExportInfo

func NewSoraCamVideoExportInfo

func NewSoraCamVideoExportInfo() *SoraCamVideoExportInfo

NewSoraCamVideoExportInfo instantiates a new SoraCamVideoExportInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoraCamVideoExportInfoWithDefaults

func NewSoraCamVideoExportInfoWithDefaults() *SoraCamVideoExportInfo

NewSoraCamVideoExportInfoWithDefaults instantiates a new SoraCamVideoExportInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SoraCamVideoExportInfo) GetDeviceId

func (o *SoraCamVideoExportInfo) GetDeviceId() string

GetDeviceId returns the DeviceId field value if set, zero value otherwise.

func (*SoraCamVideoExportInfo) GetDeviceIdOk

func (o *SoraCamVideoExportInfo) GetDeviceIdOk() (*string, bool)

GetDeviceIdOk returns a tuple with the DeviceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamVideoExportInfo) GetExpiryTime

func (o *SoraCamVideoExportInfo) GetExpiryTime() int64

GetExpiryTime returns the ExpiryTime field value if set, zero value otherwise.

func (*SoraCamVideoExportInfo) GetExpiryTimeOk

func (o *SoraCamVideoExportInfo) GetExpiryTimeOk() (*int64, bool)

GetExpiryTimeOk returns a tuple with the ExpiryTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamVideoExportInfo) GetExportId

func (o *SoraCamVideoExportInfo) GetExportId() string

GetExportId returns the ExportId field value if set, zero value otherwise.

func (*SoraCamVideoExportInfo) GetExportIdOk

func (o *SoraCamVideoExportInfo) GetExportIdOk() (*string, bool)

GetExportIdOk returns a tuple with the ExportId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamVideoExportInfo) GetOperatorId

func (o *SoraCamVideoExportInfo) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*SoraCamVideoExportInfo) GetOperatorIdOk

func (o *SoraCamVideoExportInfo) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamVideoExportInfo) GetRequestedTime

func (o *SoraCamVideoExportInfo) GetRequestedTime() int64

GetRequestedTime returns the RequestedTime field value if set, zero value otherwise.

func (*SoraCamVideoExportInfo) GetRequestedTimeOk

func (o *SoraCamVideoExportInfo) GetRequestedTimeOk() (*int64, bool)

GetRequestedTimeOk returns a tuple with the RequestedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamVideoExportInfo) GetStatus

func (o *SoraCamVideoExportInfo) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*SoraCamVideoExportInfo) GetStatusOk

func (o *SoraCamVideoExportInfo) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamVideoExportInfo) GetUrl

func (o *SoraCamVideoExportInfo) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*SoraCamVideoExportInfo) GetUrlOk

func (o *SoraCamVideoExportInfo) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamVideoExportInfo) HasDeviceId

func (o *SoraCamVideoExportInfo) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

func (*SoraCamVideoExportInfo) HasExpiryTime

func (o *SoraCamVideoExportInfo) HasExpiryTime() bool

HasExpiryTime returns a boolean if a field has been set.

func (*SoraCamVideoExportInfo) HasExportId

func (o *SoraCamVideoExportInfo) HasExportId() bool

HasExportId returns a boolean if a field has been set.

func (*SoraCamVideoExportInfo) HasOperatorId

func (o *SoraCamVideoExportInfo) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (*SoraCamVideoExportInfo) HasRequestedTime

func (o *SoraCamVideoExportInfo) HasRequestedTime() bool

HasRequestedTime returns a boolean if a field has been set.

func (*SoraCamVideoExportInfo) HasStatus

func (o *SoraCamVideoExportInfo) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*SoraCamVideoExportInfo) HasUrl

func (o *SoraCamVideoExportInfo) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (SoraCamVideoExportInfo) MarshalJSON

func (o SoraCamVideoExportInfo) MarshalJSON() ([]byte, error)

func (*SoraCamVideoExportInfo) SetDeviceId

func (o *SoraCamVideoExportInfo) SetDeviceId(v string)

SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.

func (*SoraCamVideoExportInfo) SetExpiryTime

func (o *SoraCamVideoExportInfo) SetExpiryTime(v int64)

SetExpiryTime gets a reference to the given int64 and assigns it to the ExpiryTime field.

func (*SoraCamVideoExportInfo) SetExportId

func (o *SoraCamVideoExportInfo) SetExportId(v string)

SetExportId gets a reference to the given string and assigns it to the ExportId field.

func (*SoraCamVideoExportInfo) SetOperatorId

func (o *SoraCamVideoExportInfo) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

func (*SoraCamVideoExportInfo) SetRequestedTime

func (o *SoraCamVideoExportInfo) SetRequestedTime(v int64)

SetRequestedTime gets a reference to the given int64 and assigns it to the RequestedTime field.

func (*SoraCamVideoExportInfo) SetStatus

func (o *SoraCamVideoExportInfo) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*SoraCamVideoExportInfo) SetUrl

func (o *SoraCamVideoExportInfo) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

type SoraCamVideoExportSpecification

type SoraCamVideoExportSpecification struct {
	// エクスポート対象の開始時刻 (UNIX 時間 (ミリ秒))
	From int64 `json:"from"`
	// エクスポート対象の終了時刻 (UNIX 時間 (ミリ秒))  - 一回の API 呼び出しでエクスポートできる時間は最大 300 秒 (5 分) です。`from` と `to` の差が、300 秒を超えないようにしてください。
	To int64 `json:"to"`
}

SoraCamVideoExportSpecification struct for SoraCamVideoExportSpecification

func NewSoraCamVideoExportSpecification

func NewSoraCamVideoExportSpecification(from int64, to int64) *SoraCamVideoExportSpecification

NewSoraCamVideoExportSpecification instantiates a new SoraCamVideoExportSpecification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoraCamVideoExportSpecificationWithDefaults

func NewSoraCamVideoExportSpecificationWithDefaults() *SoraCamVideoExportSpecification

NewSoraCamVideoExportSpecificationWithDefaults instantiates a new SoraCamVideoExportSpecification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SoraCamVideoExportSpecification) GetFrom

GetFrom returns the From field value

func (*SoraCamVideoExportSpecification) GetFromOk

func (o *SoraCamVideoExportSpecification) GetFromOk() (*int64, bool)

GetFromOk returns a tuple with the From field value and a boolean to check if the value has been set.

func (*SoraCamVideoExportSpecification) GetTo

GetTo returns the To field value

func (*SoraCamVideoExportSpecification) GetToOk

func (o *SoraCamVideoExportSpecification) GetToOk() (*int64, bool)

GetToOk returns a tuple with the To field value and a boolean to check if the value has been set.

func (SoraCamVideoExportSpecification) MarshalJSON

func (o SoraCamVideoExportSpecification) MarshalJSON() ([]byte, error)

func (*SoraCamVideoExportSpecification) SetFrom

func (o *SoraCamVideoExportSpecification) SetFrom(v int64)

SetFrom sets field value

func (*SoraCamVideoExportSpecification) SetTo

SetTo sets field value

type SoraCamVideoExportUsage

type SoraCamVideoExportUsage struct {
	// 今月中にエクスポート可能な録画映像の残りの秒数
	RemainingSeconds *int32 `json:"remainingSeconds,omitempty"`
	// 今月消費した動画の視聴可能時間をすべて録画映像でエクスポートしたと仮定した場合の、エクスポート可能な秒数
	UsedSeconds *int32 `json:"usedSeconds,omitempty"`
}

SoraCamVideoExportUsage struct for SoraCamVideoExportUsage

func NewSoraCamVideoExportUsage

func NewSoraCamVideoExportUsage() *SoraCamVideoExportUsage

NewSoraCamVideoExportUsage instantiates a new SoraCamVideoExportUsage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoraCamVideoExportUsageWithDefaults

func NewSoraCamVideoExportUsageWithDefaults() *SoraCamVideoExportUsage

NewSoraCamVideoExportUsageWithDefaults instantiates a new SoraCamVideoExportUsage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SoraCamVideoExportUsage) GetRemainingSeconds

func (o *SoraCamVideoExportUsage) GetRemainingSeconds() int32

GetRemainingSeconds returns the RemainingSeconds field value if set, zero value otherwise.

func (*SoraCamVideoExportUsage) GetRemainingSecondsOk

func (o *SoraCamVideoExportUsage) GetRemainingSecondsOk() (*int32, bool)

GetRemainingSecondsOk returns a tuple with the RemainingSeconds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamVideoExportUsage) GetUsedSeconds

func (o *SoraCamVideoExportUsage) GetUsedSeconds() int32

GetUsedSeconds returns the UsedSeconds field value if set, zero value otherwise.

func (*SoraCamVideoExportUsage) GetUsedSecondsOk

func (o *SoraCamVideoExportUsage) GetUsedSecondsOk() (*int32, bool)

GetUsedSecondsOk returns a tuple with the UsedSeconds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraCamVideoExportUsage) HasRemainingSeconds

func (o *SoraCamVideoExportUsage) HasRemainingSeconds() bool

HasRemainingSeconds returns a boolean if a field has been set.

func (*SoraCamVideoExportUsage) HasUsedSeconds

func (o *SoraCamVideoExportUsage) HasUsedSeconds() bool

HasUsedSeconds returns a boolean if a field has been set.

func (SoraCamVideoExportUsage) MarshalJSON

func (o SoraCamVideoExportUsage) MarshalJSON() ([]byte, error)

func (*SoraCamVideoExportUsage) SetRemainingSeconds

func (o *SoraCamVideoExportUsage) SetRemainingSeconds(v int32)

SetRemainingSeconds gets a reference to the given int32 and assigns it to the RemainingSeconds field.

func (*SoraCamVideoExportUsage) SetUsedSeconds

func (o *SoraCamVideoExportUsage) SetUsedSeconds(v int32)

SetUsedSeconds gets a reference to the given int32 and assigns it to the UsedSeconds field.

type SoracomBeamStats

type SoracomBeamStats struct {
	Count *int64 `json:"count,omitempty"`
}

SoracomBeamStats struct for SoracomBeamStats

func NewSoracomBeamStats

func NewSoracomBeamStats() *SoracomBeamStats

NewSoracomBeamStats instantiates a new SoracomBeamStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoracomBeamStatsWithDefaults

func NewSoracomBeamStatsWithDefaults() *SoracomBeamStats

NewSoracomBeamStatsWithDefaults instantiates a new SoracomBeamStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SoracomBeamStats) GetCount

func (o *SoracomBeamStats) GetCount() int64

GetCount returns the Count field value if set, zero value otherwise.

func (*SoracomBeamStats) GetCountOk

func (o *SoracomBeamStats) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoracomBeamStats) HasCount

func (o *SoracomBeamStats) HasCount() bool

HasCount returns a boolean if a field has been set.

func (SoracomBeamStats) MarshalJSON

func (o SoracomBeamStats) MarshalJSON() ([]byte, error)

func (*SoracomBeamStats) SetCount

func (o *SoracomBeamStats) SetCount(v int64)

SetCount gets a reference to the given int64 and assigns it to the Count field.

type SoracomFunkStats

type SoracomFunkStats struct {
	Count *int64 `json:"count,omitempty"`
}

SoracomFunkStats struct for SoracomFunkStats

func NewSoracomFunkStats

func NewSoracomFunkStats() *SoracomFunkStats

NewSoracomFunkStats instantiates a new SoracomFunkStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoracomFunkStatsWithDefaults

func NewSoracomFunkStatsWithDefaults() *SoracomFunkStats

NewSoracomFunkStatsWithDefaults instantiates a new SoracomFunkStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SoracomFunkStats) GetCount

func (o *SoracomFunkStats) GetCount() int64

GetCount returns the Count field value if set, zero value otherwise.

func (*SoracomFunkStats) GetCountOk

func (o *SoracomFunkStats) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoracomFunkStats) HasCount

func (o *SoracomFunkStats) HasCount() bool

HasCount returns a boolean if a field has been set.

func (SoracomFunkStats) MarshalJSON

func (o SoracomFunkStats) MarshalJSON() ([]byte, error)

func (*SoracomFunkStats) SetCount

func (o *SoracomFunkStats) SetCount(v int64)

SetCount gets a reference to the given int64 and assigns it to the Count field.

type SoracomFunnelStats

type SoracomFunnelStats struct {
	Count *int64 `json:"count,omitempty"`
}

SoracomFunnelStats struct for SoracomFunnelStats

func NewSoracomFunnelStats

func NewSoracomFunnelStats() *SoracomFunnelStats

NewSoracomFunnelStats instantiates a new SoracomFunnelStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoracomFunnelStatsWithDefaults

func NewSoracomFunnelStatsWithDefaults() *SoracomFunnelStats

NewSoracomFunnelStatsWithDefaults instantiates a new SoracomFunnelStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SoracomFunnelStats) GetCount

func (o *SoracomFunnelStats) GetCount() int64

GetCount returns the Count field value if set, zero value otherwise.

func (*SoracomFunnelStats) GetCountOk

func (o *SoracomFunnelStats) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoracomFunnelStats) HasCount

func (o *SoracomFunnelStats) HasCount() bool

HasCount returns a boolean if a field has been set.

func (SoracomFunnelStats) MarshalJSON

func (o SoracomFunnelStats) MarshalJSON() ([]byte, error)

func (*SoracomFunnelStats) SetCount

func (o *SoracomFunnelStats) SetCount(v int64)

SetCount gets a reference to the given int64 and assigns it to the Count field.

type SoracomHarvestStats

type SoracomHarvestStats struct {
	Count *int64 `json:"count,omitempty"`
}

SoracomHarvestStats struct for SoracomHarvestStats

func NewSoracomHarvestStats

func NewSoracomHarvestStats() *SoracomHarvestStats

NewSoracomHarvestStats instantiates a new SoracomHarvestStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoracomHarvestStatsWithDefaults

func NewSoracomHarvestStatsWithDefaults() *SoracomHarvestStats

NewSoracomHarvestStatsWithDefaults instantiates a new SoracomHarvestStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SoracomHarvestStats) GetCount

func (o *SoracomHarvestStats) GetCount() int64

GetCount returns the Count field value if set, zero value otherwise.

func (*SoracomHarvestStats) GetCountOk

func (o *SoracomHarvestStats) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoracomHarvestStats) HasCount

func (o *SoracomHarvestStats) HasCount() bool

HasCount returns a boolean if a field has been set.

func (SoracomHarvestStats) MarshalJSON

func (o SoracomHarvestStats) MarshalJSON() ([]byte, error)

func (*SoracomHarvestStats) SetCount

func (o *SoracomHarvestStats) SetCount(v int64)

SetCount gets a reference to the given int64 and assigns it to the Count field.

type Soralet

type Soralet struct {
	CreatedTime *int64  `json:"createdTime,omitempty"`
	Description *string `json:"description,omitempty"`
	OperatorId  *string `json:"operatorId,omitempty"`
	SoraletId   *string `json:"soraletId,omitempty"`
	UpdatedTime *int64  `json:"updatedTime,omitempty"`
}

Soralet struct for Soralet

func NewSoralet

func NewSoralet() *Soralet

NewSoralet instantiates a new Soralet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoraletWithDefaults

func NewSoraletWithDefaults() *Soralet

NewSoraletWithDefaults instantiates a new Soralet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Soralet) GetCreatedTime

func (o *Soralet) GetCreatedTime() int64

GetCreatedTime returns the CreatedTime field value if set, zero value otherwise.

func (*Soralet) GetCreatedTimeOk

func (o *Soralet) GetCreatedTimeOk() (*int64, bool)

GetCreatedTimeOk returns a tuple with the CreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Soralet) GetDescription

func (o *Soralet) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Soralet) GetDescriptionOk

func (o *Soralet) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Soralet) GetOperatorId

func (o *Soralet) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*Soralet) GetOperatorIdOk

func (o *Soralet) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Soralet) GetSoraletId

func (o *Soralet) GetSoraletId() string

GetSoraletId returns the SoraletId field value if set, zero value otherwise.

func (*Soralet) GetSoraletIdOk

func (o *Soralet) GetSoraletIdOk() (*string, bool)

GetSoraletIdOk returns a tuple with the SoraletId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Soralet) GetUpdatedTime

func (o *Soralet) GetUpdatedTime() int64

GetUpdatedTime returns the UpdatedTime field value if set, zero value otherwise.

func (*Soralet) GetUpdatedTimeOk

func (o *Soralet) GetUpdatedTimeOk() (*int64, bool)

GetUpdatedTimeOk returns a tuple with the UpdatedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Soralet) HasCreatedTime

func (o *Soralet) HasCreatedTime() bool

HasCreatedTime returns a boolean if a field has been set.

func (*Soralet) HasDescription

func (o *Soralet) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Soralet) HasOperatorId

func (o *Soralet) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (*Soralet) HasSoraletId

func (o *Soralet) HasSoraletId() bool

HasSoraletId returns a boolean if a field has been set.

func (*Soralet) HasUpdatedTime

func (o *Soralet) HasUpdatedTime() bool

HasUpdatedTime returns a boolean if a field has been set.

func (Soralet) MarshalJSON

func (o Soralet) MarshalJSON() ([]byte, error)

func (*Soralet) SetCreatedTime

func (o *Soralet) SetCreatedTime(v int64)

SetCreatedTime gets a reference to the given int64 and assigns it to the CreatedTime field.

func (*Soralet) SetDescription

func (o *Soralet) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Soralet) SetOperatorId

func (o *Soralet) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

func (*Soralet) SetSoraletId

func (o *Soralet) SetSoraletId(v string)

SetSoraletId gets a reference to the given string and assigns it to the SoraletId field.

func (*Soralet) SetUpdatedTime

func (o *Soralet) SetUpdatedTime(v int64)

SetUpdatedTime gets a reference to the given int64 and assigns it to the UpdatedTime field.

type SoraletApiService

type SoraletApiService service

SoraletApiService SoraletApi service

func (*SoraletApiService) CreateSoralet

CreateSoralet Soralet を作成します。

Soralet を作成します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSoraletRequest

func (*SoraletApiService) CreateSoraletExecute

func (a *SoraletApiService) CreateSoraletExecute(r ApiCreateSoraletRequest) (*http.Response, error)

Execute executes the request

func (*SoraletApiService) DeleteSoralet

func (a *SoraletApiService) DeleteSoralet(ctx context.Context, soraletId string) ApiDeleteSoraletRequest

DeleteSoralet Soralet を削除します。

Soralet を削除します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param soraletId 削除したい Soralet の識別子
@return ApiDeleteSoraletRequest

func (*SoraletApiService) DeleteSoraletExecute

func (a *SoraletApiService) DeleteSoraletExecute(r ApiDeleteSoraletRequest) (*http.Response, error)

Execute executes the request

func (*SoraletApiService) DeleteSoraletVersion

func (a *SoraletApiService) DeleteSoraletVersion(ctx context.Context, soraletId string, version int32) ApiDeleteSoraletVersionRequest

DeleteSoraletVersion Soralet のバージョンを削除します。

Soralet のバージョンを削除します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param soraletId Soralet の識別子
@param version 削除したい Soralet のバージョン
@return ApiDeleteSoraletVersionRequest

func (*SoraletApiService) DeleteSoraletVersionExecute

func (a *SoraletApiService) DeleteSoraletVersionExecute(r ApiDeleteSoraletVersionRequest) (*http.Response, error)

Execute executes the request

func (*SoraletApiService) GetSoralet

func (a *SoraletApiService) GetSoralet(ctx context.Context, soraletId string) ApiGetSoraletRequest

GetSoralet Soralet を取得します。

Soralet を取得します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param soraletId 取得したい Soralet の識別子
@return ApiGetSoraletRequest

func (*SoraletApiService) GetSoraletExecute

func (a *SoraletApiService) GetSoraletExecute(r ApiGetSoraletRequest) (*Soralet, *http.Response, error)

Execute executes the request

@return Soralet

func (*SoraletApiService) GetSoraletLogs

func (a *SoraletApiService) GetSoraletLogs(ctx context.Context, soraletId string) ApiGetSoraletLogsRequest

GetSoraletLogs Soralet のログメッセージを取得します。

指定された Soralet からのログメッセージの一覧を取得します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param soraletId Soralet の識別子
@return ApiGetSoraletLogsRequest

func (*SoraletApiService) GetSoraletLogsExecute

func (a *SoraletApiService) GetSoraletLogsExecute(r ApiGetSoraletLogsRequest) ([]SoraletLog, *http.Response, error)

Execute executes the request

@return []SoraletLog

func (*SoraletApiService) ListSoraletVersions

func (a *SoraletApiService) ListSoraletVersions(ctx context.Context, soraletId string) ApiListSoraletVersionsRequest

ListSoraletVersions Soralet のバージョン一覧を取得します。

Soralet のバージョン一覧を取得します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param soraletId バージョン一覧を取得したい Soralet の識別子
@return ApiListSoraletVersionsRequest

func (*SoraletApiService) ListSoraletVersionsExecute

func (a *SoraletApiService) ListSoraletVersionsExecute(r ApiListSoraletVersionsRequest) ([]SoraletVersion, *http.Response, error)

Execute executes the request

@return []SoraletVersion

func (*SoraletApiService) ListSoralets

ListSoralets Soralet の一覧を取得します。

Soralet の一覧を取得します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListSoraletsRequest

func (*SoraletApiService) ListSoraletsExecute

func (a *SoraletApiService) ListSoraletsExecute(r ApiListSoraletsRequest) ([]Soralet, *http.Response, error)

Execute executes the request

@return []Soralet

func (*SoraletApiService) TestSoralet

func (a *SoraletApiService) TestSoralet(ctx context.Context, soraletId string) ApiTestSoraletRequest

TestSoralet 引数を指定して Soralet をテスト実行します。

引数を指定して Soralet をテスト実行します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param soraletId Soralet の識別子
@return ApiTestSoraletRequest

func (*SoraletApiService) TestSoraletExecute

Execute executes the request

@return ExecuteSoraletResponse

func (*SoraletApiService) UploadSoraletCode

func (a *SoraletApiService) UploadSoraletCode(ctx context.Context, soraletId string) ApiUploadSoraletCodeRequest

UploadSoraletCode コードをアップロードし、新しいバージョンを作成します。

コードをアップロードし、新しいバージョンを作成します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param soraletId コードのアップロード先の Soralet の識別子
@return ApiUploadSoraletCodeRequest

func (*SoraletApiService) UploadSoraletCodeExecute

func (a *SoraletApiService) UploadSoraletCodeExecute(r ApiUploadSoraletCodeRequest) (*SoraletVersion, *http.Response, error)

Execute executes the request

@return SoraletVersion

type SoraletDataSource

type SoraletDataSource struct {
	ResourceId   string `json:"resourceId"`
	ResourceType string `json:"resourceType"`
}

SoraletDataSource struct for SoraletDataSource

func NewSoraletDataSource

func NewSoraletDataSource(resourceId string, resourceType string) *SoraletDataSource

NewSoraletDataSource instantiates a new SoraletDataSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoraletDataSourceWithDefaults

func NewSoraletDataSourceWithDefaults() *SoraletDataSource

NewSoraletDataSourceWithDefaults instantiates a new SoraletDataSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SoraletDataSource) GetResourceId

func (o *SoraletDataSource) GetResourceId() string

GetResourceId returns the ResourceId field value

func (*SoraletDataSource) GetResourceIdOk

func (o *SoraletDataSource) GetResourceIdOk() (*string, bool)

GetResourceIdOk returns a tuple with the ResourceId field value and a boolean to check if the value has been set.

func (*SoraletDataSource) GetResourceType

func (o *SoraletDataSource) GetResourceType() string

GetResourceType returns the ResourceType field value

func (*SoraletDataSource) GetResourceTypeOk

func (o *SoraletDataSource) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value and a boolean to check if the value has been set.

func (SoraletDataSource) MarshalJSON

func (o SoraletDataSource) MarshalJSON() ([]byte, error)

func (*SoraletDataSource) SetResourceId

func (o *SoraletDataSource) SetResourceId(v string)

SetResourceId sets field value

func (*SoraletDataSource) SetResourceType

func (o *SoraletDataSource) SetResourceType(v string)

SetResourceType sets field value

type SoraletLog

type SoraletLog struct {
	CreatedTime *int64  `json:"createdTime,omitempty"`
	Message     *string `json:"message,omitempty"`
	OperatorId  *string `json:"operatorId,omitempty"`
	SoraletId   *string `json:"soraletId,omitempty"`
	Version     *int64  `json:"version,omitempty"`
}

SoraletLog struct for SoraletLog

func NewSoraletLog

func NewSoraletLog() *SoraletLog

NewSoraletLog instantiates a new SoraletLog object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoraletLogWithDefaults

func NewSoraletLogWithDefaults() *SoraletLog

NewSoraletLogWithDefaults instantiates a new SoraletLog object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SoraletLog) GetCreatedTime

func (o *SoraletLog) GetCreatedTime() int64

GetCreatedTime returns the CreatedTime field value if set, zero value otherwise.

func (*SoraletLog) GetCreatedTimeOk

func (o *SoraletLog) GetCreatedTimeOk() (*int64, bool)

GetCreatedTimeOk returns a tuple with the CreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraletLog) GetMessage

func (o *SoraletLog) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*SoraletLog) GetMessageOk

func (o *SoraletLog) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraletLog) GetOperatorId

func (o *SoraletLog) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*SoraletLog) GetOperatorIdOk

func (o *SoraletLog) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraletLog) GetSoraletId

func (o *SoraletLog) GetSoraletId() string

GetSoraletId returns the SoraletId field value if set, zero value otherwise.

func (*SoraletLog) GetSoraletIdOk

func (o *SoraletLog) GetSoraletIdOk() (*string, bool)

GetSoraletIdOk returns a tuple with the SoraletId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraletLog) GetVersion

func (o *SoraletLog) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*SoraletLog) GetVersionOk

func (o *SoraletLog) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraletLog) HasCreatedTime

func (o *SoraletLog) HasCreatedTime() bool

HasCreatedTime returns a boolean if a field has been set.

func (*SoraletLog) HasMessage

func (o *SoraletLog) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*SoraletLog) HasOperatorId

func (o *SoraletLog) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (*SoraletLog) HasSoraletId

func (o *SoraletLog) HasSoraletId() bool

HasSoraletId returns a boolean if a field has been set.

func (*SoraletLog) HasVersion

func (o *SoraletLog) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (SoraletLog) MarshalJSON

func (o SoraletLog) MarshalJSON() ([]byte, error)

func (*SoraletLog) SetCreatedTime

func (o *SoraletLog) SetCreatedTime(v int64)

SetCreatedTime gets a reference to the given int64 and assigns it to the CreatedTime field.

func (*SoraletLog) SetMessage

func (o *SoraletLog) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*SoraletLog) SetOperatorId

func (o *SoraletLog) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

func (*SoraletLog) SetSoraletId

func (o *SoraletLog) SetSoraletId(v string)

SetSoraletId gets a reference to the given string and assigns it to the SoraletId field.

func (*SoraletLog) SetVersion

func (o *SoraletLog) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type SoraletVersion

type SoraletVersion struct {
	CreatedTime *int64  `json:"createdTime,omitempty"`
	Hash        *string `json:"hash,omitempty"`
	OperatorId  *string `json:"operatorId,omitempty"`
	Size        *int64  `json:"size,omitempty"`
	SoraletId   *string `json:"soraletId,omitempty"`
	Srn         *string `json:"srn,omitempty"`
	Version     *int64  `json:"version,omitempty"`
}

SoraletVersion struct for SoraletVersion

func NewSoraletVersion

func NewSoraletVersion() *SoraletVersion

NewSoraletVersion instantiates a new SoraletVersion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSoraletVersionWithDefaults

func NewSoraletVersionWithDefaults() *SoraletVersion

NewSoraletVersionWithDefaults instantiates a new SoraletVersion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SoraletVersion) GetCreatedTime

func (o *SoraletVersion) GetCreatedTime() int64

GetCreatedTime returns the CreatedTime field value if set, zero value otherwise.

func (*SoraletVersion) GetCreatedTimeOk

func (o *SoraletVersion) GetCreatedTimeOk() (*int64, bool)

GetCreatedTimeOk returns a tuple with the CreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraletVersion) GetHash

func (o *SoraletVersion) GetHash() string

GetHash returns the Hash field value if set, zero value otherwise.

func (*SoraletVersion) GetHashOk

func (o *SoraletVersion) GetHashOk() (*string, bool)

GetHashOk returns a tuple with the Hash field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraletVersion) GetOperatorId

func (o *SoraletVersion) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*SoraletVersion) GetOperatorIdOk

func (o *SoraletVersion) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraletVersion) GetSize

func (o *SoraletVersion) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*SoraletVersion) GetSizeOk

func (o *SoraletVersion) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraletVersion) GetSoraletId

func (o *SoraletVersion) GetSoraletId() string

GetSoraletId returns the SoraletId field value if set, zero value otherwise.

func (*SoraletVersion) GetSoraletIdOk

func (o *SoraletVersion) GetSoraletIdOk() (*string, bool)

GetSoraletIdOk returns a tuple with the SoraletId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraletVersion) GetSrn

func (o *SoraletVersion) GetSrn() string

GetSrn returns the Srn field value if set, zero value otherwise.

func (*SoraletVersion) GetSrnOk

func (o *SoraletVersion) GetSrnOk() (*string, bool)

GetSrnOk returns a tuple with the Srn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraletVersion) GetVersion

func (o *SoraletVersion) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*SoraletVersion) GetVersionOk

func (o *SoraletVersion) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SoraletVersion) HasCreatedTime

func (o *SoraletVersion) HasCreatedTime() bool

HasCreatedTime returns a boolean if a field has been set.

func (*SoraletVersion) HasHash

func (o *SoraletVersion) HasHash() bool

HasHash returns a boolean if a field has been set.

func (*SoraletVersion) HasOperatorId

func (o *SoraletVersion) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (*SoraletVersion) HasSize

func (o *SoraletVersion) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*SoraletVersion) HasSoraletId

func (o *SoraletVersion) HasSoraletId() bool

HasSoraletId returns a boolean if a field has been set.

func (*SoraletVersion) HasSrn

func (o *SoraletVersion) HasSrn() bool

HasSrn returns a boolean if a field has been set.

func (*SoraletVersion) HasVersion

func (o *SoraletVersion) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (SoraletVersion) MarshalJSON

func (o SoraletVersion) MarshalJSON() ([]byte, error)

func (*SoraletVersion) SetCreatedTime

func (o *SoraletVersion) SetCreatedTime(v int64)

SetCreatedTime gets a reference to the given int64 and assigns it to the CreatedTime field.

func (*SoraletVersion) SetHash

func (o *SoraletVersion) SetHash(v string)

SetHash gets a reference to the given string and assigns it to the Hash field.

func (*SoraletVersion) SetOperatorId

func (o *SoraletVersion) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

func (*SoraletVersion) SetSize

func (o *SoraletVersion) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (*SoraletVersion) SetSoraletId

func (o *SoraletVersion) SetSoraletId(v string)

SetSoraletId gets a reference to the given string and assigns it to the SoraletId field.

func (*SoraletVersion) SetSrn

func (o *SoraletVersion) SetSrn(v string)

SetSrn gets a reference to the given string and assigns it to the Srn field.

func (*SoraletVersion) SetVersion

func (o *SoraletVersion) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

type StatsApiService

type StatsApiService service

StatsApiService StatsApi service

func (*StatsApiService) ExportAirStats

func (a *StatsApiService) ExportAirStats(ctx context.Context, operatorId string) ApiExportAirStatsRequest

ExportAirStats Export Air Usage Report of All Subscribers

Operator が保有する全 Subscriber の通信量をファイルで取得する。取得対象の期間は from, to の unixtime で指定する。履歴の詳細度は月単位。ファイルの出力先は AWS S3。ファイルの出力形式は CSV。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiExportAirStatsRequest

func (*StatsApiService) ExportAirStatsExecute

Execute executes the request

@return FileExportResponse

func (*StatsApiService) ExportBeamStats

func (a *StatsApiService) ExportBeamStats(ctx context.Context, operatorId string) ApiExportBeamStatsRequest

ExportBeamStats Export Beam Usage Report of All Subscribers

Operator が保有する全 Subscriber の SORACOM Beam 利用量履歴をファイルで取得する。取得対象の期間は from, to の unixtime で指定する。履歴の詳細度は月単位。ファイルの出力先は AWS S3。ファイルの出力形式は CSV。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator ID
@return ApiExportBeamStatsRequest

func (*StatsApiService) ExportBeamStatsExecute

Execute executes the request

@return FileExportResponse

func (*StatsApiService) ExportFunkStats

func (a *StatsApiService) ExportFunkStats(ctx context.Context, operatorId string) ApiExportFunkStatsRequest

ExportFunkStats Export Funk Usage Report of All Subscribers

Operator が保有する全 Subscriber の SORACOM Funk 利用量履歴をファイルで取得する。取得対象の期間は from, to の unixtime で指定する。履歴の詳細度は月単位。ファイルの出力先は AWS S3。ファイルの出力形式は CSV。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator ID
@return ApiExportFunkStatsRequest

func (*StatsApiService) ExportFunkStatsExecute

Execute executes the request

@return FileExportResponse

func (*StatsApiService) ExportFunnelStats

func (a *StatsApiService) ExportFunnelStats(ctx context.Context, operatorId string) ApiExportFunnelStatsRequest

ExportFunnelStats Export Funnel Usage Report of All Subscribers

Operator が保有する全 Subscriber の SORACOM Funnel 利用量履歴をファイルで取得する。取得対象の期間は from, to の unixtime で指定する。履歴の詳細度は月単位。ファイルの出力先は AWS S3。ファイルの出力形式は CSV。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator ID
@return ApiExportFunnelStatsRequest

func (*StatsApiService) ExportFunnelStatsExecute

Execute executes the request

@return FileExportResponse

func (*StatsApiService) GetAirStats

func (a *StatsApiService) GetAirStats(ctx context.Context, imsi string) ApiGetAirStatsRequest

GetAirStats Get Air Usage Report of Subscriber

IMSI で指定した Subscriber の通信量履歴を取得する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi imsi
@return ApiGetAirStatsRequest

func (*StatsApiService) GetAirStatsExecute

func (a *StatsApiService) GetAirStatsExecute(r ApiGetAirStatsRequest) ([]AirStatsResponse, *http.Response, error)

Execute executes the request

@return []AirStatsResponse

func (*StatsApiService) GetAirStatsOfSim

func (a *StatsApiService) GetAirStatsOfSim(ctx context.Context, simId string) ApiGetAirStatsOfSimRequest

GetAirStatsOfSim Get Air Usage Report of SIM

simId で指定した SIM の通信量履歴を取得する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param simId SIM ID
@return ApiGetAirStatsOfSimRequest

func (*StatsApiService) GetAirStatsOfSimExecute

func (a *StatsApiService) GetAirStatsOfSimExecute(r ApiGetAirStatsOfSimRequest) ([]AirStatsResponse, *http.Response, error)

Execute executes the request

@return []AirStatsResponse

func (*StatsApiService) GetBeamStats

func (a *StatsApiService) GetBeamStats(ctx context.Context, imsi string) ApiGetBeamStatsRequest

GetBeamStats Get Beam Usage Report of Subscriber

IMSI で指定した Subscriber の SORACOM Beam 利用量履歴を取得する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi imsi
@return ApiGetBeamStatsRequest

func (*StatsApiService) GetBeamStatsExecute

Execute executes the request

@return []BeamStatsResponse

func (*StatsApiService) GetFunkStats

func (a *StatsApiService) GetFunkStats(ctx context.Context, imsi string) ApiGetFunkStatsRequest

GetFunkStats Get Funk Usage Report of Subscriber

IMSI で指定した Subscriber の SORACOM Funk 利用量履歴を取得する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi imsi
@return ApiGetFunkStatsRequest

func (*StatsApiService) GetFunkStatsExecute

Execute executes the request

@return []FunkStatsResponse

func (*StatsApiService) GetFunnelStats

func (a *StatsApiService) GetFunnelStats(ctx context.Context, imsi string) ApiGetFunnelStatsRequest

GetFunnelStats Get Funnel Usage Report of Subscriber

IMSI で指定した Subscriber の SORACOM Funnel 利用量履歴を取得する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi imsi
@return ApiGetFunnelStatsRequest

func (*StatsApiService) GetFunnelStatsExecute

Execute executes the request

@return []FunnelStatsResponse

func (*StatsApiService) GetHarvestExportedDataStats

func (a *StatsApiService) GetHarvestExportedDataStats(ctx context.Context, operatorId string) ApiGetHarvestExportedDataStatsRequest

GetHarvestExportedDataStats Harvest の利用統計情報を取得します。

指定された Operator の指定された年月における Harvest データの読み込みデータ通信量を byte 単位で取得します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator ID
@return ApiGetHarvestExportedDataStatsRequest

func (*StatsApiService) GetHarvestExportedDataStatsExecute

Execute executes the request

@return HarvestExportedDataStatsResponse

func (*StatsApiService) GetHarvestStats

func (a *StatsApiService) GetHarvestStats(ctx context.Context, imsi string) ApiGetHarvestStatsRequest

GetHarvestStats Get Harvest Usage Report of Subscriber

IMSI で指定した Subscriber の SORACOM Harvest 利用量履歴を取得する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi imsi
@return ApiGetHarvestStatsRequest

func (*StatsApiService) GetHarvestStatsExecute

Execute executes the request

@return []HarvestStatsResponse

func (*StatsApiService) GetNapterAuditLogsExportedDataStats

func (a *StatsApiService) GetNapterAuditLogsExportedDataStats(ctx context.Context) ApiGetNapterAuditLogsExportedDataStatsRequest

GetNapterAuditLogsExportedDataStats Napter 監査ログの月次読み込みデータ量を取得する。

指定された年月における Napter 監査ログの読み込みデータ通信量を byte 単位で取得する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetNapterAuditLogsExportedDataStatsRequest

func (*StatsApiService) GetNapterAuditLogsExportedDataStatsExecute

Execute executes the request

@return NapterAuditLogsExportedDataStatsResponse

type Subscriber

type Subscriber struct {
	// この SIM で使用可能な APN(アクセスポイント名)
	Apn     *string  `json:"apn,omitempty"`
	Bundles []string `json:"bundles,omitempty"`
	// この SIM が作成された日時のタイムスタンプ
	CreatedAt *int64 `json:"createdAt,omitempty"`
	// この SIM の有効期限が切れた日時のタイムスタンプ
	ExpiredAt *int64 `json:"expiredAt,omitempty"`
	// この SIM の有効期限が切れた日時のタイムスタンプ
	ExpiredTime  *int64  `json:"expiredTime,omitempty"`
	ExpiryAction *string `json:"expiryAction,omitempty"`
	// この SIM が所属しているグループの ID
	GroupId *string `json:"groupId,omitempty"`
	// この SIM の ICCID
	Iccid    *string   `json:"iccid,omitempty"`
	ImeiLock *ImeiLock `json:"imeiLock,omitempty"`
	// この SIM の IMSI
	Imsi      *string `json:"imsi,omitempty"`
	IpAddress *string `json:"ipAddress,omitempty"`
	// この SIM の情報が変更された日時のタイムスタンプ
	LastModifiedAt *int64 `json:"lastModifiedAt,omitempty"`
	// この SIM で Napter オンデマンドリモートアクセスサービスが利用された日時のタイムスタンプ(ミリ秒単位の Unix 時間)。 この SIM で一度も Napter を利用したことがなければ null となります。
	LastPortMappingCreatedTime *int64                      `json:"lastPortMappingCreatedTime,omitempty"`
	LocationRegistrationStatus *LocationRegistrationStatus `json:"locationRegistrationStatus,omitempty"`
	// 物理的な SIM の形状(フォームファクタ)。取りうる値は、標準 (2FF) サイズの \"mini\"、 3FF サイズの \"micro\"、4FF サイズの \"nano\"、切り取りかた次第で 2FF/3FF/4FF いずれのサイズにもできる \"trio\"、MFF2 とも呼ばれる組込み型 (eSIM) の \"embedded\" です。
	ModuleType *string `json:"moduleType,omitempty"`
	// この SIM の MSISDN
	Msisdn *string `json:"msisdn,omitempty"`
	// この SIM を所有しているオペレーターのオペレーター ID
	OperatorId *string `json:"operatorId,omitempty"`
	// SMS 機能を有しているかどうか。0 なら SMS 未対応、1 なら SMS 対応。
	Plan            *int32                 `json:"plan,omitempty"`
	PreviousSession *PreviousSessionStatus `json:"previousSession,omitempty"`
	// この SIM が手動でオペレーターに登録された日時を表すタイムスタンプ(ミリ秒単位の Unix 時刻) ユーザーコンソールから SIM を購入し、自動的に登録された場合はこのフィールドは存在しません。
	RegisteredTime *int64 `json:"registeredTime,omitempty"`
	// この SIM のシリアル番号
	SerialNumber  *string        `json:"serialNumber,omitempty"`
	SessionStatus *SessionStatus `json:"sessionStatus,omitempty"`
	// この SIM の SIM ID
	SimId *string `json:"simId,omitempty"`
	// この SIM の速度クラス
	SpeedClass *string `json:"speedClass,omitempty"`
	// この SIM の契約状態。取りうる値は \"ready\"、\"active\"、\"inactive\"、\"standby\"、 \"suspended\" もしくは \"terminated\"
	Status *string `json:"status,omitempty"`
	// この SIM のサブスクリプションの名前
	Subscription *string `json:"subscription,omitempty"`
	// An object which always contains at least one property \"name\" with a string value. If you give a subscriber/SIM a name, the name will be returned as the value of the \"name\" property. If the subscriber/SIM does not have a name, an empty string \"\" is returned. In addition, if you create any custom tags for the subscriber/SIM, each custom tag will appear as additional properties in the object.
	Tags               *map[string]string `json:"tags,omitempty"`
	TerminationEnabled *bool              `json:"terminationEnabled,omitempty"`
	// この SIM の速度クラス
	Type *string `json:"type,omitempty"`
}

Subscriber struct for Subscriber

func NewSubscriber

func NewSubscriber() *Subscriber

NewSubscriber instantiates a new Subscriber object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubscriberWithDefaults

func NewSubscriberWithDefaults() *Subscriber

NewSubscriberWithDefaults instantiates a new Subscriber object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Subscriber) GetApn

func (o *Subscriber) GetApn() string

GetApn returns the Apn field value if set, zero value otherwise.

func (*Subscriber) GetApnOk

func (o *Subscriber) GetApnOk() (*string, bool)

GetApnOk returns a tuple with the Apn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetBundles

func (o *Subscriber) GetBundles() []string

GetBundles returns the Bundles field value if set, zero value otherwise.

func (*Subscriber) GetBundlesOk

func (o *Subscriber) GetBundlesOk() ([]string, bool)

GetBundlesOk returns a tuple with the Bundles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetCreatedAt

func (o *Subscriber) GetCreatedAt() int64

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*Subscriber) GetCreatedAtOk

func (o *Subscriber) GetCreatedAtOk() (*int64, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetExpiredAt

func (o *Subscriber) GetExpiredAt() int64

GetExpiredAt returns the ExpiredAt field value if set, zero value otherwise.

func (*Subscriber) GetExpiredAtOk

func (o *Subscriber) GetExpiredAtOk() (*int64, bool)

GetExpiredAtOk returns a tuple with the ExpiredAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetExpiredTime

func (o *Subscriber) GetExpiredTime() int64

GetExpiredTime returns the ExpiredTime field value if set, zero value otherwise.

func (*Subscriber) GetExpiredTimeOk

func (o *Subscriber) GetExpiredTimeOk() (*int64, bool)

GetExpiredTimeOk returns a tuple with the ExpiredTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetExpiryAction

func (o *Subscriber) GetExpiryAction() string

GetExpiryAction returns the ExpiryAction field value if set, zero value otherwise.

func (*Subscriber) GetExpiryActionOk

func (o *Subscriber) GetExpiryActionOk() (*string, bool)

GetExpiryActionOk returns a tuple with the ExpiryAction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetGroupId

func (o *Subscriber) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*Subscriber) GetGroupIdOk

func (o *Subscriber) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetIccid

func (o *Subscriber) GetIccid() string

GetIccid returns the Iccid field value if set, zero value otherwise.

func (*Subscriber) GetIccidOk

func (o *Subscriber) GetIccidOk() (*string, bool)

GetIccidOk returns a tuple with the Iccid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetImeiLock

func (o *Subscriber) GetImeiLock() ImeiLock

GetImeiLock returns the ImeiLock field value if set, zero value otherwise.

func (*Subscriber) GetImeiLockOk

func (o *Subscriber) GetImeiLockOk() (*ImeiLock, bool)

GetImeiLockOk returns a tuple with the ImeiLock field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetImsi

func (o *Subscriber) GetImsi() string

GetImsi returns the Imsi field value if set, zero value otherwise.

func (*Subscriber) GetImsiOk

func (o *Subscriber) GetImsiOk() (*string, bool)

GetImsiOk returns a tuple with the Imsi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetIpAddress

func (o *Subscriber) GetIpAddress() string

GetIpAddress returns the IpAddress field value if set, zero value otherwise.

func (*Subscriber) GetIpAddressOk

func (o *Subscriber) GetIpAddressOk() (*string, bool)

GetIpAddressOk returns a tuple with the IpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetLastModifiedAt

func (o *Subscriber) GetLastModifiedAt() int64

GetLastModifiedAt returns the LastModifiedAt field value if set, zero value otherwise.

func (*Subscriber) GetLastModifiedAtOk

func (o *Subscriber) GetLastModifiedAtOk() (*int64, bool)

GetLastModifiedAtOk returns a tuple with the LastModifiedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetLastPortMappingCreatedTime

func (o *Subscriber) GetLastPortMappingCreatedTime() int64

GetLastPortMappingCreatedTime returns the LastPortMappingCreatedTime field value if set, zero value otherwise.

func (*Subscriber) GetLastPortMappingCreatedTimeOk

func (o *Subscriber) GetLastPortMappingCreatedTimeOk() (*int64, bool)

GetLastPortMappingCreatedTimeOk returns a tuple with the LastPortMappingCreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetLocationRegistrationStatus

func (o *Subscriber) GetLocationRegistrationStatus() LocationRegistrationStatus

GetLocationRegistrationStatus returns the LocationRegistrationStatus field value if set, zero value otherwise.

func (*Subscriber) GetLocationRegistrationStatusOk

func (o *Subscriber) GetLocationRegistrationStatusOk() (*LocationRegistrationStatus, bool)

GetLocationRegistrationStatusOk returns a tuple with the LocationRegistrationStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetModuleType

func (o *Subscriber) GetModuleType() string

GetModuleType returns the ModuleType field value if set, zero value otherwise.

func (*Subscriber) GetModuleTypeOk

func (o *Subscriber) GetModuleTypeOk() (*string, bool)

GetModuleTypeOk returns a tuple with the ModuleType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetMsisdn

func (o *Subscriber) GetMsisdn() string

GetMsisdn returns the Msisdn field value if set, zero value otherwise.

func (*Subscriber) GetMsisdnOk

func (o *Subscriber) GetMsisdnOk() (*string, bool)

GetMsisdnOk returns a tuple with the Msisdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetOperatorId

func (o *Subscriber) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*Subscriber) GetOperatorIdOk

func (o *Subscriber) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetPlan

func (o *Subscriber) GetPlan() int32

GetPlan returns the Plan field value if set, zero value otherwise.

func (*Subscriber) GetPlanOk

func (o *Subscriber) GetPlanOk() (*int32, bool)

GetPlanOk returns a tuple with the Plan field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetPreviousSession

func (o *Subscriber) GetPreviousSession() PreviousSessionStatus

GetPreviousSession returns the PreviousSession field value if set, zero value otherwise.

func (*Subscriber) GetPreviousSessionOk

func (o *Subscriber) GetPreviousSessionOk() (*PreviousSessionStatus, bool)

GetPreviousSessionOk returns a tuple with the PreviousSession field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetRegisteredTime

func (o *Subscriber) GetRegisteredTime() int64

GetRegisteredTime returns the RegisteredTime field value if set, zero value otherwise.

func (*Subscriber) GetRegisteredTimeOk

func (o *Subscriber) GetRegisteredTimeOk() (*int64, bool)

GetRegisteredTimeOk returns a tuple with the RegisteredTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetSerialNumber

func (o *Subscriber) GetSerialNumber() string

GetSerialNumber returns the SerialNumber field value if set, zero value otherwise.

func (*Subscriber) GetSerialNumberOk

func (o *Subscriber) GetSerialNumberOk() (*string, bool)

GetSerialNumberOk returns a tuple with the SerialNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetSessionStatus

func (o *Subscriber) GetSessionStatus() SessionStatus

GetSessionStatus returns the SessionStatus field value if set, zero value otherwise.

func (*Subscriber) GetSessionStatusOk

func (o *Subscriber) GetSessionStatusOk() (*SessionStatus, bool)

GetSessionStatusOk returns a tuple with the SessionStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetSimId

func (o *Subscriber) GetSimId() string

GetSimId returns the SimId field value if set, zero value otherwise.

func (*Subscriber) GetSimIdOk

func (o *Subscriber) GetSimIdOk() (*string, bool)

GetSimIdOk returns a tuple with the SimId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetSpeedClass

func (o *Subscriber) GetSpeedClass() string

GetSpeedClass returns the SpeedClass field value if set, zero value otherwise.

func (*Subscriber) GetSpeedClassOk

func (o *Subscriber) GetSpeedClassOk() (*string, bool)

GetSpeedClassOk returns a tuple with the SpeedClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetStatus

func (o *Subscriber) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*Subscriber) GetStatusOk

func (o *Subscriber) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetSubscription

func (o *Subscriber) GetSubscription() string

GetSubscription returns the Subscription field value if set, zero value otherwise.

func (*Subscriber) GetSubscriptionOk

func (o *Subscriber) GetSubscriptionOk() (*string, bool)

GetSubscriptionOk returns a tuple with the Subscription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetTags

func (o *Subscriber) GetTags() map[string]string

GetTags returns the Tags field value if set, zero value otherwise.

func (*Subscriber) GetTagsOk

func (o *Subscriber) GetTagsOk() (*map[string]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetTerminationEnabled

func (o *Subscriber) GetTerminationEnabled() bool

GetTerminationEnabled returns the TerminationEnabled field value if set, zero value otherwise.

func (*Subscriber) GetTerminationEnabledOk

func (o *Subscriber) GetTerminationEnabledOk() (*bool, bool)

GetTerminationEnabledOk returns a tuple with the TerminationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) GetType

func (o *Subscriber) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*Subscriber) GetTypeOk

func (o *Subscriber) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscriber) HasApn

func (o *Subscriber) HasApn() bool

HasApn returns a boolean if a field has been set.

func (*Subscriber) HasBundles

func (o *Subscriber) HasBundles() bool

HasBundles returns a boolean if a field has been set.

func (*Subscriber) HasCreatedAt

func (o *Subscriber) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*Subscriber) HasExpiredAt

func (o *Subscriber) HasExpiredAt() bool

HasExpiredAt returns a boolean if a field has been set.

func (*Subscriber) HasExpiredTime

func (o *Subscriber) HasExpiredTime() bool

HasExpiredTime returns a boolean if a field has been set.

func (*Subscriber) HasExpiryAction

func (o *Subscriber) HasExpiryAction() bool

HasExpiryAction returns a boolean if a field has been set.

func (*Subscriber) HasGroupId

func (o *Subscriber) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*Subscriber) HasIccid

func (o *Subscriber) HasIccid() bool

HasIccid returns a boolean if a field has been set.

func (*Subscriber) HasImeiLock

func (o *Subscriber) HasImeiLock() bool

HasImeiLock returns a boolean if a field has been set.

func (*Subscriber) HasImsi

func (o *Subscriber) HasImsi() bool

HasImsi returns a boolean if a field has been set.

func (*Subscriber) HasIpAddress

func (o *Subscriber) HasIpAddress() bool

HasIpAddress returns a boolean if a field has been set.

func (*Subscriber) HasLastModifiedAt

func (o *Subscriber) HasLastModifiedAt() bool

HasLastModifiedAt returns a boolean if a field has been set.

func (*Subscriber) HasLastPortMappingCreatedTime

func (o *Subscriber) HasLastPortMappingCreatedTime() bool

HasLastPortMappingCreatedTime returns a boolean if a field has been set.

func (*Subscriber) HasLocationRegistrationStatus

func (o *Subscriber) HasLocationRegistrationStatus() bool

HasLocationRegistrationStatus returns a boolean if a field has been set.

func (*Subscriber) HasModuleType

func (o *Subscriber) HasModuleType() bool

HasModuleType returns a boolean if a field has been set.

func (*Subscriber) HasMsisdn

func (o *Subscriber) HasMsisdn() bool

HasMsisdn returns a boolean if a field has been set.

func (*Subscriber) HasOperatorId

func (o *Subscriber) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (*Subscriber) HasPlan

func (o *Subscriber) HasPlan() bool

HasPlan returns a boolean if a field has been set.

func (*Subscriber) HasPreviousSession

func (o *Subscriber) HasPreviousSession() bool

HasPreviousSession returns a boolean if a field has been set.

func (*Subscriber) HasRegisteredTime

func (o *Subscriber) HasRegisteredTime() bool

HasRegisteredTime returns a boolean if a field has been set.

func (*Subscriber) HasSerialNumber

func (o *Subscriber) HasSerialNumber() bool

HasSerialNumber returns a boolean if a field has been set.

func (*Subscriber) HasSessionStatus

func (o *Subscriber) HasSessionStatus() bool

HasSessionStatus returns a boolean if a field has been set.

func (*Subscriber) HasSimId

func (o *Subscriber) HasSimId() bool

HasSimId returns a boolean if a field has been set.

func (*Subscriber) HasSpeedClass

func (o *Subscriber) HasSpeedClass() bool

HasSpeedClass returns a boolean if a field has been set.

func (*Subscriber) HasStatus

func (o *Subscriber) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*Subscriber) HasSubscription

func (o *Subscriber) HasSubscription() bool

HasSubscription returns a boolean if a field has been set.

func (*Subscriber) HasTags

func (o *Subscriber) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*Subscriber) HasTerminationEnabled

func (o *Subscriber) HasTerminationEnabled() bool

HasTerminationEnabled returns a boolean if a field has been set.

func (*Subscriber) HasType

func (o *Subscriber) HasType() bool

HasType returns a boolean if a field has been set.

func (Subscriber) MarshalJSON

func (o Subscriber) MarshalJSON() ([]byte, error)

func (*Subscriber) SetApn

func (o *Subscriber) SetApn(v string)

SetApn gets a reference to the given string and assigns it to the Apn field.

func (*Subscriber) SetBundles

func (o *Subscriber) SetBundles(v []string)

SetBundles gets a reference to the given []string and assigns it to the Bundles field.

func (*Subscriber) SetCreatedAt

func (o *Subscriber) SetCreatedAt(v int64)

SetCreatedAt gets a reference to the given int64 and assigns it to the CreatedAt field.

func (*Subscriber) SetExpiredAt

func (o *Subscriber) SetExpiredAt(v int64)

SetExpiredAt gets a reference to the given int64 and assigns it to the ExpiredAt field.

func (*Subscriber) SetExpiredTime

func (o *Subscriber) SetExpiredTime(v int64)

SetExpiredTime gets a reference to the given int64 and assigns it to the ExpiredTime field.

func (*Subscriber) SetExpiryAction

func (o *Subscriber) SetExpiryAction(v string)

SetExpiryAction gets a reference to the given string and assigns it to the ExpiryAction field.

func (*Subscriber) SetGroupId

func (o *Subscriber) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*Subscriber) SetIccid

func (o *Subscriber) SetIccid(v string)

SetIccid gets a reference to the given string and assigns it to the Iccid field.

func (*Subscriber) SetImeiLock

func (o *Subscriber) SetImeiLock(v ImeiLock)

SetImeiLock gets a reference to the given ImeiLock and assigns it to the ImeiLock field.

func (*Subscriber) SetImsi

func (o *Subscriber) SetImsi(v string)

SetImsi gets a reference to the given string and assigns it to the Imsi field.

func (*Subscriber) SetIpAddress

func (o *Subscriber) SetIpAddress(v string)

SetIpAddress gets a reference to the given string and assigns it to the IpAddress field.

func (*Subscriber) SetLastModifiedAt

func (o *Subscriber) SetLastModifiedAt(v int64)

SetLastModifiedAt gets a reference to the given int64 and assigns it to the LastModifiedAt field.

func (*Subscriber) SetLastPortMappingCreatedTime

func (o *Subscriber) SetLastPortMappingCreatedTime(v int64)

SetLastPortMappingCreatedTime gets a reference to the given int64 and assigns it to the LastPortMappingCreatedTime field.

func (*Subscriber) SetLocationRegistrationStatus

func (o *Subscriber) SetLocationRegistrationStatus(v LocationRegistrationStatus)

SetLocationRegistrationStatus gets a reference to the given LocationRegistrationStatus and assigns it to the LocationRegistrationStatus field.

func (*Subscriber) SetModuleType

func (o *Subscriber) SetModuleType(v string)

SetModuleType gets a reference to the given string and assigns it to the ModuleType field.

func (*Subscriber) SetMsisdn

func (o *Subscriber) SetMsisdn(v string)

SetMsisdn gets a reference to the given string and assigns it to the Msisdn field.

func (*Subscriber) SetOperatorId

func (o *Subscriber) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

func (*Subscriber) SetPlan

func (o *Subscriber) SetPlan(v int32)

SetPlan gets a reference to the given int32 and assigns it to the Plan field.

func (*Subscriber) SetPreviousSession

func (o *Subscriber) SetPreviousSession(v PreviousSessionStatus)

SetPreviousSession gets a reference to the given PreviousSessionStatus and assigns it to the PreviousSession field.

func (*Subscriber) SetRegisteredTime

func (o *Subscriber) SetRegisteredTime(v int64)

SetRegisteredTime gets a reference to the given int64 and assigns it to the RegisteredTime field.

func (*Subscriber) SetSerialNumber

func (o *Subscriber) SetSerialNumber(v string)

SetSerialNumber gets a reference to the given string and assigns it to the SerialNumber field.

func (*Subscriber) SetSessionStatus

func (o *Subscriber) SetSessionStatus(v SessionStatus)

SetSessionStatus gets a reference to the given SessionStatus and assigns it to the SessionStatus field.

func (*Subscriber) SetSimId

func (o *Subscriber) SetSimId(v string)

SetSimId gets a reference to the given string and assigns it to the SimId field.

func (*Subscriber) SetSpeedClass

func (o *Subscriber) SetSpeedClass(v string)

SetSpeedClass gets a reference to the given string and assigns it to the SpeedClass field.

func (*Subscriber) SetStatus

func (o *Subscriber) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*Subscriber) SetSubscription

func (o *Subscriber) SetSubscription(v string)

SetSubscription gets a reference to the given string and assigns it to the Subscription field.

func (*Subscriber) SetTags

func (o *Subscriber) SetTags(v map[string]string)

SetTags gets a reference to the given map[string]string and assigns it to the Tags field.

func (*Subscriber) SetTerminationEnabled

func (o *Subscriber) SetTerminationEnabled(v bool)

SetTerminationEnabled gets a reference to the given bool and assigns it to the TerminationEnabled field.

func (*Subscriber) SetType

func (o *Subscriber) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type SubscriberApiService

type SubscriberApiService service

SubscriberApiService SubscriberApi service

func (*SubscriberApiService) ActivateSubscriber

func (a *SubscriberApiService) ActivateSubscriber(ctx context.Context, imsi string) ApiActivateSubscriberRequest

ActivateSubscriber Activate Subscriber

指定した Subscriber のステータスを「使用中 (active)」に変更する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@return ApiActivateSubscriberRequest

func (*SubscriberApiService) ActivateSubscriberExecute

func (a *SubscriberApiService) ActivateSubscriberExecute(r ApiActivateSubscriberRequest) (*Subscriber, *http.Response, error)

Execute executes the request

@return Subscriber

func (*SubscriberApiService) DeactivateSubscriber

func (a *SubscriberApiService) DeactivateSubscriber(ctx context.Context, imsi string) ApiDeactivateSubscriberRequest

DeactivateSubscriber Deactivate Subscriber

指定した Subscriber のステータスを「休止中 (inactive)」に変更する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@return ApiDeactivateSubscriberRequest

func (*SubscriberApiService) DeactivateSubscriberExecute

func (a *SubscriberApiService) DeactivateSubscriberExecute(r ApiDeactivateSubscriberRequest) (*Subscriber, *http.Response, error)

Execute executes the request

@return Subscriber

func (*SubscriberApiService) DeleteSubscriberSession

func (a *SubscriberApiService) DeleteSubscriberSession(ctx context.Context, imsi string) ApiDeleteSubscriberSessionRequest

DeleteSubscriberSession Delete Session

指定した Subscriber のセッションを切断する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@return ApiDeleteSubscriberSessionRequest

func (*SubscriberApiService) DeleteSubscriberSessionExecute

func (a *SubscriberApiService) DeleteSubscriberSessionExecute(r ApiDeleteSubscriberSessionRequest) (*Subscriber, *http.Response, error)

Execute executes the request

@return Subscriber

func (*SubscriberApiService) DeleteSubscriberTag

func (a *SubscriberApiService) DeleteSubscriberTag(ctx context.Context, imsi string, tagName string) ApiDeleteSubscriberTagRequest

DeleteSubscriberTag Delete Subscriber Tag

指定した Subscriber のタグを削除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@param tagName 削除対象のタグ名(URL の Path の一部になるので、パーセントエンコーディングを施す。JavaScript なら encodeURIComponent() したものを指定する)
@return ApiDeleteSubscriberTagRequest

func (*SubscriberApiService) DeleteSubscriberTagExecute

func (a *SubscriberApiService) DeleteSubscriberTagExecute(r ApiDeleteSubscriberTagRequest) (*http.Response, error)

Execute executes the request

func (*SubscriberApiService) DeleteSubscriberTransferToken

func (a *SubscriberApiService) DeleteSubscriberTransferToken(ctx context.Context, token string) ApiDeleteSubscriberTransferTokenRequest

DeleteSubscriberTransferToken Delete Subscribers Transfer Token

Subscriber のオペレーター間移管トークンを削除し、移管をキャンセルする。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param token token
@return ApiDeleteSubscriberTransferTokenRequest

func (*SubscriberApiService) DeleteSubscriberTransferTokenExecute

func (a *SubscriberApiService) DeleteSubscriberTransferTokenExecute(r ApiDeleteSubscriberTransferTokenRequest) (*http.Response, error)

Execute executes the request

func (*SubscriberApiService) DisableTermination

func (a *SubscriberApiService) DisableTermination(ctx context.Context, imsi string) ApiDisableTerminationRequest

DisableTermination Disable Termination of Subscriber

指定した Subscriber の解約プロテクションを設定する (解約できないようにする)。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@return ApiDisableTerminationRequest

func (*SubscriberApiService) DisableTerminationExecute

func (a *SubscriberApiService) DisableTerminationExecute(r ApiDisableTerminationRequest) (*Subscriber, *http.Response, error)

Execute executes the request

@return Subscriber

func (*SubscriberApiService) EnableTermination

func (a *SubscriberApiService) EnableTermination(ctx context.Context, imsi string) ApiEnableTerminationRequest

EnableTermination Enable Termination of Subscriber

指定した Subscriber の解約プロテクションを解除する (解約できるようにする)。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@return ApiEnableTerminationRequest

func (*SubscriberApiService) EnableTerminationExecute

func (a *SubscriberApiService) EnableTerminationExecute(r ApiEnableTerminationRequest) (*Subscriber, *http.Response, error)

Execute executes the request

@return Subscriber

func (*SubscriberApiService) ExportSubscribers

ExportSubscribers Export all subscribers.

すべての Subscriber を CSV ファイルとしてエクスポートする

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiExportSubscribersRequest

func (*SubscriberApiService) ExportSubscribersExecute

Execute executes the request

@return FileExportResponse

func (*SubscriberApiService) GetDataFromSubscriber

func (a *SubscriberApiService) GetDataFromSubscriber(ctx context.Context, imsi string) ApiGetDataFromSubscriberRequest

GetDataFromSubscriber Get data sent from a subscriber.

指定したサブスクライバーから送られたデータの中で、条件に合うエントリのリストを返す。データエントリの総数が 1 ページに収まらない場合は、次のページにアクセスするための URL を`Link`ヘッダに含めて返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi データ取得対象のサブスクライバーの IMSI
@return ApiGetDataFromSubscriberRequest

func (*SubscriberApiService) GetDataFromSubscriberExecute

func (a *SubscriberApiService) GetDataFromSubscriberExecute(r ApiGetDataFromSubscriberRequest) ([]DataEntry, *http.Response, error)

Execute executes the request

@return []DataEntry

func (*SubscriberApiService) GetSubscriber

GetSubscriber Get Subscriber

指定した Subscriber の情報を取得する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@return ApiGetSubscriberRequest

func (*SubscriberApiService) GetSubscriberExecute

func (a *SubscriberApiService) GetSubscriberExecute(r ApiGetSubscriberRequest) (*Subscriber, *http.Response, error)

Execute executes the request

@return Subscriber

func (*SubscriberApiService) IssueSubscriberTransferToken

func (a *SubscriberApiService) IssueSubscriberTransferToken(ctx context.Context) ApiIssueSubscriberTransferTokenRequest

IssueSubscriberTransferToken Issue Subscribers Transfer Token

Subscriber のオペレーター間移管用トークンを、移管先オペレーターにメールで送付する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiIssueSubscriberTransferTokenRequest

func (*SubscriberApiService) IssueSubscriberTransferTokenExecute

Execute executes the request

@return IssueSubscriberTransferTokenResponse

func (*SubscriberApiService) ListSessionEvents

func (a *SubscriberApiService) ListSessionEvents(ctx context.Context, imsi string) ApiListSessionEventsRequest

ListSessionEvents List Session Events

指定した Subscriber に関する過去 32 日間のセッション履歴 (作成 / 変更 / 切断のイベント履歴) を返す。イベントの総数が 1 ページに収まらない場合は、レスポンス中に次のページにアクセスするための URL を `Link` ヘッダに含めて返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@return ApiListSessionEventsRequest

func (*SubscriberApiService) ListSessionEventsExecute

func (a *SubscriberApiService) ListSessionEventsExecute(r ApiListSessionEventsRequest) ([]SessionEvent, *http.Response, error)

Execute executes the request

@return []SessionEvent

func (*SubscriberApiService) ListSubscribers

ListSubscribers List Subscribers

条件にマッチする Subscriber のリストを返す。Subscriber の総数が 1 ページに収まらない場合は、レスポンス中に次のページにアクセスするための URL を`Link`ヘッダに含めて返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListSubscribersRequest

func (*SubscriberApiService) ListSubscribersExecute

func (a *SubscriberApiService) ListSubscribersExecute(r ApiListSubscribersRequest) ([]Subscriber, *http.Response, error)

Execute executes the request

@return []Subscriber

func (*SubscriberApiService) PutBundles

PutBundles Set Bundles to Subscriber.

指定した Subscriber にバンドルを設定する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@return ApiPutBundlesRequest

func (*SubscriberApiService) PutBundlesExecute

Execute executes the request

@return Subscriber

func (*SubscriberApiService) PutSubscriberTags

func (a *SubscriberApiService) PutSubscriberTags(ctx context.Context, imsi string) ApiPutSubscriberTagsRequest

PutSubscriberTags Bulk Insert or Update Subscriber Tags

指定した Subscriber のタグを追加 / 更新する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@return ApiPutSubscriberTagsRequest

func (*SubscriberApiService) PutSubscriberTagsExecute

func (a *SubscriberApiService) PutSubscriberTagsExecute(r ApiPutSubscriberTagsRequest) (*Subscriber, *http.Response, error)

Execute executes the request

@return Subscriber

func (*SubscriberApiService) RegisterSubscriber

func (a *SubscriberApiService) RegisterSubscriber(ctx context.Context, imsi string) ApiRegisterSubscriberRequest

RegisterSubscriber Register Subscriber

オペレーターに Subscriber を登録する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@return ApiRegisterSubscriberRequest

func (*SubscriberApiService) RegisterSubscriberExecute

func (a *SubscriberApiService) RegisterSubscriberExecute(r ApiRegisterSubscriberRequest) (*Subscriber, *http.Response, error)

Execute executes the request

@return Subscriber

func (*SubscriberApiService) ReportLocalInfo

ReportLocalInfo Triggers Subscriber to report SIM local info.

サブスクライバーに対し、SIM ローカル情報をレポートするように指示する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象のサブスクライバーの IMSI
@return ApiReportLocalInfoRequest

func (*SubscriberApiService) ReportLocalInfoExecute

func (a *SubscriberApiService) ReportLocalInfoExecute(r ApiReportLocalInfoRequest) (*Subscriber, *http.Response, error)

Execute executes the request

@return Subscriber

func (*SubscriberApiService) SendSms

SendSms Send SMS to Subscriber

指定したサブスクライバー宛に SMS を送信する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi SMS 送信対象のサブスクライバーの IMSI
@return ApiSendSmsRequest

func (*SubscriberApiService) SendSmsByMsisdn

func (a *SubscriberApiService) SendSmsByMsisdn(ctx context.Context, msisdn string) ApiSendSmsByMsisdnRequest

SendSmsByMsisdn Send SMS to Subscriber by MSISDN

MSISDN で指定したサブスクライバー宛に SMS を送信する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param msisdn SMS 送信対象のサブスクライバーの MSISDN
@return ApiSendSmsByMsisdnRequest

func (*SubscriberApiService) SendSmsByMsisdnExecute

Execute executes the request

@return SmsForwardingReport

func (*SubscriberApiService) SendSmsExecute

Execute executes the request

@return SmsForwardingReport

func (*SubscriberApiService) SetExpiryTime

SetExpiryTime Update Expiry Time of Subscriber

指定した Subscriber の有効期限とアクションを設定する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@return ApiSetExpiryTimeRequest

func (*SubscriberApiService) SetExpiryTimeExecute

func (a *SubscriberApiService) SetExpiryTimeExecute(r ApiSetExpiryTimeRequest) (*Subscriber, *http.Response, error)

Execute executes the request

@return Subscriber

func (*SubscriberApiService) SetGroup

SetGroup Set Group to Subscriber

指定した Subscriber のグループを設定する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@return ApiSetGroupRequest

func (*SubscriberApiService) SetGroupExecute

Execute executes the request

@return Subscriber

func (*SubscriberApiService) SetImeiLock

SetImeiLock Set IMEI lock configuration for Subscriber.

指定した Subscriber の IMEI ロックを設定する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@return ApiSetImeiLockRequest

func (*SubscriberApiService) SetImeiLockExecute

Execute executes the request

@return Subscriber

func (*SubscriberApiService) SetSubscriberToStandby

func (a *SubscriberApiService) SetSubscriberToStandby(ctx context.Context, imsi string) ApiSetSubscriberToStandbyRequest

SetSubscriberToStandby Set Subscriber to standby mode.

指定した Subscriber のステータスを「利用開始待ち (standby)」に変更する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@return ApiSetSubscriberToStandbyRequest

func (*SubscriberApiService) SetSubscriberToStandbyExecute

func (a *SubscriberApiService) SetSubscriberToStandbyExecute(r ApiSetSubscriberToStandbyRequest) (*Subscriber, *http.Response, error)

Execute executes the request

@return Subscriber

func (*SubscriberApiService) SubscriberDownlinkPingToUserEquipment

func (a *SubscriberApiService) SubscriberDownlinkPingToUserEquipment(ctx context.Context, imsi string) ApiSubscriberDownlinkPingToUserEquipmentRequest

SubscriberDownlinkPingToUserEquipment Subscriber に対して ping リクエストを送信する。

指定した Subscriber に ICMP ping リクエストを送信する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@return ApiSubscriberDownlinkPingToUserEquipmentRequest

func (*SubscriberApiService) SubscriberDownlinkPingToUserEquipmentExecute

func (a *SubscriberApiService) SubscriberDownlinkPingToUserEquipmentExecute(r ApiSubscriberDownlinkPingToUserEquipmentRequest) (*DownlinkPingResponse, *http.Response, error)

Execute executes the request

@return DownlinkPingResponse

func (*SubscriberApiService) SuspendSubscriber

func (a *SubscriberApiService) SuspendSubscriber(ctx context.Context, imsi string) ApiSuspendSubscriberRequest

SuspendSubscriber Suspend Subscriber

指定した Subscriber のステータスを「利用中断中 (suspended)」に変更する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@return ApiSuspendSubscriberRequest

func (*SubscriberApiService) SuspendSubscriberExecute

func (a *SubscriberApiService) SuspendSubscriberExecute(r ApiSuspendSubscriberRequest) (*Subscriber, *http.Response, error)

Execute executes the request

@return Subscriber

func (*SubscriberApiService) TerminateSubscriber

func (a *SubscriberApiService) TerminateSubscriber(ctx context.Context, imsi string) ApiTerminateSubscriberRequest

TerminateSubscriber Terminate Subscriber

指定した Subscriber を解約する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@return ApiTerminateSubscriberRequest

func (*SubscriberApiService) TerminateSubscriberExecute

func (a *SubscriberApiService) TerminateSubscriberExecute(r ApiTerminateSubscriberRequest) (*Subscriber, *http.Response, error)

Execute executes the request

@return Subscriber

func (*SubscriberApiService) UnsetExpiryTime

UnsetExpiryTime Delete Expiry Time of Subscriber

指定した Subscriber の有効期限を解除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@return ApiUnsetExpiryTimeRequest

func (*SubscriberApiService) UnsetExpiryTimeExecute

func (a *SubscriberApiService) UnsetExpiryTimeExecute(r ApiUnsetExpiryTimeRequest) (*http.Response, error)

Execute executes the request

func (*SubscriberApiService) UnsetGroup

UnsetGroup Unset Group to Subscriber

指定した Subscriber のグループ設定を解除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@return ApiUnsetGroupRequest

func (*SubscriberApiService) UnsetGroupExecute

Execute executes the request

@return Subscriber

func (*SubscriberApiService) UnsetImeiLock

UnsetImeiLock Unset IMEI lock configuration for Subscriber.

指定した Subscriber の IMEI ロックを解除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@return ApiUnsetImeiLockRequest

func (*SubscriberApiService) UnsetImeiLockExecute

func (a *SubscriberApiService) UnsetImeiLockExecute(r ApiUnsetImeiLockRequest) (*Subscriber, *http.Response, error)

Execute executes the request

@return Subscriber

func (*SubscriberApiService) UpdateSpeedClass

func (a *SubscriberApiService) UpdateSpeedClass(ctx context.Context, imsi string) ApiUpdateSpeedClassRequest

UpdateSpeedClass Update Subscriber speed class

指定した Subscriber の速度クラスを変更する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param imsi 対象の Subscriber の IMSI
@return ApiUpdateSpeedClassRequest

func (*SubscriberApiService) UpdateSpeedClassExecute

func (a *SubscriberApiService) UpdateSpeedClassExecute(r ApiUpdateSpeedClassRequest) (*Subscriber, *http.Response, error)

Execute executes the request

@return Subscriber

func (*SubscriberApiService) VerifySubscriberTransferToken

func (a *SubscriberApiService) VerifySubscriberTransferToken(ctx context.Context) ApiVerifySubscriberTransferTokenRequest

VerifySubscriberTransferToken Verify Subscriber Transfer Token

Subscriber 移管用のトークンを確認して、移管を実施する。この API は移管先の Operator で呼び出しを行う。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiVerifySubscriberTransferTokenRequest

func (*SubscriberApiService) VerifySubscriberTransferTokenExecute

Execute executes the request

@return VerifySubscriberTransferTokenResponse

type SubscriptionContainer

type SubscriptionContainer struct {
	ContainerId *int64                 `json:"containerId,omitempty"`
	Downloaded  *bool                  `json:"downloaded,omitempty"`
	Subscriber  *map[string]Subscriber `json:"subscriber,omitempty"`
}

SubscriptionContainer struct for SubscriptionContainer

func NewSubscriptionContainer

func NewSubscriptionContainer() *SubscriptionContainer

NewSubscriptionContainer instantiates a new SubscriptionContainer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubscriptionContainerWithDefaults

func NewSubscriptionContainerWithDefaults() *SubscriptionContainer

NewSubscriptionContainerWithDefaults instantiates a new SubscriptionContainer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubscriptionContainer) GetContainerId

func (o *SubscriptionContainer) GetContainerId() int64

GetContainerId returns the ContainerId field value if set, zero value otherwise.

func (*SubscriptionContainer) GetContainerIdOk

func (o *SubscriptionContainer) GetContainerIdOk() (*int64, bool)

GetContainerIdOk returns a tuple with the ContainerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionContainer) GetDownloaded

func (o *SubscriptionContainer) GetDownloaded() bool

GetDownloaded returns the Downloaded field value if set, zero value otherwise.

func (*SubscriptionContainer) GetDownloadedOk

func (o *SubscriptionContainer) GetDownloadedOk() (*bool, bool)

GetDownloadedOk returns a tuple with the Downloaded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionContainer) GetSubscriber

func (o *SubscriptionContainer) GetSubscriber() map[string]Subscriber

GetSubscriber returns the Subscriber field value if set, zero value otherwise.

func (*SubscriptionContainer) GetSubscriberOk

func (o *SubscriptionContainer) GetSubscriberOk() (*map[string]Subscriber, bool)

GetSubscriberOk returns a tuple with the Subscriber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionContainer) HasContainerId

func (o *SubscriptionContainer) HasContainerId() bool

HasContainerId returns a boolean if a field has been set.

func (*SubscriptionContainer) HasDownloaded

func (o *SubscriptionContainer) HasDownloaded() bool

HasDownloaded returns a boolean if a field has been set.

func (*SubscriptionContainer) HasSubscriber

func (o *SubscriptionContainer) HasSubscriber() bool

HasSubscriber returns a boolean if a field has been set.

func (SubscriptionContainer) MarshalJSON

func (o SubscriptionContainer) MarshalJSON() ([]byte, error)

func (*SubscriptionContainer) SetContainerId

func (o *SubscriptionContainer) SetContainerId(v int64)

SetContainerId gets a reference to the given int64 and assigns it to the ContainerId field.

func (*SubscriptionContainer) SetDownloaded

func (o *SubscriptionContainer) SetDownloaded(v bool)

SetDownloaded gets a reference to the given bool and assigns it to the Downloaded field.

func (*SubscriptionContainer) SetSubscriber

func (o *SubscriptionContainer) SetSubscriber(v map[string]Subscriber)

SetSubscriber gets a reference to the given map[string]Subscriber and assigns it to the Subscriber field.

type SubscriptionContainerStatus

type SubscriptionContainerStatus struct {
	Containers     []SubscriptionContainer                                    `json:"containers,omitempty"`
	CountryMapping *map[string]SubscriptionContainerStatusCountryMappingValue `json:"countryMapping,omitempty"`
}

SubscriptionContainerStatus struct for SubscriptionContainerStatus

func NewSubscriptionContainerStatus

func NewSubscriptionContainerStatus() *SubscriptionContainerStatus

NewSubscriptionContainerStatus instantiates a new SubscriptionContainerStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubscriptionContainerStatusWithDefaults

func NewSubscriptionContainerStatusWithDefaults() *SubscriptionContainerStatus

NewSubscriptionContainerStatusWithDefaults instantiates a new SubscriptionContainerStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubscriptionContainerStatus) GetContainers

GetContainers returns the Containers field value if set, zero value otherwise.

func (*SubscriptionContainerStatus) GetContainersOk

func (o *SubscriptionContainerStatus) GetContainersOk() ([]SubscriptionContainer, bool)

GetContainersOk returns a tuple with the Containers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionContainerStatus) GetCountryMapping

GetCountryMapping returns the CountryMapping field value if set, zero value otherwise.

func (*SubscriptionContainerStatus) GetCountryMappingOk

GetCountryMappingOk returns a tuple with the CountryMapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionContainerStatus) HasContainers

func (o *SubscriptionContainerStatus) HasContainers() bool

HasContainers returns a boolean if a field has been set.

func (*SubscriptionContainerStatus) HasCountryMapping

func (o *SubscriptionContainerStatus) HasCountryMapping() bool

HasCountryMapping returns a boolean if a field has been set.

func (SubscriptionContainerStatus) MarshalJSON

func (o SubscriptionContainerStatus) MarshalJSON() ([]byte, error)

func (*SubscriptionContainerStatus) SetContainers

func (o *SubscriptionContainerStatus) SetContainers(v []SubscriptionContainer)

SetContainers gets a reference to the given []SubscriptionContainer and assigns it to the Containers field.

func (*SubscriptionContainerStatus) SetCountryMapping

SetCountryMapping gets a reference to the given map[string]SubscriptionContainerStatusCountryMappingValue and assigns it to the CountryMapping field.

type SubscriptionContainerStatusCountryMappingValue

type SubscriptionContainerStatusCountryMappingValue struct {
	MappingRecord *SubscriptionContainerStatusCountryMappingValueMappingRecord `json:"mappingRecord,omitempty"`
	PlmnCode      *string                                                      `json:"plmnCode,omitempty"`
}

SubscriptionContainerStatusCountryMappingValue struct for SubscriptionContainerStatusCountryMappingValue

func NewSubscriptionContainerStatusCountryMappingValue

func NewSubscriptionContainerStatusCountryMappingValue() *SubscriptionContainerStatusCountryMappingValue

NewSubscriptionContainerStatusCountryMappingValue instantiates a new SubscriptionContainerStatusCountryMappingValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubscriptionContainerStatusCountryMappingValueWithDefaults

func NewSubscriptionContainerStatusCountryMappingValueWithDefaults() *SubscriptionContainerStatusCountryMappingValue

NewSubscriptionContainerStatusCountryMappingValueWithDefaults instantiates a new SubscriptionContainerStatusCountryMappingValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubscriptionContainerStatusCountryMappingValue) GetMappingRecord

GetMappingRecord returns the MappingRecord field value if set, zero value otherwise.

func (*SubscriptionContainerStatusCountryMappingValue) GetMappingRecordOk

GetMappingRecordOk returns a tuple with the MappingRecord field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionContainerStatusCountryMappingValue) GetPlmnCode

GetPlmnCode returns the PlmnCode field value if set, zero value otherwise.

func (*SubscriptionContainerStatusCountryMappingValue) GetPlmnCodeOk

GetPlmnCodeOk returns a tuple with the PlmnCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionContainerStatusCountryMappingValue) HasMappingRecord

HasMappingRecord returns a boolean if a field has been set.

func (*SubscriptionContainerStatusCountryMappingValue) HasPlmnCode

HasPlmnCode returns a boolean if a field has been set.

func (SubscriptionContainerStatusCountryMappingValue) MarshalJSON

func (*SubscriptionContainerStatusCountryMappingValue) SetMappingRecord

SetMappingRecord gets a reference to the given SubscriptionContainerStatusCountryMappingValueMappingRecord and assigns it to the MappingRecord field.

func (*SubscriptionContainerStatusCountryMappingValue) SetPlmnCode

SetPlmnCode gets a reference to the given string and assigns it to the PlmnCode field.

type SubscriptionContainerStatusCountryMappingValueMappingRecord

type SubscriptionContainerStatusCountryMappingValueMappingRecord struct {
	ContainerId  *int64  `json:"containerId,omitempty"`
	Subscription *string `json:"subscription,omitempty"`
}

SubscriptionContainerStatusCountryMappingValueMappingRecord struct for SubscriptionContainerStatusCountryMappingValueMappingRecord

func NewSubscriptionContainerStatusCountryMappingValueMappingRecord

func NewSubscriptionContainerStatusCountryMappingValueMappingRecord() *SubscriptionContainerStatusCountryMappingValueMappingRecord

NewSubscriptionContainerStatusCountryMappingValueMappingRecord instantiates a new SubscriptionContainerStatusCountryMappingValueMappingRecord object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubscriptionContainerStatusCountryMappingValueMappingRecordWithDefaults

func NewSubscriptionContainerStatusCountryMappingValueMappingRecordWithDefaults() *SubscriptionContainerStatusCountryMappingValueMappingRecord

NewSubscriptionContainerStatusCountryMappingValueMappingRecordWithDefaults instantiates a new SubscriptionContainerStatusCountryMappingValueMappingRecord object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubscriptionContainerStatusCountryMappingValueMappingRecord) GetContainerId

GetContainerId returns the ContainerId field value if set, zero value otherwise.

func (*SubscriptionContainerStatusCountryMappingValueMappingRecord) GetContainerIdOk

GetContainerIdOk returns a tuple with the ContainerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionContainerStatusCountryMappingValueMappingRecord) GetSubscription

GetSubscription returns the Subscription field value if set, zero value otherwise.

func (*SubscriptionContainerStatusCountryMappingValueMappingRecord) GetSubscriptionOk

GetSubscriptionOk returns a tuple with the Subscription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionContainerStatusCountryMappingValueMappingRecord) HasContainerId

HasContainerId returns a boolean if a field has been set.

func (*SubscriptionContainerStatusCountryMappingValueMappingRecord) HasSubscription

HasSubscription returns a boolean if a field has been set.

func (SubscriptionContainerStatusCountryMappingValueMappingRecord) MarshalJSON

func (*SubscriptionContainerStatusCountryMappingValueMappingRecord) SetContainerId

SetContainerId gets a reference to the given int64 and assigns it to the ContainerId field.

func (*SubscriptionContainerStatusCountryMappingValueMappingRecord) SetSubscription

SetSubscription gets a reference to the given string and assigns it to the Subscription field.

type SupportTokenResponse

type SupportTokenResponse struct {
	Token string `json:"token"`
}

SupportTokenResponse struct for SupportTokenResponse

func NewSupportTokenResponse

func NewSupportTokenResponse(token string) *SupportTokenResponse

NewSupportTokenResponse instantiates a new SupportTokenResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSupportTokenResponseWithDefaults

func NewSupportTokenResponseWithDefaults() *SupportTokenResponse

NewSupportTokenResponseWithDefaults instantiates a new SupportTokenResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SupportTokenResponse) GetToken

func (o *SupportTokenResponse) GetToken() string

GetToken returns the Token field value

func (*SupportTokenResponse) GetTokenOk

func (o *SupportTokenResponse) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.

func (SupportTokenResponse) MarshalJSON

func (o SupportTokenResponse) MarshalJSON() ([]byte, error)

func (*SupportTokenResponse) SetToken

func (o *SupportTokenResponse) SetToken(v string)

SetToken sets field value

type SystemNotificationApiService

type SystemNotificationApiService service

SystemNotificationApiService SystemNotificationApi service

func (*SystemNotificationApiService) DeleteSystemNotification

func (a *SystemNotificationApiService) DeleteSystemNotification(ctx context.Context, operatorId string, type_ string) ApiDeleteSystemNotificationRequest

DeleteSystemNotification Delete system notification

システム通知を削除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param type_ system notification type
@return ApiDeleteSystemNotificationRequest

func (*SystemNotificationApiService) DeleteSystemNotificationExecute

func (a *SystemNotificationApiService) DeleteSystemNotificationExecute(r ApiDeleteSystemNotificationRequest) (*http.Response, error)

Execute executes the request

func (*SystemNotificationApiService) GetSystemNotification

func (a *SystemNotificationApiService) GetSystemNotification(ctx context.Context, operatorId string, type_ string) ApiGetSystemNotificationRequest

GetSystemNotification Get system notification

システム通知を返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param type_ system notification type
@return ApiGetSystemNotificationRequest

func (*SystemNotificationApiService) GetSystemNotificationExecute

Execute executes the request

@return SystemNotificationsModel

func (*SystemNotificationApiService) ListSystemNotifications

func (a *SystemNotificationApiService) ListSystemNotifications(ctx context.Context, operatorId string) ApiListSystemNotificationsRequest

ListSystemNotifications List system notifications

システム通知の一覧を返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiListSystemNotificationsRequest

func (*SystemNotificationApiService) ListSystemNotificationsExecute

Execute executes the request

@return []SystemNotificationsModel

func (*SystemNotificationApiService) SetSystemNotification

func (a *SystemNotificationApiService) SetSystemNotification(ctx context.Context, operatorId string, type_ string) ApiSetSystemNotificationRequest

SetSystemNotification Set system notification

システム通知を設定する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param type_ system notification type
@return ApiSetSystemNotificationRequest

func (*SystemNotificationApiService) SetSystemNotificationExecute

Execute executes the request

@return SystemNotificationsModel

type SystemNotificationsModel

type SystemNotificationsModel struct {
	EmailIdList []string `json:"emailIdList,omitempty"`
	// 通知種別
	Type           *string `json:"type,omitempty"`
	UpdateDateTime *int64  `json:"updateDateTime,omitempty"`
}

SystemNotificationsModel struct for SystemNotificationsModel

func NewSystemNotificationsModel

func NewSystemNotificationsModel() *SystemNotificationsModel

NewSystemNotificationsModel instantiates a new SystemNotificationsModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSystemNotificationsModelWithDefaults

func NewSystemNotificationsModelWithDefaults() *SystemNotificationsModel

NewSystemNotificationsModelWithDefaults instantiates a new SystemNotificationsModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SystemNotificationsModel) GetEmailIdList

func (o *SystemNotificationsModel) GetEmailIdList() []string

GetEmailIdList returns the EmailIdList field value if set, zero value otherwise.

func (*SystemNotificationsModel) GetEmailIdListOk

func (o *SystemNotificationsModel) GetEmailIdListOk() ([]string, bool)

GetEmailIdListOk returns a tuple with the EmailIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemNotificationsModel) GetType

func (o *SystemNotificationsModel) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*SystemNotificationsModel) GetTypeOk

func (o *SystemNotificationsModel) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemNotificationsModel) GetUpdateDateTime

func (o *SystemNotificationsModel) GetUpdateDateTime() int64

GetUpdateDateTime returns the UpdateDateTime field value if set, zero value otherwise.

func (*SystemNotificationsModel) GetUpdateDateTimeOk

func (o *SystemNotificationsModel) GetUpdateDateTimeOk() (*int64, bool)

GetUpdateDateTimeOk returns a tuple with the UpdateDateTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemNotificationsModel) HasEmailIdList

func (o *SystemNotificationsModel) HasEmailIdList() bool

HasEmailIdList returns a boolean if a field has been set.

func (*SystemNotificationsModel) HasType

func (o *SystemNotificationsModel) HasType() bool

HasType returns a boolean if a field has been set.

func (*SystemNotificationsModel) HasUpdateDateTime

func (o *SystemNotificationsModel) HasUpdateDateTime() bool

HasUpdateDateTime returns a boolean if a field has been set.

func (SystemNotificationsModel) MarshalJSON

func (o SystemNotificationsModel) MarshalJSON() ([]byte, error)

func (*SystemNotificationsModel) SetEmailIdList

func (o *SystemNotificationsModel) SetEmailIdList(v []string)

SetEmailIdList gets a reference to the given []string and assigns it to the EmailIdList field.

func (*SystemNotificationsModel) SetType

func (o *SystemNotificationsModel) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*SystemNotificationsModel) SetUpdateDateTime

func (o *SystemNotificationsModel) SetUpdateDateTime(v int64)

SetUpdateDateTime gets a reference to the given int64 and assigns it to the UpdateDateTime field.

type TagUpdateRequest

type TagUpdateRequest struct {
	TagName  string `json:"tagName"`
	TagValue string `json:"tagValue"`
}

TagUpdateRequest struct for TagUpdateRequest

func NewTagUpdateRequest

func NewTagUpdateRequest(tagName string, tagValue string) *TagUpdateRequest

NewTagUpdateRequest instantiates a new TagUpdateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTagUpdateRequestWithDefaults

func NewTagUpdateRequestWithDefaults() *TagUpdateRequest

NewTagUpdateRequestWithDefaults instantiates a new TagUpdateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TagUpdateRequest) GetTagName

func (o *TagUpdateRequest) GetTagName() string

GetTagName returns the TagName field value

func (*TagUpdateRequest) GetTagNameOk

func (o *TagUpdateRequest) GetTagNameOk() (*string, bool)

GetTagNameOk returns a tuple with the TagName field value and a boolean to check if the value has been set.

func (*TagUpdateRequest) GetTagValue

func (o *TagUpdateRequest) GetTagValue() string

GetTagValue returns the TagValue field value

func (*TagUpdateRequest) GetTagValueOk

func (o *TagUpdateRequest) GetTagValueOk() (*string, bool)

GetTagValueOk returns a tuple with the TagValue field value and a boolean to check if the value has been set.

func (TagUpdateRequest) MarshalJSON

func (o TagUpdateRequest) MarshalJSON() ([]byte, error)

func (*TagUpdateRequest) SetTagName

func (o *TagUpdateRequest) SetTagName(v string)

SetTagName sets field value

func (*TagUpdateRequest) SetTagValue

func (o *TagUpdateRequest) SetTagValue(v string)

SetTagValue sets field value

type TrafficVolumeRanking

type TrafficVolumeRanking struct {
	Imsi          *string `json:"imsi,omitempty"`
	TrafficVolume *int64  `json:"trafficVolume,omitempty"`
}

TrafficVolumeRanking struct for TrafficVolumeRanking

func NewTrafficVolumeRanking

func NewTrafficVolumeRanking() *TrafficVolumeRanking

NewTrafficVolumeRanking instantiates a new TrafficVolumeRanking object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTrafficVolumeRankingWithDefaults

func NewTrafficVolumeRankingWithDefaults() *TrafficVolumeRanking

NewTrafficVolumeRankingWithDefaults instantiates a new TrafficVolumeRanking object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TrafficVolumeRanking) GetImsi

func (o *TrafficVolumeRanking) GetImsi() string

GetImsi returns the Imsi field value if set, zero value otherwise.

func (*TrafficVolumeRanking) GetImsiOk

func (o *TrafficVolumeRanking) GetImsiOk() (*string, bool)

GetImsiOk returns a tuple with the Imsi field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficVolumeRanking) GetTrafficVolume

func (o *TrafficVolumeRanking) GetTrafficVolume() int64

GetTrafficVolume returns the TrafficVolume field value if set, zero value otherwise.

func (*TrafficVolumeRanking) GetTrafficVolumeOk

func (o *TrafficVolumeRanking) GetTrafficVolumeOk() (*int64, bool)

GetTrafficVolumeOk returns a tuple with the TrafficVolume field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficVolumeRanking) HasImsi

func (o *TrafficVolumeRanking) HasImsi() bool

HasImsi returns a boolean if a field has been set.

func (*TrafficVolumeRanking) HasTrafficVolume

func (o *TrafficVolumeRanking) HasTrafficVolume() bool

HasTrafficVolume returns a boolean if a field has been set.

func (TrafficVolumeRanking) MarshalJSON

func (o TrafficVolumeRanking) MarshalJSON() ([]byte, error)

func (*TrafficVolumeRanking) SetImsi

func (o *TrafficVolumeRanking) SetImsi(v string)

SetImsi gets a reference to the given string and assigns it to the Imsi field.

func (*TrafficVolumeRanking) SetTrafficVolume

func (o *TrafficVolumeRanking) SetTrafficVolume(v int64)

SetTrafficVolume gets a reference to the given int64 and assigns it to the TrafficVolume field.

type UpdateDefaultPermissionsRequest

type UpdateDefaultPermissionsRequest struct {
	// 権限の JSON 文字列
	Permissions string `json:"permissions"`
}

UpdateDefaultPermissionsRequest struct for UpdateDefaultPermissionsRequest

func NewUpdateDefaultPermissionsRequest

func NewUpdateDefaultPermissionsRequest(permissions string) *UpdateDefaultPermissionsRequest

NewUpdateDefaultPermissionsRequest instantiates a new UpdateDefaultPermissionsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateDefaultPermissionsRequestWithDefaults

func NewUpdateDefaultPermissionsRequestWithDefaults() *UpdateDefaultPermissionsRequest

NewUpdateDefaultPermissionsRequestWithDefaults instantiates a new UpdateDefaultPermissionsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateDefaultPermissionsRequest) GetPermissions

func (o *UpdateDefaultPermissionsRequest) GetPermissions() string

GetPermissions returns the Permissions field value

func (*UpdateDefaultPermissionsRequest) GetPermissionsOk

func (o *UpdateDefaultPermissionsRequest) GetPermissionsOk() (*string, bool)

GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.

func (UpdateDefaultPermissionsRequest) MarshalJSON

func (o UpdateDefaultPermissionsRequest) MarshalJSON() ([]byte, error)

func (*UpdateDefaultPermissionsRequest) SetPermissions

func (o *UpdateDefaultPermissionsRequest) SetPermissions(v string)

SetPermissions sets field value

type UpdatePasswordRequest

type UpdatePasswordRequest struct {
	CurrentPassword string `json:"currentPassword"`
	NewPassword     string `json:"newPassword"`
}

UpdatePasswordRequest struct for UpdatePasswordRequest

func NewUpdatePasswordRequest

func NewUpdatePasswordRequest(currentPassword string, newPassword string) *UpdatePasswordRequest

NewUpdatePasswordRequest instantiates a new UpdatePasswordRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdatePasswordRequestWithDefaults

func NewUpdatePasswordRequestWithDefaults() *UpdatePasswordRequest

NewUpdatePasswordRequestWithDefaults instantiates a new UpdatePasswordRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdatePasswordRequest) GetCurrentPassword

func (o *UpdatePasswordRequest) GetCurrentPassword() string

GetCurrentPassword returns the CurrentPassword field value

func (*UpdatePasswordRequest) GetCurrentPasswordOk

func (o *UpdatePasswordRequest) GetCurrentPasswordOk() (*string, bool)

GetCurrentPasswordOk returns a tuple with the CurrentPassword field value and a boolean to check if the value has been set.

func (*UpdatePasswordRequest) GetNewPassword

func (o *UpdatePasswordRequest) GetNewPassword() string

GetNewPassword returns the NewPassword field value

func (*UpdatePasswordRequest) GetNewPasswordOk

func (o *UpdatePasswordRequest) GetNewPasswordOk() (*string, bool)

GetNewPasswordOk returns a tuple with the NewPassword field value and a boolean to check if the value has been set.

func (UpdatePasswordRequest) MarshalJSON

func (o UpdatePasswordRequest) MarshalJSON() ([]byte, error)

func (*UpdatePasswordRequest) SetCurrentPassword

func (o *UpdatePasswordRequest) SetCurrentPassword(v string)

SetCurrentPassword sets field value

func (*UpdatePasswordRequest) SetNewPassword

func (o *UpdatePasswordRequest) SetNewPassword(v string)

SetNewPassword sets field value

type UpdatePermissionRequest

type UpdatePermissionRequest struct {
	OperatorId *string `json:"operatorId,omitempty"`
}

UpdatePermissionRequest struct for UpdatePermissionRequest

func NewUpdatePermissionRequest

func NewUpdatePermissionRequest() *UpdatePermissionRequest

NewUpdatePermissionRequest instantiates a new UpdatePermissionRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdatePermissionRequestWithDefaults

func NewUpdatePermissionRequestWithDefaults() *UpdatePermissionRequest

NewUpdatePermissionRequestWithDefaults instantiates a new UpdatePermissionRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdatePermissionRequest) GetOperatorId

func (o *UpdatePermissionRequest) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*UpdatePermissionRequest) GetOperatorIdOk

func (o *UpdatePermissionRequest) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdatePermissionRequest) HasOperatorId

func (o *UpdatePermissionRequest) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (UpdatePermissionRequest) MarshalJSON

func (o UpdatePermissionRequest) MarshalJSON() ([]byte, error)

func (*UpdatePermissionRequest) SetOperatorId

func (o *UpdatePermissionRequest) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

type UpdateSpeedClassRequest

type UpdateSpeedClassRequest struct {
	// 速度クラス。以下のいずれかを指定します。ただし、サブスクリプションにあわせた速度クラスを指定してください。 - plan01s、plan01s - Low Data Volume、planP1、planX3 X3-5MB、plan-D の場合:     - `s1.minimum`     - `s1.slow`     - `s1.standard`     - `s1.fast`     - `s1.4xfast` - plan-KM1 の場合:     - `t1.standard` - plan-DU の場合:     - `u1.standard`     - `u1.slow` - バーチャル SIM/Subscriber の場合:     - `arc.standard`
	SpeedClass string `json:"speedClass"`
}

UpdateSpeedClassRequest struct for UpdateSpeedClassRequest

func NewUpdateSpeedClassRequest

func NewUpdateSpeedClassRequest(speedClass string) *UpdateSpeedClassRequest

NewUpdateSpeedClassRequest instantiates a new UpdateSpeedClassRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateSpeedClassRequestWithDefaults

func NewUpdateSpeedClassRequestWithDefaults() *UpdateSpeedClassRequest

NewUpdateSpeedClassRequestWithDefaults instantiates a new UpdateSpeedClassRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateSpeedClassRequest) GetSpeedClass

func (o *UpdateSpeedClassRequest) GetSpeedClass() string

GetSpeedClass returns the SpeedClass field value

func (*UpdateSpeedClassRequest) GetSpeedClassOk

func (o *UpdateSpeedClassRequest) GetSpeedClassOk() (*string, bool)

GetSpeedClassOk returns a tuple with the SpeedClass field value and a boolean to check if the value has been set.

func (UpdateSpeedClassRequest) MarshalJSON

func (o UpdateSpeedClassRequest) MarshalJSON() ([]byte, error)

func (*UpdateSpeedClassRequest) SetSpeedClass

func (o *UpdateSpeedClassRequest) SetSpeedClass(v string)

SetSpeedClass sets field value

type UpdateUserRequest

type UpdateUserRequest struct {
	Description *string `json:"description,omitempty"`
}

UpdateUserRequest struct for UpdateUserRequest

func NewUpdateUserRequest

func NewUpdateUserRequest() *UpdateUserRequest

NewUpdateUserRequest instantiates a new UpdateUserRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateUserRequestWithDefaults

func NewUpdateUserRequestWithDefaults() *UpdateUserRequest

NewUpdateUserRequestWithDefaults instantiates a new UpdateUserRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateUserRequest) GetDescription

func (o *UpdateUserRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*UpdateUserRequest) GetDescriptionOk

func (o *UpdateUserRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateUserRequest) HasDescription

func (o *UpdateUserRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (UpdateUserRequest) MarshalJSON

func (o UpdateUserRequest) MarshalJSON() ([]byte, error)

func (*UpdateUserRequest) SetDescription

func (o *UpdateUserRequest) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

type UserApiService

type UserApiService service

UserApiService UserApi service

func (*UserApiService) CreateUser

func (a *UserApiService) CreateUser(ctx context.Context, operatorId string, userName string) ApiCreateUserRequest

CreateUser Create User

SAM ユーザーを新しく追加する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param userName user_name
@return ApiCreateUserRequest

func (*UserApiService) CreateUserExecute

func (a *UserApiService) CreateUserExecute(r ApiCreateUserRequest) (*http.Response, error)

Execute executes the request

func (*UserApiService) CreateUserPassword

func (a *UserApiService) CreateUserPassword(ctx context.Context, operatorId string, userName string) ApiCreateUserPasswordRequest

CreateUserPassword Create Password

SAM ユーザーのパスワードを作成する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param userName user_name
@return ApiCreateUserPasswordRequest

func (*UserApiService) CreateUserPasswordExecute

func (a *UserApiService) CreateUserPasswordExecute(r ApiCreateUserPasswordRequest) (*http.Response, error)

Execute executes the request

func (*UserApiService) DeleteDefaultPermissions

func (a *UserApiService) DeleteDefaultPermissions(ctx context.Context, operatorId string) ApiDeleteDefaultPermissionsRequest

DeleteDefaultPermissions すべての SAM ユーザーに適用されるデフォルト権限を削除する

すべての SAM ユーザーに適用されるデフォルト権限を削除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId オペレーターID
@return ApiDeleteDefaultPermissionsRequest

func (*UserApiService) DeleteDefaultPermissionsExecute

func (a *UserApiService) DeleteDefaultPermissionsExecute(r ApiDeleteDefaultPermissionsRequest) (*http.Response, error)

Execute executes the request

func (*UserApiService) DeleteUser

func (a *UserApiService) DeleteUser(ctx context.Context, operatorId string, userName string) ApiDeleteUserRequest

DeleteUser Delete User

SAM ユーザーを削除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param userName user_name
@return ApiDeleteUserRequest

func (*UserApiService) DeleteUserAuthKey

func (a *UserApiService) DeleteUserAuthKey(ctx context.Context, operatorId string, userName string, authKeyId string) ApiDeleteUserAuthKeyRequest

DeleteUserAuthKey Delete User AuthKey

SAM ユーザーの AuthKey を削除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param userName user_name
@param authKeyId auth_key_id
@return ApiDeleteUserAuthKeyRequest

func (*UserApiService) DeleteUserAuthKeyExecute

func (a *UserApiService) DeleteUserAuthKeyExecute(r ApiDeleteUserAuthKeyRequest) (*http.Response, error)

Execute executes the request

func (*UserApiService) DeleteUserExecute

func (a *UserApiService) DeleteUserExecute(r ApiDeleteUserRequest) (*http.Response, error)

Execute executes the request

func (*UserApiService) DeleteUserPassword

func (a *UserApiService) DeleteUserPassword(ctx context.Context, operatorId string, userName string) ApiDeleteUserPasswordRequest

DeleteUserPassword Delete Password

ユーザーのパスワードを削除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param userName user_name
@return ApiDeleteUserPasswordRequest

func (*UserApiService) DeleteUserPasswordExecute

func (a *UserApiService) DeleteUserPasswordExecute(r ApiDeleteUserPasswordRequest) (*http.Response, error)

Execute executes the request

func (*UserApiService) DeleteUserPermission

func (a *UserApiService) DeleteUserPermission(ctx context.Context, operatorId string, userName string) ApiDeleteUserPermissionRequest

DeleteUserPermission SAM ユーザーの権限を削除する

SAM ユーザーの権限を削除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId オペレーター ID
@param userName SAM ユーザー名
@return ApiDeleteUserPermissionRequest

func (*UserApiService) DeleteUserPermissionExecute

func (a *UserApiService) DeleteUserPermissionExecute(r ApiDeleteUserPermissionRequest) (*http.Response, error)

Execute executes the request

func (*UserApiService) EnableUserMFA

func (a *UserApiService) EnableUserMFA(ctx context.Context, operatorId string, userName string) ApiEnableUserMFARequest

EnableUserMFA Enable SAM user's MFA

SAM ユーザーの MFA を有効にする。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId オペレーターID
@param userName SAM ユーザー名
@return ApiEnableUserMFARequest

func (*UserApiService) EnableUserMFAExecute

Execute executes the request

@return EnableMFAOTPResponse

func (*UserApiService) GenerateUserAuthKey

func (a *UserApiService) GenerateUserAuthKey(ctx context.Context, operatorId string, userName string) ApiGenerateUserAuthKeyRequest

GenerateUserAuthKey Generate AuthKey

SAM ユーザーの AuthKey を生成する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param userName user_name
@return ApiGenerateUserAuthKeyRequest

func (*UserApiService) GenerateUserAuthKeyExecute

Execute executes the request

@return GenerateUserAuthKeyResponse

func (*UserApiService) GetDefaultPermissions

func (a *UserApiService) GetDefaultPermissions(ctx context.Context, operatorId string) ApiGetDefaultPermissionsRequest

GetDefaultPermissions すべての SAM ユーザーに適用されるデフォルト権限を取得する

すべての SAM ユーザーに適用されるデフォルト権限を取得する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId オペレーターID
@return ApiGetDefaultPermissionsRequest

func (*UserApiService) GetDefaultPermissionsExecute

Execute executes the request

@return GetDefaultPermissionsResponse

func (*UserApiService) GetUser

func (a *UserApiService) GetUser(ctx context.Context, operatorId string, userName string) ApiGetUserRequest

GetUser Get User

SAM ユーザーを返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param userName user_name
@return ApiGetUserRequest

func (*UserApiService) GetUserAuthKey

func (a *UserApiService) GetUserAuthKey(ctx context.Context, operatorId string, userName string, authKeyId string) ApiGetUserAuthKeyRequest

GetUserAuthKey Get AuthKey

SAM ユーザーの AuthKey を返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param userName user_name
@param authKeyId auth_key_id
@return ApiGetUserAuthKeyRequest

func (*UserApiService) GetUserAuthKeyExecute

func (a *UserApiService) GetUserAuthKeyExecute(r ApiGetUserAuthKeyRequest) (*AuthKeyResponse, *http.Response, error)

Execute executes the request

@return AuthKeyResponse

func (*UserApiService) GetUserExecute

Execute executes the request

@return UserDetailResponse

func (*UserApiService) GetUserMFAStatus

func (a *UserApiService) GetUserMFAStatus(ctx context.Context, operatorId string, userName string) ApiGetUserMFAStatusRequest

GetUserMFAStatus Get SAM user's MFA status

SAM ユーザーの MFA の使用状態を取得する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId オペレーターID
@param userName SAM ユーザー名
@return ApiGetUserMFAStatusRequest

func (*UserApiService) GetUserMFAStatusExecute

Execute executes the request

@return MFAStatusOfUseResponse

func (*UserApiService) GetUserPermission

func (a *UserApiService) GetUserPermission(ctx context.Context, operatorId string, userName string) ApiGetUserPermissionRequest

GetUserPermission Get User Permission

SAM ユーザーの権限設定を取得する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId オペレーター ID
@param userName SAM ユーザー名
@return ApiGetUserPermissionRequest

func (*UserApiService) GetUserPermissionExecute

Execute executes the request

@return GetUserPermissionResponse

func (*UserApiService) HasUserPassword

func (a *UserApiService) HasUserPassword(ctx context.Context, operatorId string, userName string) ApiHasUserPasswordRequest

HasUserPassword Has User Password

SAM ユーザーのパスワードがセットされているかを取得する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param userName user_name
@return ApiHasUserPasswordRequest

func (*UserApiService) HasUserPasswordExecute

Execute executes the request

@return GetUserPasswordResponse

func (*UserApiService) ListUserAuthKeys

func (a *UserApiService) ListUserAuthKeys(ctx context.Context, operatorId string, userName string) ApiListUserAuthKeysRequest

ListUserAuthKeys List User AuthKeys

SAM ユーザーの AuthKey 一覧を返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param userName user_name
@return ApiListUserAuthKeysRequest

func (*UserApiService) ListUserAuthKeysExecute

func (a *UserApiService) ListUserAuthKeysExecute(r ApiListUserAuthKeysRequest) ([]AuthKeyResponse, *http.Response, error)

Execute executes the request

@return []AuthKeyResponse

func (*UserApiService) ListUsers

func (a *UserApiService) ListUsers(ctx context.Context, operatorId string) ApiListUsersRequest

ListUsers List Users

SAM ユーザー一覧を返す。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@return ApiListUsersRequest

func (*UserApiService) ListUsersExecute

Execute executes the request

@return []UserDetailResponse

func (*UserApiService) RevokeUserAuthTokens

func (a *UserApiService) RevokeUserAuthTokens(ctx context.Context, operatorId string, userName string) ApiRevokeUserAuthTokensRequest

RevokeUserAuthTokens 指定された SAM ユーザーが発行した全ての API キーと API トークンを無効化します。

指定された SAM ユーザーが発行した全ての API キーと API トークンを無効化します。無効化されたあとは、有効期間に関わらず API キーと API トークンを用いて SORACOM API を呼び出すことはできません。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId オペレーターID
@param userName SAM ユーザー名
@return ApiRevokeUserAuthTokensRequest

func (*UserApiService) RevokeUserAuthTokensExecute

func (a *UserApiService) RevokeUserAuthTokensExecute(r ApiRevokeUserAuthTokensRequest) (*http.Response, error)

Execute executes the request

func (*UserApiService) RevokeUserMFA

func (a *UserApiService) RevokeUserMFA(ctx context.Context, operatorId string, userName string) ApiRevokeUserMFARequest

RevokeUserMFA Revoke SAM user's MFA

SAM ユーザーの MFA を無効にする

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId オペレーターID
@param userName SAM ユーザー名
@return ApiRevokeUserMFARequest

func (*UserApiService) RevokeUserMFAExecute

func (a *UserApiService) RevokeUserMFAExecute(r ApiRevokeUserMFARequest) (*http.Response, error)

Execute executes the request

func (*UserApiService) UpdateDefaultPermissions

func (a *UserApiService) UpdateDefaultPermissions(ctx context.Context, operatorId string) ApiUpdateDefaultPermissionsRequest

UpdateDefaultPermissions Update the default permissions

すべての SAM ユーザーに適用されるデフォルト権限を更新する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId オペレーターID
@return ApiUpdateDefaultPermissionsRequest

func (*UserApiService) UpdateDefaultPermissionsExecute

func (a *UserApiService) UpdateDefaultPermissionsExecute(r ApiUpdateDefaultPermissionsRequest) (*http.Response, error)

Execute executes the request

func (*UserApiService) UpdateUser

func (a *UserApiService) UpdateUser(ctx context.Context, operatorId string, userName string) ApiUpdateUserRequest

UpdateUser Update User

SAM ユーザーを更新する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param userName user_name
@return ApiUpdateUserRequest

func (*UserApiService) UpdateUserExecute

func (a *UserApiService) UpdateUserExecute(r ApiUpdateUserRequest) (*http.Response, error)

Execute executes the request

func (*UserApiService) UpdateUserPassword

func (a *UserApiService) UpdateUserPassword(ctx context.Context, operatorId string, userName string) ApiUpdateUserPasswordRequest

UpdateUserPassword Update Password

SAM ユーザーのパスワードを更新する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId operator_id
@param userName user_name
@return ApiUpdateUserPasswordRequest

func (*UserApiService) UpdateUserPasswordExecute

func (a *UserApiService) UpdateUserPasswordExecute(r ApiUpdateUserPasswordRequest) (*http.Response, error)

Execute executes the request

func (*UserApiService) UpdateUserPermission

func (a *UserApiService) UpdateUserPermission(ctx context.Context, operatorId string, userName string) ApiUpdateUserPermissionRequest

UpdateUserPermission SAM ユーザーの権限を更新する

SAM ユーザーの権限を更新する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId オペレーター ID
@param userName SAM ユーザー名
@return ApiUpdateUserPermissionRequest

func (*UserApiService) UpdateUserPermissionExecute

func (a *UserApiService) UpdateUserPermissionExecute(r ApiUpdateUserPermissionRequest) (*http.Response, error)

Execute executes the request

func (*UserApiService) VerifyUserMFA

func (a *UserApiService) VerifyUserMFA(ctx context.Context, operatorId string, userName string) ApiVerifyUserMFARequest

VerifyUserMFA Verify SAM user's MFA OTP code when MFA activation phase

SAM ユーザーの MFA を有効にした後に MFA OTP が正しく受理されるかを検証する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param operatorId オペレーターID
@param userName SAM ユーザー名
@return ApiVerifyUserMFARequest

func (*UserApiService) VerifyUserMFAExecute

func (a *UserApiService) VerifyUserMFAExecute(r ApiVerifyUserMFARequest) (*http.Response, error)

Execute executes the request

type UserDetailResponse

type UserDetailResponse struct {
	AuthKeyList    []AuthKeyResponse   `json:"authKeyList,omitempty"`
	CreateDateTime *int64              `json:"createDateTime,omitempty"`
	Description    *string             `json:"description,omitempty"`
	HasPassword    *bool               `json:"hasPassword,omitempty"`
	Permission     *string             `json:"permission,omitempty"`
	RoleList       []ListRolesResponse `json:"roleList,omitempty"`
	UpdateDateTime *int64              `json:"updateDateTime,omitempty"`
	UserName       *string             `json:"userName,omitempty"`
}

UserDetailResponse struct for UserDetailResponse

func NewUserDetailResponse

func NewUserDetailResponse() *UserDetailResponse

NewUserDetailResponse instantiates a new UserDetailResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserDetailResponseWithDefaults

func NewUserDetailResponseWithDefaults() *UserDetailResponse

NewUserDetailResponseWithDefaults instantiates a new UserDetailResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserDetailResponse) GetAuthKeyList

func (o *UserDetailResponse) GetAuthKeyList() []AuthKeyResponse

GetAuthKeyList returns the AuthKeyList field value if set, zero value otherwise.

func (*UserDetailResponse) GetAuthKeyListOk

func (o *UserDetailResponse) GetAuthKeyListOk() ([]AuthKeyResponse, bool)

GetAuthKeyListOk returns a tuple with the AuthKeyList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDetailResponse) GetCreateDateTime

func (o *UserDetailResponse) GetCreateDateTime() int64

GetCreateDateTime returns the CreateDateTime field value if set, zero value otherwise.

func (*UserDetailResponse) GetCreateDateTimeOk

func (o *UserDetailResponse) GetCreateDateTimeOk() (*int64, bool)

GetCreateDateTimeOk returns a tuple with the CreateDateTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDetailResponse) GetDescription

func (o *UserDetailResponse) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*UserDetailResponse) GetDescriptionOk

func (o *UserDetailResponse) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDetailResponse) GetHasPassword

func (o *UserDetailResponse) GetHasPassword() bool

GetHasPassword returns the HasPassword field value if set, zero value otherwise.

func (*UserDetailResponse) GetHasPasswordOk

func (o *UserDetailResponse) GetHasPasswordOk() (*bool, bool)

GetHasPasswordOk returns a tuple with the HasPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDetailResponse) GetPermission

func (o *UserDetailResponse) GetPermission() string

GetPermission returns the Permission field value if set, zero value otherwise.

func (*UserDetailResponse) GetPermissionOk

func (o *UserDetailResponse) GetPermissionOk() (*string, bool)

GetPermissionOk returns a tuple with the Permission field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDetailResponse) GetRoleList

func (o *UserDetailResponse) GetRoleList() []ListRolesResponse

GetRoleList returns the RoleList field value if set, zero value otherwise.

func (*UserDetailResponse) GetRoleListOk

func (o *UserDetailResponse) GetRoleListOk() ([]ListRolesResponse, bool)

GetRoleListOk returns a tuple with the RoleList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDetailResponse) GetUpdateDateTime

func (o *UserDetailResponse) GetUpdateDateTime() int64

GetUpdateDateTime returns the UpdateDateTime field value if set, zero value otherwise.

func (*UserDetailResponse) GetUpdateDateTimeOk

func (o *UserDetailResponse) GetUpdateDateTimeOk() (*int64, bool)

GetUpdateDateTimeOk returns a tuple with the UpdateDateTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDetailResponse) GetUserName

func (o *UserDetailResponse) GetUserName() string

GetUserName returns the UserName field value if set, zero value otherwise.

func (*UserDetailResponse) GetUserNameOk

func (o *UserDetailResponse) GetUserNameOk() (*string, bool)

GetUserNameOk returns a tuple with the UserName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDetailResponse) HasAuthKeyList

func (o *UserDetailResponse) HasAuthKeyList() bool

HasAuthKeyList returns a boolean if a field has been set.

func (*UserDetailResponse) HasCreateDateTime

func (o *UserDetailResponse) HasCreateDateTime() bool

HasCreateDateTime returns a boolean if a field has been set.

func (*UserDetailResponse) HasDescription

func (o *UserDetailResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*UserDetailResponse) HasHasPassword

func (o *UserDetailResponse) HasHasPassword() bool

HasHasPassword returns a boolean if a field has been set.

func (*UserDetailResponse) HasPermission

func (o *UserDetailResponse) HasPermission() bool

HasPermission returns a boolean if a field has been set.

func (*UserDetailResponse) HasRoleList

func (o *UserDetailResponse) HasRoleList() bool

HasRoleList returns a boolean if a field has been set.

func (*UserDetailResponse) HasUpdateDateTime

func (o *UserDetailResponse) HasUpdateDateTime() bool

HasUpdateDateTime returns a boolean if a field has been set.

func (*UserDetailResponse) HasUserName

func (o *UserDetailResponse) HasUserName() bool

HasUserName returns a boolean if a field has been set.

func (UserDetailResponse) MarshalJSON

func (o UserDetailResponse) MarshalJSON() ([]byte, error)

func (*UserDetailResponse) SetAuthKeyList

func (o *UserDetailResponse) SetAuthKeyList(v []AuthKeyResponse)

SetAuthKeyList gets a reference to the given []AuthKeyResponse and assigns it to the AuthKeyList field.

func (*UserDetailResponse) SetCreateDateTime

func (o *UserDetailResponse) SetCreateDateTime(v int64)

SetCreateDateTime gets a reference to the given int64 and assigns it to the CreateDateTime field.

func (*UserDetailResponse) SetDescription

func (o *UserDetailResponse) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*UserDetailResponse) SetHasPassword

func (o *UserDetailResponse) SetHasPassword(v bool)

SetHasPassword gets a reference to the given bool and assigns it to the HasPassword field.

func (*UserDetailResponse) SetPermission

func (o *UserDetailResponse) SetPermission(v string)

SetPermission gets a reference to the given string and assigns it to the Permission field.

func (*UserDetailResponse) SetRoleList

func (o *UserDetailResponse) SetRoleList(v []ListRolesResponse)

SetRoleList gets a reference to the given []ListRolesResponse and assigns it to the RoleList field.

func (*UserDetailResponse) SetUpdateDateTime

func (o *UserDetailResponse) SetUpdateDateTime(v int64)

SetUpdateDateTime gets a reference to the given int64 and assigns it to the UpdateDateTime field.

func (*UserDetailResponse) SetUserName

func (o *UserDetailResponse) SetUserName(v string)

SetUserName gets a reference to the given string and assigns it to the UserName field.

type VerifyAddEmailTokenRequest

type VerifyAddEmailTokenRequest struct {
	// メールで送信されたトークン
	Token string `json:"token"`
}

VerifyAddEmailTokenRequest struct for VerifyAddEmailTokenRequest

func NewVerifyAddEmailTokenRequest

func NewVerifyAddEmailTokenRequest(token string) *VerifyAddEmailTokenRequest

NewVerifyAddEmailTokenRequest instantiates a new VerifyAddEmailTokenRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVerifyAddEmailTokenRequestWithDefaults

func NewVerifyAddEmailTokenRequestWithDefaults() *VerifyAddEmailTokenRequest

NewVerifyAddEmailTokenRequestWithDefaults instantiates a new VerifyAddEmailTokenRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VerifyAddEmailTokenRequest) GetToken

func (o *VerifyAddEmailTokenRequest) GetToken() string

GetToken returns the Token field value

func (*VerifyAddEmailTokenRequest) GetTokenOk

func (o *VerifyAddEmailTokenRequest) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.

func (VerifyAddEmailTokenRequest) MarshalJSON

func (o VerifyAddEmailTokenRequest) MarshalJSON() ([]byte, error)

func (*VerifyAddEmailTokenRequest) SetToken

func (o *VerifyAddEmailTokenRequest) SetToken(v string)

SetToken sets field value

type VerifyOperatorsRequest

type VerifyOperatorsRequest struct {
	Token string `json:"token"`
}

VerifyOperatorsRequest struct for VerifyOperatorsRequest

func NewVerifyOperatorsRequest

func NewVerifyOperatorsRequest(token string) *VerifyOperatorsRequest

NewVerifyOperatorsRequest instantiates a new VerifyOperatorsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVerifyOperatorsRequestWithDefaults

func NewVerifyOperatorsRequestWithDefaults() *VerifyOperatorsRequest

NewVerifyOperatorsRequestWithDefaults instantiates a new VerifyOperatorsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VerifyOperatorsRequest) GetToken

func (o *VerifyOperatorsRequest) GetToken() string

GetToken returns the Token field value

func (*VerifyOperatorsRequest) GetTokenOk

func (o *VerifyOperatorsRequest) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.

func (VerifyOperatorsRequest) MarshalJSON

func (o VerifyOperatorsRequest) MarshalJSON() ([]byte, error)

func (*VerifyOperatorsRequest) SetToken

func (o *VerifyOperatorsRequest) SetToken(v string)

SetToken sets field value

type VerifyPasswordResetTokenRequest

type VerifyPasswordResetTokenRequest struct {
	Password string `json:"password"`
	Token    string `json:"token"`
}

VerifyPasswordResetTokenRequest struct for VerifyPasswordResetTokenRequest

func NewVerifyPasswordResetTokenRequest

func NewVerifyPasswordResetTokenRequest(password string, token string) *VerifyPasswordResetTokenRequest

NewVerifyPasswordResetTokenRequest instantiates a new VerifyPasswordResetTokenRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVerifyPasswordResetTokenRequestWithDefaults

func NewVerifyPasswordResetTokenRequestWithDefaults() *VerifyPasswordResetTokenRequest

NewVerifyPasswordResetTokenRequestWithDefaults instantiates a new VerifyPasswordResetTokenRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VerifyPasswordResetTokenRequest) GetPassword

func (o *VerifyPasswordResetTokenRequest) GetPassword() string

GetPassword returns the Password field value

func (*VerifyPasswordResetTokenRequest) GetPasswordOk

func (o *VerifyPasswordResetTokenRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (*VerifyPasswordResetTokenRequest) GetToken

GetToken returns the Token field value

func (*VerifyPasswordResetTokenRequest) GetTokenOk

func (o *VerifyPasswordResetTokenRequest) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.

func (VerifyPasswordResetTokenRequest) MarshalJSON

func (o VerifyPasswordResetTokenRequest) MarshalJSON() ([]byte, error)

func (*VerifyPasswordResetTokenRequest) SetPassword

func (o *VerifyPasswordResetTokenRequest) SetPassword(v string)

SetPassword sets field value

func (*VerifyPasswordResetTokenRequest) SetToken

func (o *VerifyPasswordResetTokenRequest) SetToken(v string)

SetToken sets field value

type VerifySubscriberTransferTokenRequest

type VerifySubscriberTransferTokenRequest struct {
	// トークン
	Token string `json:"token"`
}

VerifySubscriberTransferTokenRequest struct for VerifySubscriberTransferTokenRequest

func NewVerifySubscriberTransferTokenRequest

func NewVerifySubscriberTransferTokenRequest(token string) *VerifySubscriberTransferTokenRequest

NewVerifySubscriberTransferTokenRequest instantiates a new VerifySubscriberTransferTokenRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVerifySubscriberTransferTokenRequestWithDefaults

func NewVerifySubscriberTransferTokenRequestWithDefaults() *VerifySubscriberTransferTokenRequest

NewVerifySubscriberTransferTokenRequestWithDefaults instantiates a new VerifySubscriberTransferTokenRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VerifySubscriberTransferTokenRequest) GetToken

GetToken returns the Token field value

func (*VerifySubscriberTransferTokenRequest) GetTokenOk

func (o *VerifySubscriberTransferTokenRequest) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.

func (VerifySubscriberTransferTokenRequest) MarshalJSON

func (o VerifySubscriberTransferTokenRequest) MarshalJSON() ([]byte, error)

func (*VerifySubscriberTransferTokenRequest) SetToken

SetToken sets field value

type VerifySubscriberTransferTokenResponse

type VerifySubscriberTransferTokenResponse struct {
	// 移管された IMSI リスト
	TransferredImsi []string `json:"transferredImsi"`
}

VerifySubscriberTransferTokenResponse struct for VerifySubscriberTransferTokenResponse

func NewVerifySubscriberTransferTokenResponse

func NewVerifySubscriberTransferTokenResponse(transferredImsi []string) *VerifySubscriberTransferTokenResponse

NewVerifySubscriberTransferTokenResponse instantiates a new VerifySubscriberTransferTokenResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVerifySubscriberTransferTokenResponseWithDefaults

func NewVerifySubscriberTransferTokenResponseWithDefaults() *VerifySubscriberTransferTokenResponse

NewVerifySubscriberTransferTokenResponseWithDefaults instantiates a new VerifySubscriberTransferTokenResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VerifySubscriberTransferTokenResponse) GetTransferredImsi

func (o *VerifySubscriberTransferTokenResponse) GetTransferredImsi() []string

GetTransferredImsi returns the TransferredImsi field value

func (*VerifySubscriberTransferTokenResponse) GetTransferredImsiOk

func (o *VerifySubscriberTransferTokenResponse) GetTransferredImsiOk() ([]string, bool)

GetTransferredImsiOk returns a tuple with the TransferredImsi field value and a boolean to check if the value has been set.

func (VerifySubscriberTransferTokenResponse) MarshalJSON

func (o VerifySubscriberTransferTokenResponse) MarshalJSON() ([]byte, error)

func (*VerifySubscriberTransferTokenResponse) SetTransferredImsi

func (o *VerifySubscriberTransferTokenResponse) SetTransferredImsi(v []string)

SetTransferredImsi sets field value

type VirtualPrivateGateway

type VirtualPrivateGateway struct {
	AllowedOperators map[string]interface{} `json:"allowedOperators,omitempty"`
	CreatedTime      *int64                 `json:"createdTime,omitempty"`
	// デバイスサブネット IP アドレスレンジ
	DeviceSubnetCidrRange *string `json:"deviceSubnetCidrRange,omitempty"`
	// 固定グローバル IP アドレスオプション  - `true`: 有効 - `false`: 無効
	FixedIpAddressesEnabled      *bool      `json:"fixedIpAddressesEnabled,omitempty"`
	GateVxlanId                  *float32   `json:"gateVxlanId,omitempty"`
	ImplicitTerminationProtected *bool      `json:"implicitTerminationProtected,omitempty"`
	JunctionEnabled              *bool      `json:"junctionEnabled,omitempty"`
	LastModifiedTime             *int64     `json:"lastModifiedTime,omitempty"`
	OperatorId                   *string    `json:"operatorId,omitempty"`
	Placement                    *Placement `json:"placement,omitempty"`
	Size                         *string    `json:"size,omitempty"`
	Status                       *string    `json:"status,omitempty"`
	// An object which always contains at least one property \"name\" with a string value. If you give a subscriber/SIM a name, the name will be returned as the value of the \"name\" property. If the subscriber/SIM does not have a name, an empty string \"\" is returned. In addition, if you create any custom tags for the subscriber/SIM, each custom tag will appear as additional properties in the object.
	Tags *map[string]string `json:"tags,omitempty"`
	// VPG のタイプ  - `14` : Type-E - `15` : Type-F
	Type *int32 `json:"type,omitempty"`
	// デバイスサブネット IP アドレスレンジ
	UeSubnetCidrRange *string `json:"ueSubnetCidrRange,omitempty"`
	// インターネットゲートウェイ  - `true`: 有効 - `false`: 無効
	UseInternetGateway    *bool              `json:"useInternetGateway,omitempty"`
	VirtualInterfaces     *map[string]string `json:"virtualInterfaces,omitempty"`
	VpcPeeringConnections *map[string]string `json:"vpcPeeringConnections,omitempty"`
	// ID
	VpgId *string `json:"vpgId,omitempty"`
}

VirtualPrivateGateway struct for VirtualPrivateGateway

func NewVirtualPrivateGateway

func NewVirtualPrivateGateway() *VirtualPrivateGateway

NewVirtualPrivateGateway instantiates a new VirtualPrivateGateway object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVirtualPrivateGatewayWithDefaults

func NewVirtualPrivateGatewayWithDefaults() *VirtualPrivateGateway

NewVirtualPrivateGatewayWithDefaults instantiates a new VirtualPrivateGateway object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VirtualPrivateGateway) GetAllowedOperators

func (o *VirtualPrivateGateway) GetAllowedOperators() map[string]interface{}

GetAllowedOperators returns the AllowedOperators field value if set, zero value otherwise.

func (*VirtualPrivateGateway) GetAllowedOperatorsOk

func (o *VirtualPrivateGateway) GetAllowedOperatorsOk() (map[string]interface{}, bool)

GetAllowedOperatorsOk returns a tuple with the AllowedOperators field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualPrivateGateway) GetCreatedTime

func (o *VirtualPrivateGateway) GetCreatedTime() int64

GetCreatedTime returns the CreatedTime field value if set, zero value otherwise.

func (*VirtualPrivateGateway) GetCreatedTimeOk

func (o *VirtualPrivateGateway) GetCreatedTimeOk() (*int64, bool)

GetCreatedTimeOk returns a tuple with the CreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualPrivateGateway) GetDeviceSubnetCidrRange

func (o *VirtualPrivateGateway) GetDeviceSubnetCidrRange() string

GetDeviceSubnetCidrRange returns the DeviceSubnetCidrRange field value if set, zero value otherwise.

func (*VirtualPrivateGateway) GetDeviceSubnetCidrRangeOk

func (o *VirtualPrivateGateway) GetDeviceSubnetCidrRangeOk() (*string, bool)

GetDeviceSubnetCidrRangeOk returns a tuple with the DeviceSubnetCidrRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualPrivateGateway) GetFixedIpAddressesEnabled

func (o *VirtualPrivateGateway) GetFixedIpAddressesEnabled() bool

GetFixedIpAddressesEnabled returns the FixedIpAddressesEnabled field value if set, zero value otherwise.

func (*VirtualPrivateGateway) GetFixedIpAddressesEnabledOk

func (o *VirtualPrivateGateway) GetFixedIpAddressesEnabledOk() (*bool, bool)

GetFixedIpAddressesEnabledOk returns a tuple with the FixedIpAddressesEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualPrivateGateway) GetGateVxlanId

func (o *VirtualPrivateGateway) GetGateVxlanId() float32

GetGateVxlanId returns the GateVxlanId field value if set, zero value otherwise.

func (*VirtualPrivateGateway) GetGateVxlanIdOk

func (o *VirtualPrivateGateway) GetGateVxlanIdOk() (*float32, bool)

GetGateVxlanIdOk returns a tuple with the GateVxlanId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualPrivateGateway) GetImplicitTerminationProtected

func (o *VirtualPrivateGateway) GetImplicitTerminationProtected() bool

GetImplicitTerminationProtected returns the ImplicitTerminationProtected field value if set, zero value otherwise.

func (*VirtualPrivateGateway) GetImplicitTerminationProtectedOk

func (o *VirtualPrivateGateway) GetImplicitTerminationProtectedOk() (*bool, bool)

GetImplicitTerminationProtectedOk returns a tuple with the ImplicitTerminationProtected field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualPrivateGateway) GetJunctionEnabled

func (o *VirtualPrivateGateway) GetJunctionEnabled() bool

GetJunctionEnabled returns the JunctionEnabled field value if set, zero value otherwise.

func (*VirtualPrivateGateway) GetJunctionEnabledOk

func (o *VirtualPrivateGateway) GetJunctionEnabledOk() (*bool, bool)

GetJunctionEnabledOk returns a tuple with the JunctionEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualPrivateGateway) GetLastModifiedTime

func (o *VirtualPrivateGateway) GetLastModifiedTime() int64

GetLastModifiedTime returns the LastModifiedTime field value if set, zero value otherwise.

func (*VirtualPrivateGateway) GetLastModifiedTimeOk

func (o *VirtualPrivateGateway) GetLastModifiedTimeOk() (*int64, bool)

GetLastModifiedTimeOk returns a tuple with the LastModifiedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualPrivateGateway) GetOperatorId

func (o *VirtualPrivateGateway) GetOperatorId() string

GetOperatorId returns the OperatorId field value if set, zero value otherwise.

func (*VirtualPrivateGateway) GetOperatorIdOk

func (o *VirtualPrivateGateway) GetOperatorIdOk() (*string, bool)

GetOperatorIdOk returns a tuple with the OperatorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualPrivateGateway) GetPlacement

func (o *VirtualPrivateGateway) GetPlacement() Placement

GetPlacement returns the Placement field value if set, zero value otherwise.

func (*VirtualPrivateGateway) GetPlacementOk

func (o *VirtualPrivateGateway) GetPlacementOk() (*Placement, bool)

GetPlacementOk returns a tuple with the Placement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualPrivateGateway) GetSize

func (o *VirtualPrivateGateway) GetSize() string

GetSize returns the Size field value if set, zero value otherwise.

func (*VirtualPrivateGateway) GetSizeOk

func (o *VirtualPrivateGateway) GetSizeOk() (*string, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualPrivateGateway) GetStatus

func (o *VirtualPrivateGateway) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*VirtualPrivateGateway) GetStatusOk

func (o *VirtualPrivateGateway) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualPrivateGateway) GetTags

func (o *VirtualPrivateGateway) GetTags() map[string]string

GetTags returns the Tags field value if set, zero value otherwise.

func (*VirtualPrivateGateway) GetTagsOk

func (o *VirtualPrivateGateway) GetTagsOk() (*map[string]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualPrivateGateway) GetType

func (o *VirtualPrivateGateway) GetType() int32

GetType returns the Type field value if set, zero value otherwise.

func (*VirtualPrivateGateway) GetTypeOk

func (o *VirtualPrivateGateway) GetTypeOk() (*int32, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualPrivateGateway) GetUeSubnetCidrRange

func (o *VirtualPrivateGateway) GetUeSubnetCidrRange() string

GetUeSubnetCidrRange returns the UeSubnetCidrRange field value if set, zero value otherwise.

func (*VirtualPrivateGateway) GetUeSubnetCidrRangeOk

func (o *VirtualPrivateGateway) GetUeSubnetCidrRangeOk() (*string, bool)

GetUeSubnetCidrRangeOk returns a tuple with the UeSubnetCidrRange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualPrivateGateway) GetUseInternetGateway

func (o *VirtualPrivateGateway) GetUseInternetGateway() bool

GetUseInternetGateway returns the UseInternetGateway field value if set, zero value otherwise.

func (*VirtualPrivateGateway) GetUseInternetGatewayOk

func (o *VirtualPrivateGateway) GetUseInternetGatewayOk() (*bool, bool)

GetUseInternetGatewayOk returns a tuple with the UseInternetGateway field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualPrivateGateway) GetVirtualInterfaces

func (o *VirtualPrivateGateway) GetVirtualInterfaces() map[string]string

GetVirtualInterfaces returns the VirtualInterfaces field value if set, zero value otherwise.

func (*VirtualPrivateGateway) GetVirtualInterfacesOk

func (o *VirtualPrivateGateway) GetVirtualInterfacesOk() (*map[string]string, bool)

GetVirtualInterfacesOk returns a tuple with the VirtualInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualPrivateGateway) GetVpcPeeringConnections

func (o *VirtualPrivateGateway) GetVpcPeeringConnections() map[string]string

GetVpcPeeringConnections returns the VpcPeeringConnections field value if set, zero value otherwise.

func (*VirtualPrivateGateway) GetVpcPeeringConnectionsOk

func (o *VirtualPrivateGateway) GetVpcPeeringConnectionsOk() (*map[string]string, bool)

GetVpcPeeringConnectionsOk returns a tuple with the VpcPeeringConnections field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualPrivateGateway) GetVpgId

func (o *VirtualPrivateGateway) GetVpgId() string

GetVpgId returns the VpgId field value if set, zero value otherwise.

func (*VirtualPrivateGateway) GetVpgIdOk

func (o *VirtualPrivateGateway) GetVpgIdOk() (*string, bool)

GetVpgIdOk returns a tuple with the VpgId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VirtualPrivateGateway) HasAllowedOperators

func (o *VirtualPrivateGateway) HasAllowedOperators() bool

HasAllowedOperators returns a boolean if a field has been set.

func (*VirtualPrivateGateway) HasCreatedTime

func (o *VirtualPrivateGateway) HasCreatedTime() bool

HasCreatedTime returns a boolean if a field has been set.

func (*VirtualPrivateGateway) HasDeviceSubnetCidrRange

func (o *VirtualPrivateGateway) HasDeviceSubnetCidrRange() bool

HasDeviceSubnetCidrRange returns a boolean if a field has been set.

func (*VirtualPrivateGateway) HasFixedIpAddressesEnabled

func (o *VirtualPrivateGateway) HasFixedIpAddressesEnabled() bool

HasFixedIpAddressesEnabled returns a boolean if a field has been set.

func (*VirtualPrivateGateway) HasGateVxlanId

func (o *VirtualPrivateGateway) HasGateVxlanId() bool

HasGateVxlanId returns a boolean if a field has been set.

func (*VirtualPrivateGateway) HasImplicitTerminationProtected

func (o *VirtualPrivateGateway) HasImplicitTerminationProtected() bool

HasImplicitTerminationProtected returns a boolean if a field has been set.

func (*VirtualPrivateGateway) HasJunctionEnabled

func (o *VirtualPrivateGateway) HasJunctionEnabled() bool

HasJunctionEnabled returns a boolean if a field has been set.

func (*VirtualPrivateGateway) HasLastModifiedTime

func (o *VirtualPrivateGateway) HasLastModifiedTime() bool

HasLastModifiedTime returns a boolean if a field has been set.

func (*VirtualPrivateGateway) HasOperatorId

func (o *VirtualPrivateGateway) HasOperatorId() bool

HasOperatorId returns a boolean if a field has been set.

func (*VirtualPrivateGateway) HasPlacement

func (o *VirtualPrivateGateway) HasPlacement() bool

HasPlacement returns a boolean if a field has been set.

func (*VirtualPrivateGateway) HasSize

func (o *VirtualPrivateGateway) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*VirtualPrivateGateway) HasStatus

func (o *VirtualPrivateGateway) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*VirtualPrivateGateway) HasTags

func (o *VirtualPrivateGateway) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*VirtualPrivateGateway) HasType

func (o *VirtualPrivateGateway) HasType() bool

HasType returns a boolean if a field has been set.

func (*VirtualPrivateGateway) HasUeSubnetCidrRange

func (o *VirtualPrivateGateway) HasUeSubnetCidrRange() bool

HasUeSubnetCidrRange returns a boolean if a field has been set.

func (*VirtualPrivateGateway) HasUseInternetGateway

func (o *VirtualPrivateGateway) HasUseInternetGateway() bool

HasUseInternetGateway returns a boolean if a field has been set.

func (*VirtualPrivateGateway) HasVirtualInterfaces

func (o *VirtualPrivateGateway) HasVirtualInterfaces() bool

HasVirtualInterfaces returns a boolean if a field has been set.

func (*VirtualPrivateGateway) HasVpcPeeringConnections

func (o *VirtualPrivateGateway) HasVpcPeeringConnections() bool

HasVpcPeeringConnections returns a boolean if a field has been set.

func (*VirtualPrivateGateway) HasVpgId

func (o *VirtualPrivateGateway) HasVpgId() bool

HasVpgId returns a boolean if a field has been set.

func (VirtualPrivateGateway) MarshalJSON

func (o VirtualPrivateGateway) MarshalJSON() ([]byte, error)

func (*VirtualPrivateGateway) SetAllowedOperators

func (o *VirtualPrivateGateway) SetAllowedOperators(v map[string]interface{})

SetAllowedOperators gets a reference to the given map[string]interface{} and assigns it to the AllowedOperators field.

func (*VirtualPrivateGateway) SetCreatedTime

func (o *VirtualPrivateGateway) SetCreatedTime(v int64)

SetCreatedTime gets a reference to the given int64 and assigns it to the CreatedTime field.

func (*VirtualPrivateGateway) SetDeviceSubnetCidrRange

func (o *VirtualPrivateGateway) SetDeviceSubnetCidrRange(v string)

SetDeviceSubnetCidrRange gets a reference to the given string and assigns it to the DeviceSubnetCidrRange field.

func (*VirtualPrivateGateway) SetFixedIpAddressesEnabled

func (o *VirtualPrivateGateway) SetFixedIpAddressesEnabled(v bool)

SetFixedIpAddressesEnabled gets a reference to the given bool and assigns it to the FixedIpAddressesEnabled field.

func (*VirtualPrivateGateway) SetGateVxlanId

func (o *VirtualPrivateGateway) SetGateVxlanId(v float32)

SetGateVxlanId gets a reference to the given float32 and assigns it to the GateVxlanId field.

func (*VirtualPrivateGateway) SetImplicitTerminationProtected

func (o *VirtualPrivateGateway) SetImplicitTerminationProtected(v bool)

SetImplicitTerminationProtected gets a reference to the given bool and assigns it to the ImplicitTerminationProtected field.

func (*VirtualPrivateGateway) SetJunctionEnabled

func (o *VirtualPrivateGateway) SetJunctionEnabled(v bool)

SetJunctionEnabled gets a reference to the given bool and assigns it to the JunctionEnabled field.

func (*VirtualPrivateGateway) SetLastModifiedTime

func (o *VirtualPrivateGateway) SetLastModifiedTime(v int64)

SetLastModifiedTime gets a reference to the given int64 and assigns it to the LastModifiedTime field.

func (*VirtualPrivateGateway) SetOperatorId

func (o *VirtualPrivateGateway) SetOperatorId(v string)

SetOperatorId gets a reference to the given string and assigns it to the OperatorId field.

func (*VirtualPrivateGateway) SetPlacement

func (o *VirtualPrivateGateway) SetPlacement(v Placement)

SetPlacement gets a reference to the given Placement and assigns it to the Placement field.

func (*VirtualPrivateGateway) SetSize

func (o *VirtualPrivateGateway) SetSize(v string)

SetSize gets a reference to the given string and assigns it to the Size field.

func (*VirtualPrivateGateway) SetStatus

func (o *VirtualPrivateGateway) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*VirtualPrivateGateway) SetTags

func (o *VirtualPrivateGateway) SetTags(v map[string]string)

SetTags gets a reference to the given map[string]string and assigns it to the Tags field.

func (*VirtualPrivateGateway) SetType

func (o *VirtualPrivateGateway) SetType(v int32)

SetType gets a reference to the given int32 and assigns it to the Type field.

func (*VirtualPrivateGateway) SetUeSubnetCidrRange

func (o *VirtualPrivateGateway) SetUeSubnetCidrRange(v string)

SetUeSubnetCidrRange gets a reference to the given string and assigns it to the UeSubnetCidrRange field.

func (*VirtualPrivateGateway) SetUseInternetGateway

func (o *VirtualPrivateGateway) SetUseInternetGateway(v bool)

SetUseInternetGateway gets a reference to the given bool and assigns it to the UseInternetGateway field.

func (*VirtualPrivateGateway) SetVirtualInterfaces

func (o *VirtualPrivateGateway) SetVirtualInterfaces(v map[string]string)

SetVirtualInterfaces gets a reference to the given map[string]string and assigns it to the VirtualInterfaces field.

func (*VirtualPrivateGateway) SetVpcPeeringConnections

func (o *VirtualPrivateGateway) SetVpcPeeringConnections(v map[string]string)

SetVpcPeeringConnections gets a reference to the given map[string]string and assigns it to the VpcPeeringConnections field.

func (*VirtualPrivateGateway) SetVpgId

func (o *VirtualPrivateGateway) SetVpgId(v string)

SetVpgId gets a reference to the given string and assigns it to the VpgId field.

type VirtualPrivateGatewayApiService

type VirtualPrivateGatewayApiService service

VirtualPrivateGatewayApiService VirtualPrivateGatewayApi service

func (*VirtualPrivateGatewayApiService) CloseGate

CloseGate Close SORACOM Gate.

指定した VPG で SORACOM Gate を無効化し、Gate を閉じる

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId 対象の VPG の ID
@return ApiCloseGateRequest

func (*VirtualPrivateGatewayApiService) CloseGateExecute

Execute executes the request

func (*VirtualPrivateGatewayApiService) CreateMirroringPeer

CreateMirroringPeer Junction ミラーリング peer を追加します。

Junction ミラーリング peer を追加します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId VPG ID
@return ApiCreateMirroringPeerRequest

func (*VirtualPrivateGatewayApiService) CreateMirroringPeerExecute

Execute executes the request

func (*VirtualPrivateGatewayApiService) CreatePacketCaptureSession

CreatePacketCaptureSession Create Packet Capture Session

指定された VPG に対するパケットキャプチャセッションを作成する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId 対象の VPG ID
@return ApiCreatePacketCaptureSessionRequest

func (*VirtualPrivateGatewayApiService) CreatePacketCaptureSessionExecute

Execute executes the request

@return PacketCaptureSession

func (*VirtualPrivateGatewayApiService) CreateVirtualPrivateGateway

CreateVirtualPrivateGateway Create Virtual Private Gateway

VPG を新規作成する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateVirtualPrivateGatewayRequest

func (*VirtualPrivateGatewayApiService) CreateVirtualPrivateGatewayExecute

Execute executes the request

@return VirtualPrivateGateway

func (*VirtualPrivateGatewayApiService) CreateVpcPeeringConnection

CreateVpcPeeringConnection Create VPC Peering Connection

指定された VPG に VPC Peering Connection を作成

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId 対象の VPG の ID
@return ApiCreateVpcPeeringConnectionRequest

func (*VirtualPrivateGatewayApiService) CreateVpcPeeringConnectionExecute

Execute executes the request

@return CreateVpcPeeringConnectionRequest

func (*VirtualPrivateGatewayApiService) DeleteMirroringPeer

DeleteMirroringPeer Junction ミラーリング peer を削除します。

Junction ミラーリング peer を削除します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId VPG ID
@param ipaddr 削除したいミラーリング peer の IP アドレス
@return ApiDeleteMirroringPeerRequest

func (*VirtualPrivateGatewayApiService) DeleteMirroringPeerExecute

Execute executes the request

func (*VirtualPrivateGatewayApiService) DeletePacketCaptureSession

func (a *VirtualPrivateGatewayApiService) DeletePacketCaptureSession(ctx context.Context, vpgId string, sessionId string) ApiDeletePacketCaptureSessionRequest

DeletePacketCaptureSession Delete Packet Capture Session

指定した VPG 対するパケットキャプチャを削除する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId 対象の VPG ID
@param sessionId 対象のパケットキャプチャセッション ID
@return ApiDeletePacketCaptureSessionRequest

func (*VirtualPrivateGatewayApiService) DeletePacketCaptureSessionExecute

Execute executes the request

@return PacketCaptureSession

func (*VirtualPrivateGatewayApiService) DeleteVirtualPrivateGatewayIpAddressMapEntry

func (a *VirtualPrivateGatewayApiService) DeleteVirtualPrivateGatewayIpAddressMapEntry(ctx context.Context, vpgId string, key string) ApiDeleteVirtualPrivateGatewayIpAddressMapEntryRequest

DeleteVirtualPrivateGatewayIpAddressMapEntry Delete VPG IP address map entry

VPG の IP アドレスマップからエントリーを削除する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId 対象の VPG の ID
@param key 対象の Key
@return ApiDeleteVirtualPrivateGatewayIpAddressMapEntryRequest

func (*VirtualPrivateGatewayApiService) DeleteVirtualPrivateGatewayIpAddressMapEntryExecute

Execute executes the request

@return IpAddressMapEntry

func (*VirtualPrivateGatewayApiService) DeleteVpcPeeringConnection

func (a *VirtualPrivateGatewayApiService) DeleteVpcPeeringConnection(ctx context.Context, vpgId string, pcxId string) ApiDeleteVpcPeeringConnectionRequest

DeleteVpcPeeringConnection Delete VPC Peering Connection

指定された VPC Peering Connection を削除

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId 対象の VPG の ID
@param pcxId 削除対象の VPC Peering Connection の ID
@return ApiDeleteVpcPeeringConnectionRequest

func (*VirtualPrivateGatewayApiService) DeleteVpcPeeringConnectionExecute

func (a *VirtualPrivateGatewayApiService) DeleteVpcPeeringConnectionExecute(r ApiDeleteVpcPeeringConnectionRequest) (*http.Response, error)

Execute executes the request

func (*VirtualPrivateGatewayApiService) DisableGatePrivacySeparator

DisableGatePrivacySeparator 指定された VPG に対して SORACOM Gate のプライバシーセパレーター機能を無効にする。

指定された VPG に対して SORACOM Gate のプライバシーセパレーター機能を無効にする。これにより Gate D2D 機能を有効化する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId VPG ID
@return ApiDisableGatePrivacySeparatorRequest

func (*VirtualPrivateGatewayApiService) DisableGatePrivacySeparatorExecute

Execute executes the request

@return VirtualPrivateGateway

func (*VirtualPrivateGatewayApiService) EnableGatePrivacySeparator

EnableGatePrivacySeparator 指定された VPG に対して SORACOM Gate のプライバシーセパレーター機能を有効にする。

指定された VPG に対して SORACOM Gate のプライバシーセパレーター機能を有効にする。これにより Gate D2D 機能を無効化する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId VPG ID
@return ApiEnableGatePrivacySeparatorRequest

func (*VirtualPrivateGatewayApiService) EnableGatePrivacySeparatorExecute

Execute executes the request

@return VirtualPrivateGateway

func (*VirtualPrivateGatewayApiService) GetPacketCaptureSession

func (a *VirtualPrivateGatewayApiService) GetPacketCaptureSession(ctx context.Context, vpgId string, sessionId string) ApiGetPacketCaptureSessionRequest

GetPacketCaptureSession Get Packet Capture Session

指定した VPG に対するパケットキャプチャを取得する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId 対象の VPG ID
@param sessionId パケットキャプチャセッションリクエスト
@return ApiGetPacketCaptureSessionRequest

func (*VirtualPrivateGatewayApiService) GetPacketCaptureSessionExecute

Execute executes the request

@return PacketCaptureSession

func (*VirtualPrivateGatewayApiService) GetVirtualPrivateGateway

GetVirtualPrivateGateway Get Virtual Private Gateway

指定された VPG の情報を取得する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId 対象の VPG の ID
@return ApiGetVirtualPrivateGatewayRequest

func (*VirtualPrivateGatewayApiService) GetVirtualPrivateGatewayExecute

Execute executes the request

@return VirtualPrivateGateway

func (*VirtualPrivateGatewayApiService) ListGatePeers

ListGatePeers List VPG Gate peers

VPG に登録された Gate Peer の一覧を取得する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId 対象の VPG の ID
@return ApiListGatePeersRequest

func (*VirtualPrivateGatewayApiService) ListGatePeersExecute

Execute executes the request

@return []GatePeer

func (*VirtualPrivateGatewayApiService) ListPacketCaptureSessions

ListPacketCaptureSessions List Packet Capture Sessions

指定された VPG のパケットキャプチャセッションのリストを取得する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId 対象の VPG ID
@return ApiListPacketCaptureSessionsRequest

func (*VirtualPrivateGatewayApiService) ListPacketCaptureSessionsExecute

Execute executes the request

@return []PacketCaptureSession

func (*VirtualPrivateGatewayApiService) ListVirtualPrivateGatewayIpAddressMapEntries

func (a *VirtualPrivateGatewayApiService) ListVirtualPrivateGatewayIpAddressMapEntries(ctx context.Context, vpgId string) ApiListVirtualPrivateGatewayIpAddressMapEntriesRequest

ListVirtualPrivateGatewayIpAddressMapEntries List VPG IP address map entries

指定された VPG の IP アドレスマップのエントリーを取得する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId 対象の VPG の ID
@return ApiListVirtualPrivateGatewayIpAddressMapEntriesRequest

func (*VirtualPrivateGatewayApiService) ListVirtualPrivateGatewayIpAddressMapEntriesExecute

Execute executes the request

@return []IpAddressMapEntry

func (*VirtualPrivateGatewayApiService) ListVirtualPrivateGateways

ListVirtualPrivateGateways List Virtual Private Gateways

VPG の一覧を返す

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListVirtualPrivateGatewaysRequest

func (*VirtualPrivateGatewayApiService) ListVirtualPrivateGatewaysExecute

Execute executes the request

@return []VirtualPrivateGateway

func (*VirtualPrivateGatewayApiService) OpenGate

OpenGate Open SORACOM Gate

指定した VPG で SORACOM Gate を有効化し、Gate を開く

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId 対象の VPG の ID
@return ApiOpenGateRequest

func (*VirtualPrivateGatewayApiService) OpenGateExecute

Execute executes the request

func (*VirtualPrivateGatewayApiService) PutVirtualPrivateGatewayIpAddressMapEntry

func (a *VirtualPrivateGatewayApiService) PutVirtualPrivateGatewayIpAddressMapEntry(ctx context.Context, vpgId string) ApiPutVirtualPrivateGatewayIpAddressMapEntryRequest

PutVirtualPrivateGatewayIpAddressMapEntry Put VPG IP address map entry

VPG の IP アドレスマップのエントリーを追加する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId 対象の VPG の ID
@return ApiPutVirtualPrivateGatewayIpAddressMapEntryRequest

func (*VirtualPrivateGatewayApiService) PutVirtualPrivateGatewayIpAddressMapEntryExecute

Execute executes the request

@return IpAddressMapEntry

func (*VirtualPrivateGatewayApiService) RegisterGatePeer

RegisterGatePeer Register VPG Gate Peer

VPG に Gate Peer を登録する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId 対象の VPG の ID
@return ApiRegisterGatePeerRequest

func (*VirtualPrivateGatewayApiService) RegisterGatePeerExecute

Execute executes the request

@return GatePeer

func (*VirtualPrivateGatewayApiService) SetInspectionConfiguration

SetInspectionConfiguration Junction インスペクション機能の設定を行います。

Junction インスペクション機能の設定を行います。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId VPG ID
@return ApiSetInspectionConfigurationRequest

func (*VirtualPrivateGatewayApiService) SetInspectionConfigurationExecute

func (a *VirtualPrivateGatewayApiService) SetInspectionConfigurationExecute(r ApiSetInspectionConfigurationRequest) (*http.Response, error)

Execute executes the request

func (*VirtualPrivateGatewayApiService) SetRedirectionConfiguration

SetRedirectionConfiguration Junction リダイレクション機能の設定を行います。

Junction リダイレクション機能の設定を行います。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId VPG ID
@return ApiSetRedirectionConfigurationRequest

func (*VirtualPrivateGatewayApiService) SetRedirectionConfigurationExecute

func (a *VirtualPrivateGatewayApiService) SetRedirectionConfigurationExecute(r ApiSetRedirectionConfigurationRequest) (*http.Response, error)

Execute executes the request

func (*VirtualPrivateGatewayApiService) SetRoutingFilter

SetRoutingFilter Sets Virtual Private Gateway outbound routing filter.

VPG の Outbound ルーティングフィルタを設定する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId 対象の VPG の ID
@return ApiSetRoutingFilterRequest

func (*VirtualPrivateGatewayApiService) SetRoutingFilterExecute

Execute executes the request

func (*VirtualPrivateGatewayApiService) StopPacketCaptureSession

func (a *VirtualPrivateGatewayApiService) StopPacketCaptureSession(ctx context.Context, vpgId string, sessionId string) ApiStopPacketCaptureSessionRequest

StopPacketCaptureSession Stop Packet Capture Session

指定した SIM に対するパケットキャプチャを停止する。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId 対象の VPG ID
@param sessionId 対象のパケットキャプチャセッション ID
@return ApiStopPacketCaptureSessionRequest

func (*VirtualPrivateGatewayApiService) StopPacketCaptureSessionExecute

Execute executes the request

@return PacketCaptureSession

func (*VirtualPrivateGatewayApiService) TerminateVirtualPrivateGateway

TerminateVirtualPrivateGateway Terminate Virtual Private Gateway

指定された VPG を Terminate する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId 対象の VPG の ID
@return ApiTerminateVirtualPrivateGatewayRequest

func (*VirtualPrivateGatewayApiService) TerminateVirtualPrivateGatewayExecute

func (a *VirtualPrivateGatewayApiService) TerminateVirtualPrivateGatewayExecute(r ApiTerminateVirtualPrivateGatewayRequest) (*http.Response, error)

Execute executes the request

func (*VirtualPrivateGatewayApiService) UnregisterGatePeer

func (a *VirtualPrivateGatewayApiService) UnregisterGatePeer(ctx context.Context, vpgId string, outerIpAddress string) ApiUnregisterGatePeerRequest

UnregisterGatePeer Unregister VPG Gate Peer

Gate Peer を VPG から登録解除する

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId 対象の VPG の ID
@param outerIpAddress 対象の Peer の ID
@return ApiUnregisterGatePeerRequest

func (*VirtualPrivateGatewayApiService) UnregisterGatePeerExecute

Execute executes the request

func (*VirtualPrivateGatewayApiService) UnsetInspectionConfiguration

UnsetInspectionConfiguration Junction インスペクション機能の設定を解除します。

Junction インスペクション機能の設定を解除します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId VPG ID
@return ApiUnsetInspectionConfigurationRequest

func (*VirtualPrivateGatewayApiService) UnsetInspectionConfigurationExecute

func (a *VirtualPrivateGatewayApiService) UnsetInspectionConfigurationExecute(r ApiUnsetInspectionConfigurationRequest) (*http.Response, error)

Execute executes the request

func (*VirtualPrivateGatewayApiService) UnsetRedirectionConfiguration

UnsetRedirectionConfiguration Junction リダイレクション機能の設定を行います。

Junction リダイレクション機能の設定を行います。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId VPG ID
@return ApiUnsetRedirectionConfigurationRequest

func (*VirtualPrivateGatewayApiService) UnsetRedirectionConfigurationExecute

func (a *VirtualPrivateGatewayApiService) UnsetRedirectionConfigurationExecute(r ApiUnsetRedirectionConfigurationRequest) (*http.Response, error)

Execute executes the request

func (*VirtualPrivateGatewayApiService) UpdateMirroringPeer

UpdateMirroringPeer Junction ミラーリング peer を更新します。

Junction ミラーリング peer を更新します。

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param vpgId VPG ID
@param ipaddr 更新したいミラーリング peer の IP アドレス
@return ApiUpdateMirroringPeerRequest

func (*VirtualPrivateGatewayApiService) UpdateMirroringPeerExecute

Execute executes the request

type VolumeDiscountModel

type VolumeDiscountModel struct {
	// 契約月数
	ContractTermMonth *int32 `json:"contractTermMonth,omitempty"`
	// 通貨
	Currency *string `json:"currency,omitempty"`
	// 適用終了日
	EndDate *string `json:"endDate,omitempty"`
	// 初期費用
	InitialCost *float64 `json:"initialCost,omitempty"`
	// 数量
	Quantity *int32 `json:"quantity,omitempty"`
	// 適用開始日
	StartDate *string `json:"startDate,omitempty"`
	// 税込初期費用
	TaxIncludedInitialCost *float64 `json:"taxIncludedInitialCost,omitempty"`
	// 税込単価
	TaxIncludedUnitPrice *float64 `json:"taxIncludedUnitPrice,omitempty"`
	// 単価
	UnitPrice *float64 `json:"unitPrice,omitempty"`
	// お支払い方法
	VolumeDiscountPaymentType *string `json:"volumeDiscountPaymentType,omitempty"`
	// 料金計算方法
	VolumeDiscountType *string `json:"volumeDiscountType,omitempty"`
}

VolumeDiscountModel Long term discount

func NewVolumeDiscountModel

func NewVolumeDiscountModel() *VolumeDiscountModel

NewVolumeDiscountModel instantiates a new VolumeDiscountModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVolumeDiscountModelWithDefaults

func NewVolumeDiscountModelWithDefaults() *VolumeDiscountModel

NewVolumeDiscountModelWithDefaults instantiates a new VolumeDiscountModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VolumeDiscountModel) GetContractTermMonth

func (o *VolumeDiscountModel) GetContractTermMonth() int32

GetContractTermMonth returns the ContractTermMonth field value if set, zero value otherwise.

func (*VolumeDiscountModel) GetContractTermMonthOk

func (o *VolumeDiscountModel) GetContractTermMonthOk() (*int32, bool)

GetContractTermMonthOk returns a tuple with the ContractTermMonth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VolumeDiscountModel) GetCurrency

func (o *VolumeDiscountModel) GetCurrency() string

GetCurrency returns the Currency field value if set, zero value otherwise.

func (*VolumeDiscountModel) GetCurrencyOk

func (o *VolumeDiscountModel) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VolumeDiscountModel) GetEndDate

func (o *VolumeDiscountModel) GetEndDate() string

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*VolumeDiscountModel) GetEndDateOk

func (o *VolumeDiscountModel) GetEndDateOk() (*string, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VolumeDiscountModel) GetInitialCost

func (o *VolumeDiscountModel) GetInitialCost() float64

GetInitialCost returns the InitialCost field value if set, zero value otherwise.

func (*VolumeDiscountModel) GetInitialCostOk

func (o *VolumeDiscountModel) GetInitialCostOk() (*float64, bool)

GetInitialCostOk returns a tuple with the InitialCost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VolumeDiscountModel) GetQuantity

func (o *VolumeDiscountModel) GetQuantity() int32

GetQuantity returns the Quantity field value if set, zero value otherwise.

func (*VolumeDiscountModel) GetQuantityOk

func (o *VolumeDiscountModel) GetQuantityOk() (*int32, bool)

GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VolumeDiscountModel) GetStartDate

func (o *VolumeDiscountModel) GetStartDate() string

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*VolumeDiscountModel) GetStartDateOk

func (o *VolumeDiscountModel) GetStartDateOk() (*string, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VolumeDiscountModel) GetTaxIncludedInitialCost

func (o *VolumeDiscountModel) GetTaxIncludedInitialCost() float64

GetTaxIncludedInitialCost returns the TaxIncludedInitialCost field value if set, zero value otherwise.

func (*VolumeDiscountModel) GetTaxIncludedInitialCostOk

func (o *VolumeDiscountModel) GetTaxIncludedInitialCostOk() (*float64, bool)

GetTaxIncludedInitialCostOk returns a tuple with the TaxIncludedInitialCost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VolumeDiscountModel) GetTaxIncludedUnitPrice

func (o *VolumeDiscountModel) GetTaxIncludedUnitPrice() float64

GetTaxIncludedUnitPrice returns the TaxIncludedUnitPrice field value if set, zero value otherwise.

func (*VolumeDiscountModel) GetTaxIncludedUnitPriceOk

func (o *VolumeDiscountModel) GetTaxIncludedUnitPriceOk() (*float64, bool)

GetTaxIncludedUnitPriceOk returns a tuple with the TaxIncludedUnitPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VolumeDiscountModel) GetUnitPrice

func (o *VolumeDiscountModel) GetUnitPrice() float64

GetUnitPrice returns the UnitPrice field value if set, zero value otherwise.

func (*VolumeDiscountModel) GetUnitPriceOk

func (o *VolumeDiscountModel) GetUnitPriceOk() (*float64, bool)

GetUnitPriceOk returns a tuple with the UnitPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VolumeDiscountModel) GetVolumeDiscountPaymentType

func (o *VolumeDiscountModel) GetVolumeDiscountPaymentType() string

GetVolumeDiscountPaymentType returns the VolumeDiscountPaymentType field value if set, zero value otherwise.

func (*VolumeDiscountModel) GetVolumeDiscountPaymentTypeOk

func (o *VolumeDiscountModel) GetVolumeDiscountPaymentTypeOk() (*string, bool)

GetVolumeDiscountPaymentTypeOk returns a tuple with the VolumeDiscountPaymentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VolumeDiscountModel) GetVolumeDiscountType

func (o *VolumeDiscountModel) GetVolumeDiscountType() string

GetVolumeDiscountType returns the VolumeDiscountType field value if set, zero value otherwise.

func (*VolumeDiscountModel) GetVolumeDiscountTypeOk

func (o *VolumeDiscountModel) GetVolumeDiscountTypeOk() (*string, bool)

GetVolumeDiscountTypeOk returns a tuple with the VolumeDiscountType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VolumeDiscountModel) HasContractTermMonth

func (o *VolumeDiscountModel) HasContractTermMonth() bool

HasContractTermMonth returns a boolean if a field has been set.

func (*VolumeDiscountModel) HasCurrency

func (o *VolumeDiscountModel) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

func (*VolumeDiscountModel) HasEndDate

func (o *VolumeDiscountModel) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*VolumeDiscountModel) HasInitialCost

func (o *VolumeDiscountModel) HasInitialCost() bool

HasInitialCost returns a boolean if a field has been set.

func (*VolumeDiscountModel) HasQuantity

func (o *VolumeDiscountModel) HasQuantity() bool

HasQuantity returns a boolean if a field has been set.

func (*VolumeDiscountModel) HasStartDate

func (o *VolumeDiscountModel) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*VolumeDiscountModel) HasTaxIncludedInitialCost

func (o *VolumeDiscountModel) HasTaxIncludedInitialCost() bool

HasTaxIncludedInitialCost returns a boolean if a field has been set.

func (*VolumeDiscountModel) HasTaxIncludedUnitPrice

func (o *VolumeDiscountModel) HasTaxIncludedUnitPrice() bool

HasTaxIncludedUnitPrice returns a boolean if a field has been set.

func (*VolumeDiscountModel) HasUnitPrice

func (o *VolumeDiscountModel) HasUnitPrice() bool

HasUnitPrice returns a boolean if a field has been set.

func (*VolumeDiscountModel) HasVolumeDiscountPaymentType

func (o *VolumeDiscountModel) HasVolumeDiscountPaymentType() bool

HasVolumeDiscountPaymentType returns a boolean if a field has been set.

func (*VolumeDiscountModel) HasVolumeDiscountType

func (o *VolumeDiscountModel) HasVolumeDiscountType() bool

HasVolumeDiscountType returns a boolean if a field has been set.

func (VolumeDiscountModel) MarshalJSON

func (o VolumeDiscountModel) MarshalJSON() ([]byte, error)

func (*VolumeDiscountModel) SetContractTermMonth

func (o *VolumeDiscountModel) SetContractTermMonth(v int32)

SetContractTermMonth gets a reference to the given int32 and assigns it to the ContractTermMonth field.

func (*VolumeDiscountModel) SetCurrency

func (o *VolumeDiscountModel) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

func (*VolumeDiscountModel) SetEndDate

func (o *VolumeDiscountModel) SetEndDate(v string)

SetEndDate gets a reference to the given string and assigns it to the EndDate field.

func (*VolumeDiscountModel) SetInitialCost

func (o *VolumeDiscountModel) SetInitialCost(v float64)

SetInitialCost gets a reference to the given float64 and assigns it to the InitialCost field.

func (*VolumeDiscountModel) SetQuantity

func (o *VolumeDiscountModel) SetQuantity(v int32)

SetQuantity gets a reference to the given int32 and assigns it to the Quantity field.

func (*VolumeDiscountModel) SetStartDate

func (o *VolumeDiscountModel) SetStartDate(v string)

SetStartDate gets a reference to the given string and assigns it to the StartDate field.

func (*VolumeDiscountModel) SetTaxIncludedInitialCost

func (o *VolumeDiscountModel) SetTaxIncludedInitialCost(v float64)

SetTaxIncludedInitialCost gets a reference to the given float64 and assigns it to the TaxIncludedInitialCost field.

func (*VolumeDiscountModel) SetTaxIncludedUnitPrice

func (o *VolumeDiscountModel) SetTaxIncludedUnitPrice(v float64)

SetTaxIncludedUnitPrice gets a reference to the given float64 and assigns it to the TaxIncludedUnitPrice field.

func (*VolumeDiscountModel) SetUnitPrice

func (o *VolumeDiscountModel) SetUnitPrice(v float64)

SetUnitPrice gets a reference to the given float64 and assigns it to the UnitPrice field.

func (*VolumeDiscountModel) SetVolumeDiscountPaymentType

func (o *VolumeDiscountModel) SetVolumeDiscountPaymentType(v string)

SetVolumeDiscountPaymentType gets a reference to the given string and assigns it to the VolumeDiscountPaymentType field.

func (*VolumeDiscountModel) SetVolumeDiscountType

func (o *VolumeDiscountModel) SetVolumeDiscountType(v string)

SetVolumeDiscountType gets a reference to the given string and assigns it to the VolumeDiscountType field.

type VpcPeeringConnection

type VpcPeeringConnection struct {
	DestinationCidrBlock *string `json:"destinationCidrBlock,omitempty"`
	Id                   *string `json:"id,omitempty"`
	PeerOwnerId          *string `json:"peerOwnerId,omitempty"`
	PeerVpcId            *string `json:"peerVpcId,omitempty"`
}

VpcPeeringConnection struct for VpcPeeringConnection

func NewVpcPeeringConnection

func NewVpcPeeringConnection() *VpcPeeringConnection

NewVpcPeeringConnection instantiates a new VpcPeeringConnection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVpcPeeringConnectionWithDefaults

func NewVpcPeeringConnectionWithDefaults() *VpcPeeringConnection

NewVpcPeeringConnectionWithDefaults instantiates a new VpcPeeringConnection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VpcPeeringConnection) GetDestinationCidrBlock

func (o *VpcPeeringConnection) GetDestinationCidrBlock() string

GetDestinationCidrBlock returns the DestinationCidrBlock field value if set, zero value otherwise.

func (*VpcPeeringConnection) GetDestinationCidrBlockOk

func (o *VpcPeeringConnection) GetDestinationCidrBlockOk() (*string, bool)

GetDestinationCidrBlockOk returns a tuple with the DestinationCidrBlock field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VpcPeeringConnection) GetId

func (o *VpcPeeringConnection) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*VpcPeeringConnection) GetIdOk

func (o *VpcPeeringConnection) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VpcPeeringConnection) GetPeerOwnerId

func (o *VpcPeeringConnection) GetPeerOwnerId() string

GetPeerOwnerId returns the PeerOwnerId field value if set, zero value otherwise.

func (*VpcPeeringConnection) GetPeerOwnerIdOk

func (o *VpcPeeringConnection) GetPeerOwnerIdOk() (*string, bool)

GetPeerOwnerIdOk returns a tuple with the PeerOwnerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VpcPeeringConnection) GetPeerVpcId

func (o *VpcPeeringConnection) GetPeerVpcId() string

GetPeerVpcId returns the PeerVpcId field value if set, zero value otherwise.

func (*VpcPeeringConnection) GetPeerVpcIdOk

func (o *VpcPeeringConnection) GetPeerVpcIdOk() (*string, bool)

GetPeerVpcIdOk returns a tuple with the PeerVpcId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VpcPeeringConnection) HasDestinationCidrBlock

func (o *VpcPeeringConnection) HasDestinationCidrBlock() bool

HasDestinationCidrBlock returns a boolean if a field has been set.

func (*VpcPeeringConnection) HasId

func (o *VpcPeeringConnection) HasId() bool

HasId returns a boolean if a field has been set.

func (*VpcPeeringConnection) HasPeerOwnerId

func (o *VpcPeeringConnection) HasPeerOwnerId() bool

HasPeerOwnerId returns a boolean if a field has been set.

func (*VpcPeeringConnection) HasPeerVpcId

func (o *VpcPeeringConnection) HasPeerVpcId() bool

HasPeerVpcId returns a boolean if a field has been set.

func (VpcPeeringConnection) MarshalJSON

func (o VpcPeeringConnection) MarshalJSON() ([]byte, error)

func (*VpcPeeringConnection) SetDestinationCidrBlock

func (o *VpcPeeringConnection) SetDestinationCidrBlock(v string)

SetDestinationCidrBlock gets a reference to the given string and assigns it to the DestinationCidrBlock field.

func (*VpcPeeringConnection) SetId

func (o *VpcPeeringConnection) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*VpcPeeringConnection) SetPeerOwnerId

func (o *VpcPeeringConnection) SetPeerOwnerId(v string)

SetPeerOwnerId gets a reference to the given string and assigns it to the PeerOwnerId field.

func (*VpcPeeringConnection) SetPeerVpcId

func (o *VpcPeeringConnection) SetPeerVpcId(v string)

SetPeerVpcId gets a reference to the given string and assigns it to the PeerVpcId field.

type WriteDeviceResourceRequest

type WriteDeviceResourceRequest struct {
	Value *WriteDeviceResourceRequestValue `json:"value,omitempty"`
}

WriteDeviceResourceRequest struct for WriteDeviceResourceRequest

func NewWriteDeviceResourceRequest

func NewWriteDeviceResourceRequest() *WriteDeviceResourceRequest

NewWriteDeviceResourceRequest instantiates a new WriteDeviceResourceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewWriteDeviceResourceRequestWithDefaults

func NewWriteDeviceResourceRequestWithDefaults() *WriteDeviceResourceRequest

NewWriteDeviceResourceRequestWithDefaults instantiates a new WriteDeviceResourceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*WriteDeviceResourceRequest) GetValue

GetValue returns the Value field value if set, zero value otherwise.

func (*WriteDeviceResourceRequest) GetValueOk

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WriteDeviceResourceRequest) HasValue

func (o *WriteDeviceResourceRequest) HasValue() bool

HasValue returns a boolean if a field has been set.

func (WriteDeviceResourceRequest) MarshalJSON

func (o WriteDeviceResourceRequest) MarshalJSON() ([]byte, error)

func (*WriteDeviceResourceRequest) SetValue

SetValue gets a reference to the given WriteDeviceResourceRequestValue and assigns it to the Value field.

type WriteDeviceResourceRequestValue

type WriteDeviceResourceRequestValue struct {
	Bool    *bool
	Float32 *float32
	String  *string
}

WriteDeviceResourceRequestValue - struct for WriteDeviceResourceRequestValue

func BoolAsWriteDeviceResourceRequestValue

func BoolAsWriteDeviceResourceRequestValue(v *bool) WriteDeviceResourceRequestValue

boolAsWriteDeviceResourceRequestValue is a convenience function that returns bool wrapped in WriteDeviceResourceRequestValue

func Float32AsWriteDeviceResourceRequestValue

func Float32AsWriteDeviceResourceRequestValue(v *float32) WriteDeviceResourceRequestValue

float32AsWriteDeviceResourceRequestValue is a convenience function that returns float32 wrapped in WriteDeviceResourceRequestValue

func StringAsWriteDeviceResourceRequestValue

func StringAsWriteDeviceResourceRequestValue(v *string) WriteDeviceResourceRequestValue

stringAsWriteDeviceResourceRequestValue is a convenience function that returns string wrapped in WriteDeviceResourceRequestValue

func (*WriteDeviceResourceRequestValue) GetActualInstance

func (obj *WriteDeviceResourceRequestValue) GetActualInstance() interface{}

Get the actual instance

func (WriteDeviceResourceRequestValue) MarshalJSON

func (src WriteDeviceResourceRequestValue) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*WriteDeviceResourceRequestValue) UnmarshalJSON

func (dst *WriteDeviceResourceRequestValue) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL