bella_baxter 0.1.1.pre.preview.112 → 0.1.1.pre.preview.113

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8ee0b13496d09261ca8298e4e5680d9c4d75edba8611062a46158c214b5cb0cd
4
- data.tar.gz: c4b1a5f845864055a9643395cbc7dd4c059156678ec67262c523859af6263a6f
3
+ metadata.gz: ff40576ddb9aeaf92c6da6c379a06d67320e5d1c8c5ea491708b5abfdeacd74b
4
+ data.tar.gz: 382ce47c7913d4fca36ebf3b666053075cf7531fe6ca9475fe392512b5f9f1cb
5
5
  SHA512:
6
- metadata.gz: 114b31b15405dc2aea1c0ecaf7f6b706264414a9bb273fcace673977b0e9e9c34a2f906cd07ebdc621840379ab4458f769f5c7422db1a2c5063942666462ff90
7
- data.tar.gz: ba84c5643e4789e9b5a31817bb710983787e64afa05458028ecb3d9038e11dab938052a741f597e7cd836897ecb922677995e84db95cfcb1b31f903b4e69ea17
6
+ metadata.gz: 114a69fcd994a79d8493a84cd34be75c1059bc4b553558e632fcfc1c54bc4baf6484c81dfb6903007b84d485757d28801ed5bf339d635af991e1c2ca652892a0
7
+ data.tar.gz: fd5617ef10f0da074d8d740098931d46985cf0baad2b0d5b61010bf97ce3efdb6aa7e02f892ec68a870eee7f0269eeb069697c2c0426de21c6d1a7c8b945d4f2
@@ -41,6 +41,12 @@ module Bella_baxter/generated
41
41
  # The publicConfiguration property
42
42
  @public_configuration
43
43
  ##
44
+ # The scopeRevokedAt property
45
+ @scope_revoked_at
46
+ ##
47
+ # The scopeRevokedReason property
48
+ @scope_revoked_reason
49
+ ##
44
50
  # The sensitiveKeys property
45
51
  @sensitive_keys
46
52
  ##
@@ -168,6 +174,8 @@ module Bella_baxter/generated
168
174
  "name" => lambda {|n| @name = n.get_string_value() },
169
175
  "projectId" => lambda {|n| @project_id = n.get_string_value() },
170
176
  "publicConfiguration" => lambda {|n| @public_configuration = n.get_object_value(lambda {|pn| Bella_baxter/generated::Models::NotificationChannelResponsePublicConfiguration.create_from_discriminator_value(pn) }) },
177
+ "scopeRevokedAt" => lambda {|n| @scope_revoked_at = n.get_date_time_value() },
178
+ "scopeRevokedReason" => lambda {|n| @scope_revoked_reason = n.get_string_value() },
171
179
  "sensitiveKeys" => lambda {|n| @sensitive_keys = n.get_collection_of_primitive_values(String) },
172
180
  "updatedAt" => lambda {|n| @updated_at = n.get_date_time_value() },
173
181
  }
@@ -248,6 +256,36 @@ module Bella_baxter/generated
248
256
  @public_configuration = value
249
257
  end
250
258
  ##
259
+ ## Gets the scopeRevokedAt property value. The scopeRevokedAt property
260
+ ## @return a date_time
261
+ ##
262
+ def scope_revoked_at
263
+ return @scope_revoked_at
264
+ end
265
+ ##
266
+ ## Sets the scopeRevokedAt property value. The scopeRevokedAt property
267
+ ## @param value Value to set for the scopeRevokedAt property.
268
+ ## @return a void
269
+ ##
270
+ def scope_revoked_at=(value)
271
+ @scope_revoked_at = value
272
+ end
273
+ ##
274
+ ## Gets the scopeRevokedReason property value. The scopeRevokedReason property
275
+ ## @return a string
276
+ ##
277
+ def scope_revoked_reason
278
+ return @scope_revoked_reason
279
+ end
280
+ ##
281
+ ## Sets the scopeRevokedReason property value. The scopeRevokedReason property
282
+ ## @param value Value to set for the scopeRevokedReason property.
283
+ ## @return a void
284
+ ##
285
+ def scope_revoked_reason=(value)
286
+ @scope_revoked_reason = value
287
+ end
288
+ ##
251
289
  ## Gets the sensitiveKeys property value. The sensitiveKeys property
252
290
  ## @return a string
253
291
  ##
@@ -279,6 +317,8 @@ module Bella_baxter/generated
279
317
  writer.write_string_value("name", @name)
280
318
  writer.write_string_value("projectId", @project_id)
281
319
  writer.write_object_value("publicConfiguration", @public_configuration)
320
+ writer.write_date_time_value("scopeRevokedAt", @scope_revoked_at)
321
+ writer.write_string_value("scopeRevokedReason", @scope_revoked_reason)
282
322
  writer.write_collection_of_primitive_values("sensitiveKeys", @sensitive_keys)
283
323
  writer.write_date_time_value("updatedAt", @updated_at)
284
324
  writer.write_additional_data(@additional_data)
@@ -50,6 +50,12 @@ module Bella_baxter/generated
50
50
  # The projectId property
51
51
  @project_id
52
52
  ##
53
+ # The scopeRevokedAt property
54
+ @scope_revoked_at
55
+ ##
56
+ # The scopeRevokedReason property
57
+ @scope_revoked_reason
58
+ ##
53
59
  # The targetUrl property
54
60
  @target_url
55
61
  ##
@@ -180,6 +186,8 @@ module Bella_baxter/generated
180
186
  "name" => lambda {|n| @name = n.get_string_value() },
181
187
  "nextRotationAt" => lambda {|n| @next_rotation_at = n.get_date_time_value() },
182
188
  "projectId" => lambda {|n| @project_id = n.get_string_value() },
189
+ "scopeRevokedAt" => lambda {|n| @scope_revoked_at = n.get_date_time_value() },
190
+ "scopeRevokedReason" => lambda {|n| @scope_revoked_reason = n.get_string_value() },
183
191
  "targetUrl" => lambda {|n| @target_url = n.get_string_value() },
184
192
  "updatedAt" => lambda {|n| @updated_at = n.get_date_time_value() },
185
193
  }
@@ -305,6 +313,36 @@ module Bella_baxter/generated
305
313
  @project_id = value
306
314
  end
307
315
  ##
316
+ ## Gets the scopeRevokedAt property value. The scopeRevokedAt property
317
+ ## @return a date_time
318
+ ##
319
+ def scope_revoked_at
320
+ return @scope_revoked_at
321
+ end
322
+ ##
323
+ ## Sets the scopeRevokedAt property value. The scopeRevokedAt property
324
+ ## @param value Value to set for the scopeRevokedAt property.
325
+ ## @return a void
326
+ ##
327
+ def scope_revoked_at=(value)
328
+ @scope_revoked_at = value
329
+ end
330
+ ##
331
+ ## Gets the scopeRevokedReason property value. The scopeRevokedReason property
332
+ ## @return a string
333
+ ##
334
+ def scope_revoked_reason
335
+ return @scope_revoked_reason
336
+ end
337
+ ##
338
+ ## Sets the scopeRevokedReason property value. The scopeRevokedReason property
339
+ ## @param value Value to set for the scopeRevokedReason property.
340
+ ## @return a void
341
+ ##
342
+ def scope_revoked_reason=(value)
343
+ @scope_revoked_reason = value
344
+ end
345
+ ##
308
346
  ## Serializes information the current object
309
347
  ## @param writer Serialization writer to use to serialize this model
310
348
  ## @return a void
@@ -324,6 +362,8 @@ module Bella_baxter/generated
324
362
  writer.write_string_value("name", @name)
325
363
  writer.write_date_time_value("nextRotationAt", @next_rotation_at)
326
364
  writer.write_string_value("projectId", @project_id)
365
+ writer.write_date_time_value("scopeRevokedAt", @scope_revoked_at)
366
+ writer.write_string_value("scopeRevokedReason", @scope_revoked_reason)
327
367
  writer.write_string_value("targetUrl", @target_url)
328
368
  writer.write_date_time_value("updatedAt", @updated_at)
329
369
  writer.write_additional_data(@additional_data)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BellaBaxter
4
- VERSION = "0.1.1-preview.112"
4
+ VERSION = "0.1.1-preview.113"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bella_baxter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.pre.preview.112
4
+ version: 0.1.1.pre.preview.113
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cosmic Chimps